From 09bb7956670ab1d995a951910af513109131d26b Mon Sep 17 00:00:00 2001 From: guillaumemichel Date: Wed, 4 Dec 2024 10:03:44 +0100 Subject: [PATCH] fix avail report 2024-48 --- .../avail/dht/mainnet/2024-48-report.md | 154 ++++++++++++++++++ .../11/25/avail-agents-overall-stacked.json | 2 +- .../2024/11/25/avail-agents-overall.json | 2 +- .../2024/11/25/avail-agents-versions.json | 1 + .../2024/11/25/avail-crawl-errors-single.json | 1 + .../2024/11/25/avail-crawl-protocols.json | 1 + .../2024/11/25/avail-geo-agent-All-bars.json | 1 + .../2024/11/25/avail-geo-agent-All-lines.json | 1 + .../11/25/avail-network-stability-cdf.json | 1 + .../plots/2024/11/25/avail-plot-churn.json | 1 + .../11/25/avail-stale-records-stacked.json | 1 + .../11/25/avail-versions-distribution.json | 2 +- 12 files changed, 165 insertions(+), 3 deletions(-) create mode 100644 content.en/avail/dht/mainnet/2024-48-report.md create mode 100644 content.en/plots/2024/11/25/avail-agents-versions.json create mode 100644 content.en/plots/2024/11/25/avail-crawl-errors-single.json create mode 100644 content.en/plots/2024/11/25/avail-crawl-protocols.json create mode 100644 content.en/plots/2024/11/25/avail-geo-agent-All-bars.json create mode 100644 content.en/plots/2024/11/25/avail-geo-agent-All-lines.json create mode 100644 content.en/plots/2024/11/25/avail-network-stability-cdf.json create mode 100644 content.en/plots/2024/11/25/avail-plot-churn.json create mode 100644 content.en/plots/2024/11/25/avail-stale-records-stacked.json diff --git a/content.en/avail/dht/mainnet/2024-48-report.md b/content.en/avail/dht/mainnet/2024-48-report.md new file mode 100644 index 000000000..a2687629e --- /dev/null +++ b/content.en/avail/dht/mainnet/2024-48-report.md @@ -0,0 +1,154 @@ +--- +title: Week 2024-48 +plotly: true +slug: 2024-48 +weight: 1045611 +--- + +# Avail Report Cal. Week 48 - 2024 + +## General Information + +The following results show measurement data that were collected in calendar week 48 in 2024 from `2024-11-25` to `2024-12-02`. + +- **Number of crawls: `144`** + + The number of crawls executed during the week indicated above. + +- **Number of visits: `1,009,787`** + + Every attempt to dial or connect to a peer counts as a visit. Regardless of errors that may occur. We visit peers many times during a given week to extract information from them or probe for their uptime. We visit all peers that we discover in the DHT and peers that we found to be still online from the previous week. + +- **Number of unique peer IDs discovered in the DHT: `4,812`** + + The total number of unique peers that our crawler learned about from other peers over the period of the given week and attempted to dial or connect to (visit). This is not the total number of Peer IDs that existed simultaneously in the network at any point during the week. It is the aggregate over the entire week. + +- **Number of unique IP addresses discovered: `2,611`** + + The total number of unique IP addresses that the discovered peers advertised to the DHT network within the given week. IPv4 and IPv6 addresses are included in this number even if they address the same peer. This is not the total number of unique IP addresses that participated in the DHT simultaneously at any given point in time. It is the aggregate over the entire week. + +- **Network Size: `4,513`** + + The average number of peers that were found simultaneously (i.e., throughout the duration of one crawl) connected to the network. This number signifies the average network size from all crawls, during the given week. + +Timestamps are in UTC if not mentioned otherwise. + +## Agents versions + +This stacked plot shows the distribution of agent versions over time, it offers insights into the uptake of newer versions. + +{{< plotly json="/plots/2024/11/25/avail-versions-distribution.json" height="600px" >}} + +This chart presents the version distribution of avail nodes, with each bar representing the average number of online peers over the course of a week. + +{{< plotly json="/plots/2024/11/25/avail-agents-versions.json" height="600px" >}} + +## Churn Analysis + +This plot presents the Cumulative Distribution Function (CDF) of peer departure +times from the network over a measurement period of one-week. The plot +basically shows the percentage of nodes online at a point in time (`t=0`) that +will have disconnected after 1 hour, 2 hours, 3 hours, .. up to 24 hours after `t=0`. + +- **X-Axis (Time in Hours)**: Represents the elapsed time since the reference +point (`t=0`), measured in hours. +- **Y-Axis (Percentage of Offline Peers)**: Indicates the cumulative +percentage of peers that have disconnected from the network by the +corresponding time interval. Specifically, it shows the proportion of peers +that were online at `t=0` and have since gone offline. + +This visualization aids in understanding peer churn dynamics, which is crucial +for optimizing network stability, resource allocation, and improving overall +decentralized network performance. + +Note that the sum of the CDF is **NOT** 100%, as it only includes peers that were +online for up to 24h. + +{{< plotly json="/plots/2024/11/25/avail-network-stability-cdf.json" height="800px" >}} + +## Geolocation + +Geographical data is sourced from the [MaxMind database](https://www.maxmind.com), which maps IP addresses to corresponding countries. + +This bar plot illustrates the distribution of observed nodes across different countries. + +{{< plotly json="/plots/2024/11/25/avail-geo-agent-All-bars.json" height="600px" >}} + +This plot displays the weekly geographical distribution of nodes, categorized by country. + +{{< plotly json="/plots/2024/11/25/avail-geo-agent-All-lines.json" height="600px" >}} + +## Cloud Providers + +Cloud providers data is sourced from [Udger](https://udger.com/resources/datacenter-list), which maps IP addresses to known hosting providers. + +### Cloud Hosting Rate + +This line chart displays the count of nodes within the Avail network that are hosted on known commercial cloud providers, compared to those that are not. It tracks the distribution over a specified period, offering insights into the infrastructure preferences for node hosting. + +Regular analysis of this chart can reveal trends in the adoption of cloud services for nodes. Such information is crucial for understanding the network's resilience and the potential reliance on cloud infrastructure. + +{{< plotly json="/plots/2024/11/25/avail-cloud-rate-agent-All-lines.json" height="600px" >}} + +This bar chart presents the weekly distribution of Avail nodes among various cloud providers, including nodes not hosted within data centers (grouped under _Non-Datacenter_). + +{{< plotly json="/plots/2024/11/25/avail-cloud-agent-All-bars.json" height="600px" >}} + +The line chart illustrates the trends in the distribution of all Avail nodes across cloud providers over the given time period. Note that nodes hosted outside of data centers are not included in this representation. + +{{< plotly json="/plots/2024/11/25/avail-cloud-agent-All-lines.json" height="600px" >}} + +## Crawls + +### Protocols + +This plot illustrates the evolving count of nodes supporting each of the listed protocols over time. It exclusively presents data gathered from nodes accessible through a libp2p connection via our crawler. The identification of supported protocols relies on the [libp2p identify protocol](https://github.com/libp2p/specs/tree/master/identify), hence necessitating a libp2p connection for discovery. + +{{< plotly json="/plots/2024/11/25/avail-crawl-protocols.json" height="1200px" >}} + +### Errors + +{{< plotly json="/plots/2024/11/25/avail-connection-errors-single.json" height="600px" >}} + +{{< plotly json="/plots/2024/11/25/avail-crawl-errors-single.json" height="600px" >}} + +## Keyspace Density Monitoring + +{{< hint info >}} +💡 The latest keyspace density data is available [here](../../keydensity/). +{{< /hint >}} + +In Kademlia, every object indexed by the DHT requires a binary identifier. In the libp2p DHT implementation, peers are identified by the digest of `sha256(peer_id)` and CIDs are identified by the digest of `sha256(cid)`. This Kademlia identifier determines the location of an object within the Kademlia XOR keyspace. + +The following plots examine the peer distribution within the keyspace, aiding in the identification of potential [Sybil](https://en.wikipedia.org/wiki/Sybil_attack) and eclipse attacks. + +### Keyspace population distribution + +**Description**: The plot illustrates the number of peers whose Kademlia identifier matches each prefix for all prefixes of a given size, for a given network crawl. Since the density of keyspace regions follows a [Poisson](https://en.wikipedia.org/wiki/Poisson_distribution) distribution, it is expected to observe some regions that are significantly more populated than others. + +**How to read the plot:** The selected `depth` indicates the prefix size. There are `2^i` distinct prefixes at depth `i`. The slider at the bottom of the plot enables visualization of the population evolution over time across multiple crawls. + +**What to look out for:** The red dashed line represents the expected density per region, corresponding to the number of peers matching a prefix. A bar exceeding the expected density by more than twice suggests that a region of the keyspace might be under an eclipse attack. + +{{< plotly json="/plots/2024/11/25/avail-regions-population.json" height="600px" >}} + +### Keyspace density distribution + +**Description:** As previously mentioned, the keyspace population follows a [Poisson](https://en.wikipedia.org/wiki/Poisson_distribution) distribution, which can make identifying outliers challenging. The plot below counts the number of regions for each population size and facilitates the identification and analysis of outliers. While it is normal for some regions to have populations above the average, the plot enables us to quantify these deviations. + +**How to read the plot:** The red dashed line represents the expected number of regions for each population size. Note that the Poisson distribution is more evident at greater depths (longer prefix size), while analyzing data at lower depths provides limited insights. It is recommended to read the plot for depths between 6 and 8. + +**What to look out for:** If a bar significantly exceeds its expected value on the right side of the plot, or if an isolated bar appears on the far right, it may indicate a potential eclipse attack, warranting further investigation. + +{{< plotly json="/plots/2024/11/25/avail-density-distributions.json" height="600px" >}} + +## Stale Peer Records + +This stacked plot depicts the count of peer records stored within each node's routing table and made accessible through the DHT. +These peer records are used to discover new remote peers within the network, enabling efficient and secure routing towards the target peer or content + +Ensuring the reachability of referenced peers shared within the network holds paramount importance. The plot delineates the occurrences of reachable and non-reachable (stale) peer records. Note that nodes running behind a NAT are counted as unreachable even though they may be online. + +For instance, if a peer's record is present in the routing tables of 100 other nodes and the peer is reachable, the plot will reflect an increase of 100 in the _online_ category. + +{{< plotly json="/plots/2024/11/25/avail-stale-records-stacked.json" height="600px" >}} \ No newline at end of file diff --git a/content.en/plots/2024/11/25/avail-agents-overall-stacked.json b/content.en/plots/2024/11/25/avail-agents-overall-stacked.json index d3857ad51..800127de1 100644 --- a/content.en/plots/2024/11/25/avail-agents-overall-stacked.json +++ b/content.en/plots/2024/11/25/avail-agents-overall-stacked.json @@ -1 +1 @@ -{"data": [{"fill": "tonexty", "hovertemplate": "Agent: v2.1.0
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
Total count: %{meta[0]:,}
Percentage: %{meta[1]:.1f}%
", "legendgroup": "v2.1.0", "line": {"width": 0.5}, "marker": {"color": "#4c72b0"}, "meta": [[367, 4.087193460490464], [364, 4.1208791208791204], [367, 4.087193460490464], [365, 4.10958904109589], [366, 4.098360655737705], [364, 4.1208791208791204], [364, 4.1208791208791204], [363, 4.132231404958678], [365, 4.10958904109589], [365, 4.10958904109589], [364, 4.1208791208791204], [364, 4.1208791208791204], [365, 4.10958904109589], [365, 4.10958904109589], [364, 4.1208791208791204], [365, 4.10958904109589], [367, 4.087193460490464], [365, 4.10958904109589], [365, 4.10958904109589], [366, 4.098360655737705], [367, 4.087193460490464], [366, 4.098360655737705], [367, 4.087193460490464], [366, 4.098360655737705], [365, 4.10958904109589], [367, 4.087193460490464], [366, 4.098360655737705], [367, 4.087193460490464], [367, 4.087193460490464], [365, 4.10958904109589], [367, 4.087193460490464], [367, 4.087193460490464], [367, 4.087193460490464], [366, 4.098360655737705], [367, 4.087193460490464], [367, 4.087193460490464], [365, 4.10958904109589], [367, 4.087193460490464], [368, 4.076086956521739], [366, 4.098360655737705], [367, 4.087193460490464], [368, 4.076086956521739], [367, 4.087193460490464], [366, 4.098360655737705], [367, 4.087193460490464], [366, 4.098360655737705], [366, 4.098360655737705], [368, 4.076086956521739], [368, 4.076086956521739], [367, 4.087193460490464], [367, 4.087193460490464], [368, 4.076086956521739], [367, 4.087193460490464], [366, 4.098360655737705], [367, 4.087193460490464], [368, 4.076086956521739], [367, 4.087193460490464], [367, 4.087193460490464], [367, 4.087193460490464], [365, 4.10958904109589], [366, 4.098360655737705], [367, 4.087193460490464], [367, 4.087193460490464], [366, 4.098360655737705], [367, 4.087193460490464], [366, 4.098360655737705], [368, 4.076086956521739], [368, 4.076086956521739], [365, 4.10958904109589], [366, 4.098360655737705], [368, 4.076086956521739], [365, 4.10958904109589], [369, 4.0650406504065035], [366, 4.098360655737705], [367, 4.087193460490464], [367, 4.087193460490464], [365, 3.8356164383561646], [368, 4.076086956521739], [367, 4.087193460490464], [368, 4.076086956521739], [367, 4.087193460490464], [366, 4.098360655737705], [366, 4.098360655737705], [368, 4.076086956521739], [369, 4.0650406504065035], [368, 4.076086956521739], [370, 4.054054054054054], [370, 4.054054054054054], [371, 4.0431266846361185], [370, 4.054054054054054], [370, 4.054054054054054], [373, 4.021447721179625], [371, 4.0431266846361185], [371, 4.0431266846361185], [367, 4.087193460490464], [367, 4.087193460490464], [365, 3.8356164383561646], [370, 3.783783783783784], [366, 3.825136612021858], [365, 3.8356164383561646], [370, 4.054054054054054], [367, 4.087193460490464], [370, 4.054054054054054], [370, 4.054054054054054], [370, 4.054054054054054], [371, 4.0431266846361185], [369, 4.0650406504065035], [370, 4.054054054054054], [368, 4.076086956521739], [368, 4.076086956521739], [369, 4.0650406504065035], [368, 4.076086956521739], [369, 3.523035230352303], [369, 3.7940379403794036], [371, 3.7735849056603774], [369, 3.7940379403794036], [372, 3.763440860215054], [369, 3.7940379403794036], [370, 3.783783783783784], [369, 3.7940379403794036], [368, 3.804347826086957], [371, 3.7735849056603774], [368, 3.804347826086957], [370, 3.783783783783784], [369, 3.7940379403794036], [368, 3.804347826086957], [368, 3.804347826086957], [369, 3.7940379403794036], [368, 3.804347826086957], [369, 3.7940379403794036], [369, 3.7940379403794036], [370, 3.783783783783784], [367, 3.8147138964577656], [369, 3.7940379403794036], [368, 3.804347826086957], [368, 3.804347826086957], [369, 3.7940379403794036], [366, 3.551912568306011], [369, 3.523035230352303], [366, 3.551912568306011], [366, 3.551912568306011], [366, 3.551912568306011], [368, 3.804347826086957], [366, 3.825136612021858]], "mode": "lines", "name": "v2.1.0", "stackgroup": "one", "text": "v2.1.0", "x": ["2024-11-25T00:10:39.677221060", "2024-11-25T00:40:38.977618933", "2024-11-25T01:10:38.812012911", "2024-11-25T01:40:45.730963945", "2024-11-25T02:10:37.088995934", "2024-11-25T02:40:41.429579020", "2024-11-25T03:10:38.465122938", "2024-11-25T03:40:37.402302027", "2024-11-25T04:10:36.685532093", "2024-11-25T04:40:39.652136087", "2024-11-25T05:10:37.960340977", "2024-11-25T05:40:38.459842920", "2024-11-25T06:10:37.984539986", "2024-11-25T06:40:40.519283056", "2024-11-25T07:10:43.502789974", "2024-11-25T07:40:39.099824905", "2024-11-25T08:10:38.801126957", "2024-11-25T08:40:44.102962971", "2024-11-25T09:10:42.378532887", "2024-11-25T09:40:37.642553091", "2024-11-25T10:10:39.963741064", "2024-11-25T10:40:44.353075981", "2024-11-25T11:10:53.926088095", "2024-11-25T11:40:39.026417971", "2024-11-25T12:10:53.442348957", "2024-11-25T12:40:40.046928883", "2024-11-25T13:10:37.029361963", "2024-11-25T13:40:35.202977896", "2024-11-25T14:10:51.373768091", "2024-11-25T14:40:41.483161926", "2024-11-25T15:10:41.767110109", "2024-11-25T15:40:37.928585052", "2024-11-25T16:10:42.011714935", "2024-11-25T16:40:42.906804085", "2024-11-25T17:10:38.623089075", "2024-11-25T17:40:39.640170097", "2024-11-25T18:10:43.413978100", "2024-11-25T18:40:37.190644979", "2024-11-25T19:10:48.661989927", "2024-11-25T19:40:40.086347103", "2024-11-25T20:10:38.398622990", "2024-11-25T20:40:36.718008041", "2024-11-25T21:10:40.473922014", "2024-11-25T21:40:39.270833969", "2024-11-25T22:10:38.413422108", "2024-11-25T22:40:37.112224102", "2024-11-25T23:10:38.497129917", "2024-11-25T23:40:38.161685944", "2024-11-26T00:10:40.398380995", "2024-11-26T00:40:40.290316105", "2024-11-26T01:10:36.612648010", "2024-11-26T01:40:43.463934898", "2024-11-26T02:10:39.873791933", "2024-11-26T02:40:37.964912891", "2024-11-26T03:10:40.017976999", "2024-11-26T03:40:39.174932003", "2024-11-26T04:10:37.531666993", "2024-11-26T04:40:38.728656054", "2024-11-26T05:10:40.144073963", "2024-11-26T05:40:36.210500002", "2024-11-26T06:10:39.890939951", "2024-11-26T06:40:39.928896904", "2024-11-26T07:10:40.117408991", "2024-11-26T07:40:41.293076992", "2024-11-26T08:10:38.183259964", "2024-11-26T08:40:41.971167088", "2024-11-26T09:10:38.739739895", "2024-11-26T09:40:35.839135885", "2024-11-26T10:10:39.124793053", "2024-11-26T10:40:36.913053036", "2024-11-26T11:10:46.791107893", "2024-11-26T11:40:35.269087076", "2024-11-26T12:10:37.039634943", "2024-11-26T12:40:37.875947952", "2024-11-26T13:10:37.513941050", "2024-11-26T13:40:36.770535946", "2024-11-26T14:10:39.938744068", "2024-11-26T14:40:36.903116941", "2024-11-26T15:10:40.208920002", "2024-11-26T15:40:37.525809050", "2024-11-26T16:28:26.185935974", "2024-11-26T18:28:27.483156919", "2024-11-26T20:28:28.808378935", "2024-11-26T22:28:34.388073921", "2024-11-27T00:28:27.456845045", "2024-11-27T02:28:28.634644032", "2024-11-27T04:28:36.038633108", "2024-11-27T06:28:26.979243040", "2024-11-27T08:28:34.085104942", "2024-11-27T10:28:27.319493055", "2024-11-27T12:28:35.219047070", "2024-11-27T14:28:26.469011068", "2024-11-27T16:28:36.407439947", "2024-11-27T18:28:29.116642952", "2024-11-27T20:28:27.257668018", "2024-11-27T22:28:28.643860102", "2024-11-28T00:28:30.392714024", "2024-11-28T02:28:24.747195005", "2024-11-28T04:28:26.938916922", "2024-11-28T06:28:33.676168919", "2024-11-28T08:28:30.564524889", "2024-11-28T10:28:27.880829096", "2024-11-28T12:28:28.772073030", "2024-11-28T14:28:28.271517992", "2024-11-28T16:28:28.055016994", "2024-11-28T18:28:30.885545969", "2024-11-28T20:28:28.577383995", "2024-11-28T22:28:27.965719938", "2024-11-29T00:28:24.846029997", "2024-11-29T02:28:32.677658081", "2024-11-29T04:28:37.027251959", "2024-11-29T06:28:26.329596043", "2024-11-29T08:28:29.820204020", "2024-11-29T10:28:24.390039921", "2024-11-29T12:28:26.894509077", "2024-11-29T14:28:30.655306101", "2024-11-29T16:28:28.049238920", "2024-11-29T18:28:34.419646978", "2024-11-29T20:28:29.595482111", "2024-11-29T22:28:28.738446951", "2024-11-30T00:28:29.671384096", "2024-11-30T02:28:36.451289892", "2024-11-30T04:28:28.599447012", "2024-11-30T06:28:30.954462051", "2024-11-30T08:28:32.178025961", "2024-11-30T10:28:31.913120985", "2024-11-30T12:28:35.238720894", "2024-11-30T14:28:30.732235909", "2024-11-30T16:28:25.176085949", "2024-11-30T18:28:26.559551954", "2024-11-30T20:28:32.378139019", "2024-11-30T22:28:29.527740002", "2024-12-01T00:28:27.384798050", "2024-12-01T02:28:29.656687021", "2024-12-01T04:28:31.741038084", "2024-12-01T06:28:29.574328899", "2024-12-01T08:28:28.980580091", "2024-12-01T10:28:28.973625898", "2024-12-01T12:28:28.385993958", "2024-12-01T14:28:27.101659060", "2024-12-01T16:28:30.499835014", "2024-12-01T18:28:27.195336103", "2024-12-01T20:28:24.503113985", "2024-12-01T22:28:29.435787916"], "y": [15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 14, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 14, 14, 14, 14, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 13, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 13, 13, 13, 13, 13, 14, 14], "type": "scatter"}, {"fill": "tonexty", "hovertemplate": "Agent: v2.1.5
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
Total count: %{meta[0]:,}
Percentage: %{meta[1]:.1f}%
", "legendgroup": "v2.1.5", "line": {"width": 0.5}, "marker": {"color": "#dd8452"}, "meta": [[367, 4.35967302452316], [364, 4.395604395604396], [367, 4.35967302452316], [365, 4.383561643835616], [366, 4.371584699453552], [364, 4.395604395604396], [364, 4.395604395604396], [363, 4.40771349862259], [365, 4.383561643835616], [365, 4.383561643835616], [364, 4.1208791208791204], [364, 4.1208791208791204], [365, 4.383561643835616], [365, 4.383561643835616], [364, 4.395604395604396], [365, 4.383561643835616], [367, 4.35967302452316], [365, 4.383561643835616], [365, 4.383561643835616], [366, 4.371584699453552], [367, 4.35967302452316], [366, 4.371584699453552], [367, 4.35967302452316], [366, 4.371584699453552], [365, 4.383561643835616], [367, 4.35967302452316], [366, 4.371584699453552], [367, 4.35967302452316], [367, 4.35967302452316], [365, 4.383561643835616], [367, 4.35967302452316], [367, 4.35967302452316], [367, 4.35967302452316], [366, 4.371584699453552], [367, 4.35967302452316], [367, 4.35967302452316], [365, 4.383561643835616], [367, 4.35967302452316], [368, 4.3478260869565215], [366, 4.371584699453552], [367, 4.35967302452316], [368, 4.3478260869565215], [367, 4.35967302452316], [366, 4.371584699453552], [367, 4.35967302452316], [366, 4.371584699453552], [366, 4.371584699453552], [368, 4.3478260869565215], [368, 4.3478260869565215], [367, 4.35967302452316], [367, 4.35967302452316], [368, 4.3478260869565215], [367, 4.35967302452316], [366, 4.371584699453552], [367, 4.35967302452316], [368, 4.3478260869565215], [367, 4.35967302452316], [367, 4.35967302452316], [367, 4.35967302452316], [365, 4.383561643835616], [366, 4.371584699453552], [367, 4.35967302452316], [367, 4.35967302452316], [366, 4.371584699453552], [367, 4.35967302452316], [366, 4.371584699453552], [368, 4.3478260869565215], [368, 4.3478260869565215], [365, 4.383561643835616], [366, 4.371584699453552], [368, 4.3478260869565215], [365, 4.383561643835616], [369, 4.336043360433604], [366, 4.371584699453552], [367, 4.35967302452316], [367, 4.35967302452316], [365, 4.383561643835616], [368, 4.3478260869565215], [367, 4.35967302452316], [368, 4.3478260869565215], [367, 4.35967302452316], [366, 4.371584699453552], [366, 4.371584699453552], [368, 4.3478260869565215], [369, 4.336043360433604], [368, 4.3478260869565215], [370, 4.324324324324325], [370, 4.324324324324325], [371, 4.31266846361186], [370, 4.324324324324325], [370, 4.324324324324325], [373, 4.289544235924933], [371, 4.31266846361186], [371, 4.31266846361186], [367, 4.087193460490464], [367, 4.35967302452316], [365, 4.383561643835616], [370, 4.324324324324325], [366, 4.371584699453552], [365, 4.383561643835616], [370, 4.324324324324325], [367, 4.35967302452316], [370, 4.324324324324325], [370, 4.324324324324325], [370, 4.324324324324325], [371, 4.31266846361186], [369, 4.0650406504065035], [370, 4.324324324324325], [368, 4.3478260869565215], [368, 4.3478260869565215], [369, 4.336043360433604], [368, 4.3478260869565215], [369, 4.336043360433604], [369, 4.336043360433604], [371, 4.31266846361186], [369, 4.336043360433604], [372, 4.301075268817205], [369, 4.336043360433604], [370, 4.324324324324325], [369, 4.336043360433604], [368, 4.3478260869565215], [371, 4.31266846361186], [368, 4.3478260869565215], [370, 4.324324324324325], [369, 4.336043360433604], [368, 4.3478260869565215], [368, 4.3478260869565215], [369, 4.336043360433604], [368, 4.3478260869565215], [369, 4.336043360433604], [369, 4.336043360433604], [370, 4.324324324324325], [367, 4.35967302452316], [369, 4.0650406504065035], [368, 4.076086956521739], [368, 4.076086956521739], [369, 4.0650406504065035], [366, 4.098360655737705], [369, 4.0650406504065035], [366, 4.098360655737705], [366, 4.098360655737705], [366, 4.098360655737705], [368, 4.076086956521739], [366, 3.825136612021858]], "mode": "lines", "name": "v2.1.5", "stackgroup": "one", "text": "v2.1.5", "x": ["2024-11-25T00:10:39.677221060", "2024-11-25T00:40:38.977618933", "2024-11-25T01:10:38.812012911", "2024-11-25T01:40:45.730963945", "2024-11-25T02:10:37.088995934", "2024-11-25T02:40:41.429579020", "2024-11-25T03:10:38.465122938", "2024-11-25T03:40:37.402302027", "2024-11-25T04:10:36.685532093", "2024-11-25T04:40:39.652136087", "2024-11-25T05:10:37.960340977", "2024-11-25T05:40:38.459842920", "2024-11-25T06:10:37.984539986", "2024-11-25T06:40:40.519283056", "2024-11-25T07:10:43.502789974", "2024-11-25T07:40:39.099824905", "2024-11-25T08:10:38.801126957", "2024-11-25T08:40:44.102962971", "2024-11-25T09:10:42.378532887", "2024-11-25T09:40:37.642553091", "2024-11-25T10:10:39.963741064", "2024-11-25T10:40:44.353075981", "2024-11-25T11:10:53.926088095", "2024-11-25T11:40:39.026417971", "2024-11-25T12:10:53.442348957", "2024-11-25T12:40:40.046928883", "2024-11-25T13:10:37.029361963", "2024-11-25T13:40:35.202977896", "2024-11-25T14:10:51.373768091", "2024-11-25T14:40:41.483161926", "2024-11-25T15:10:41.767110109", "2024-11-25T15:40:37.928585052", "2024-11-25T16:10:42.011714935", "2024-11-25T16:40:42.906804085", "2024-11-25T17:10:38.623089075", "2024-11-25T17:40:39.640170097", "2024-11-25T18:10:43.413978100", "2024-11-25T18:40:37.190644979", "2024-11-25T19:10:48.661989927", "2024-11-25T19:40:40.086347103", "2024-11-25T20:10:38.398622990", "2024-11-25T20:40:36.718008041", "2024-11-25T21:10:40.473922014", "2024-11-25T21:40:39.270833969", "2024-11-25T22:10:38.413422108", "2024-11-25T22:40:37.112224102", "2024-11-25T23:10:38.497129917", "2024-11-25T23:40:38.161685944", "2024-11-26T00:10:40.398380995", "2024-11-26T00:40:40.290316105", "2024-11-26T01:10:36.612648010", "2024-11-26T01:40:43.463934898", "2024-11-26T02:10:39.873791933", "2024-11-26T02:40:37.964912891", "2024-11-26T03:10:40.017976999", "2024-11-26T03:40:39.174932003", "2024-11-26T04:10:37.531666993", "2024-11-26T04:40:38.728656054", "2024-11-26T05:10:40.144073963", "2024-11-26T05:40:36.210500002", "2024-11-26T06:10:39.890939951", "2024-11-26T06:40:39.928896904", "2024-11-26T07:10:40.117408991", "2024-11-26T07:40:41.293076992", "2024-11-26T08:10:38.183259964", "2024-11-26T08:40:41.971167088", "2024-11-26T09:10:38.739739895", "2024-11-26T09:40:35.839135885", "2024-11-26T10:10:39.124793053", "2024-11-26T10:40:36.913053036", "2024-11-26T11:10:46.791107893", "2024-11-26T11:40:35.269087076", "2024-11-26T12:10:37.039634943", "2024-11-26T12:40:37.875947952", "2024-11-26T13:10:37.513941050", "2024-11-26T13:40:36.770535946", "2024-11-26T14:10:39.938744068", "2024-11-26T14:40:36.903116941", "2024-11-26T15:10:40.208920002", "2024-11-26T15:40:37.525809050", "2024-11-26T16:28:26.185935974", "2024-11-26T18:28:27.483156919", "2024-11-26T20:28:28.808378935", "2024-11-26T22:28:34.388073921", "2024-11-27T00:28:27.456845045", "2024-11-27T02:28:28.634644032", "2024-11-27T04:28:36.038633108", "2024-11-27T06:28:26.979243040", "2024-11-27T08:28:34.085104942", "2024-11-27T10:28:27.319493055", "2024-11-27T12:28:35.219047070", "2024-11-27T14:28:26.469011068", "2024-11-27T16:28:36.407439947", "2024-11-27T18:28:29.116642952", "2024-11-27T20:28:27.257668018", "2024-11-27T22:28:28.643860102", "2024-11-28T00:28:30.392714024", "2024-11-28T02:28:24.747195005", "2024-11-28T04:28:26.938916922", "2024-11-28T06:28:33.676168919", "2024-11-28T08:28:30.564524889", "2024-11-28T10:28:27.880829096", "2024-11-28T12:28:28.772073030", "2024-11-28T14:28:28.271517992", "2024-11-28T16:28:28.055016994", "2024-11-28T18:28:30.885545969", "2024-11-28T20:28:28.577383995", "2024-11-28T22:28:27.965719938", "2024-11-29T00:28:24.846029997", "2024-11-29T02:28:32.677658081", "2024-11-29T04:28:37.027251959", "2024-11-29T06:28:26.329596043", "2024-11-29T08:28:29.820204020", "2024-11-29T10:28:24.390039921", "2024-11-29T12:28:26.894509077", "2024-11-29T14:28:30.655306101", "2024-11-29T16:28:28.049238920", "2024-11-29T18:28:34.419646978", "2024-11-29T20:28:29.595482111", "2024-11-29T22:28:28.738446951", "2024-11-30T00:28:29.671384096", "2024-11-30T02:28:36.451289892", "2024-11-30T04:28:28.599447012", "2024-11-30T06:28:30.954462051", "2024-11-30T08:28:32.178025961", "2024-11-30T10:28:31.913120985", "2024-11-30T12:28:35.238720894", "2024-11-30T14:28:30.732235909", "2024-11-30T16:28:25.176085949", "2024-11-30T18:28:26.559551954", "2024-11-30T20:28:32.378139019", "2024-11-30T22:28:29.527740002", "2024-12-01T00:28:27.384798050", "2024-12-01T02:28:29.656687021", "2024-12-01T04:28:31.741038084", "2024-12-01T06:28:29.574328899", "2024-12-01T08:28:28.980580091", "2024-12-01T10:28:28.973625898", "2024-12-01T12:28:28.385993958", "2024-12-01T14:28:27.101659060", "2024-12-01T16:28:30.499835014", "2024-12-01T18:28:27.195336103", "2024-12-01T20:28:24.503113985", "2024-12-01T22:28:29.435787916"], "y": [16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 14], "type": "scatter"}, {"fill": "tonexty", "hovertemplate": "Agent: v1.11.0
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
Total count: %{meta[0]:,}
Percentage: %{meta[1]:.1f}%
", "legendgroup": "v1.11.0", "line": {"width": 0.5}, "marker": {"color": "#55a868"}, "meta": [[367, 6.539509536784741], [364, 6.043956043956044], [367, 6.539509536784741], [365, 6.027397260273973], [366, 6.284153005464481], [364, 6.318681318681318], [364, 6.318681318681318], [363, 6.336088154269973], [365, 6.027397260273973], [365, 6.027397260273973], [364, 6.318681318681318], [364, 6.043956043956044], [365, 6.027397260273973], [365, 6.027397260273973], [364, 6.043956043956044], [365, 6.027397260273973], [367, 6.267029972752043], [365, 6.027397260273973], [365, 6.027397260273973], [366, 6.284153005464481], [367, 6.267029972752043], [366, 6.0109289617486334], [367, 6.267029972752043], [366, 6.0109289617486334], [365, 5.7534246575342465], [367, 6.267029972752043], [366, 6.284153005464481], [367, 6.267029972752043], [367, 6.267029972752043], [365, 6.027397260273973], [367, 6.539509536784741], [367, 6.267029972752043], [367, 5.994550408719346], [366, 6.284153005464481], [367, 6.267029972752043], [367, 6.267029972752043], [365, 6.027397260273973], [367, 6.539509536784741], [368, 6.521739130434782], [366, 6.284153005464481], [367, 6.539509536784741], [368, 6.521739130434782], [367, 6.267029972752043], [366, 6.0109289617486334], [367, 6.267029972752043], [366, 6.284153005464481], [366, 6.284153005464481], [368, 6.521739130434782], [368, 6.25], [367, 6.267029972752043], [367, 6.267029972752043], [368, 6.25], [367, 5.994550408719346], [366, 6.0109289617486334], [367, 6.267029972752043], [368, 6.25], [367, 5.994550408719346], [367, 5.994550408719346], [367, 6.267029972752043], [365, 6.027397260273973], [366, 6.0109289617486334], [367, 5.994550408719346], [367, 5.994550408719346], [366, 6.0109289617486334], [367, 6.267029972752043], [366, 6.0109289617486334], [368, 6.25], [368, 6.25], [365, 6.301369863013699], [366, 6.0109289617486334], [368, 5.978260869565218], [365, 6.027397260273973], [369, 6.504065040650407], [366, 6.0109289617486334], [367, 5.994550408719346], [367, 6.267029972752043], [365, 6.027397260273973], [368, 6.25], [367, 5.994550408719346], [368, 6.25], [367, 5.994550408719346], [366, 6.284153005464481], [366, 6.557377049180328], [368, 6.521739130434782], [369, 6.775067750677506], [368, 6.7934782608695645], [370, 6.756756756756757], [370, 6.486486486486487], [371, 6.738544474393531], [370, 6.486486486486487], [370, 6.486486486486487], [373, 6.970509383378016], [371, 6.46900269541779], [371, 6.738544474393531], [367, 6.267029972752043], [367, 5.994550408719346], [365, 5.7534246575342465], [370, 6.756756756756757], [366, 5.737704918032787], [365, 5.7534246575342465], [370, 6.486486486486487], [367, 5.722070844686648], [370, 5.9459459459459465], [370, 5.9459459459459465], [370, 5.9459459459459465], [371, 6.46900269541779], [369, 6.233062330623306], [370, 5.9459459459459465], [368, 5.706521739130435], [368, 5.978260869565218], [369, 5.9620596205962055], [368, 5.978260869565218], [369, 5.9620596205962055], [369, 5.9620596205962055], [371, 6.199460916442049], [369, 6.233062330623306], [372, 6.182795698924731], [369, 5.9620596205962055], [370, 6.216216216216217], [369, 5.9620596205962055], [368, 6.25], [371, 6.199460916442049], [368, 5.706521739130435], [370, 5.9459459459459465], [369, 5.691056910569105], [368, 5.978260869565218], [368, 5.706521739130435], [369, 5.691056910569105], [368, 5.706521739130435], [369, 5.9620596205962055], [369, 5.691056910569105], [370, 6.216216216216217], [367, 5.449591280653951], [369, 6.233062330623306], [368, 5.706521739130435], [368, 5.706521739130435], [369, 5.691056910569105], [366, 5.737704918032787], [369, 6.233062330623306], [366, 5.737704918032787], [366, 6.0109289617486334], [366, 5.737704918032787], [368, 5.978260869565218], [366, 5.737704918032787]], "mode": "lines", "name": "v1.11.0", "stackgroup": "one", "text": "v1.11.0", "x": ["2024-11-25T00:10:39.677221060", "2024-11-25T00:40:38.977618933", "2024-11-25T01:10:38.812012911", "2024-11-25T01:40:45.730963945", "2024-11-25T02:10:37.088995934", "2024-11-25T02:40:41.429579020", "2024-11-25T03:10:38.465122938", "2024-11-25T03:40:37.402302027", "2024-11-25T04:10:36.685532093", "2024-11-25T04:40:39.652136087", "2024-11-25T05:10:37.960340977", "2024-11-25T05:40:38.459842920", "2024-11-25T06:10:37.984539986", "2024-11-25T06:40:40.519283056", "2024-11-25T07:10:43.502789974", "2024-11-25T07:40:39.099824905", "2024-11-25T08:10:38.801126957", "2024-11-25T08:40:44.102962971", "2024-11-25T09:10:42.378532887", "2024-11-25T09:40:37.642553091", "2024-11-25T10:10:39.963741064", "2024-11-25T10:40:44.353075981", "2024-11-25T11:10:53.926088095", "2024-11-25T11:40:39.026417971", "2024-11-25T12:10:53.442348957", "2024-11-25T12:40:40.046928883", "2024-11-25T13:10:37.029361963", "2024-11-25T13:40:35.202977896", "2024-11-25T14:10:51.373768091", "2024-11-25T14:40:41.483161926", "2024-11-25T15:10:41.767110109", "2024-11-25T15:40:37.928585052", "2024-11-25T16:10:42.011714935", "2024-11-25T16:40:42.906804085", "2024-11-25T17:10:38.623089075", "2024-11-25T17:40:39.640170097", "2024-11-25T18:10:43.413978100", "2024-11-25T18:40:37.190644979", "2024-11-25T19:10:48.661989927", "2024-11-25T19:40:40.086347103", "2024-11-25T20:10:38.398622990", "2024-11-25T20:40:36.718008041", "2024-11-25T21:10:40.473922014", "2024-11-25T21:40:39.270833969", "2024-11-25T22:10:38.413422108", "2024-11-25T22:40:37.112224102", "2024-11-25T23:10:38.497129917", "2024-11-25T23:40:38.161685944", "2024-11-26T00:10:40.398380995", "2024-11-26T00:40:40.290316105", "2024-11-26T01:10:36.612648010", "2024-11-26T01:40:43.463934898", "2024-11-26T02:10:39.873791933", "2024-11-26T02:40:37.964912891", "2024-11-26T03:10:40.017976999", "2024-11-26T03:40:39.174932003", "2024-11-26T04:10:37.531666993", "2024-11-26T04:40:38.728656054", "2024-11-26T05:10:40.144073963", "2024-11-26T05:40:36.210500002", "2024-11-26T06:10:39.890939951", "2024-11-26T06:40:39.928896904", "2024-11-26T07:10:40.117408991", "2024-11-26T07:40:41.293076992", "2024-11-26T08:10:38.183259964", "2024-11-26T08:40:41.971167088", "2024-11-26T09:10:38.739739895", "2024-11-26T09:40:35.839135885", "2024-11-26T10:10:39.124793053", "2024-11-26T10:40:36.913053036", "2024-11-26T11:10:46.791107893", "2024-11-26T11:40:35.269087076", "2024-11-26T12:10:37.039634943", "2024-11-26T12:40:37.875947952", "2024-11-26T13:10:37.513941050", "2024-11-26T13:40:36.770535946", "2024-11-26T14:10:39.938744068", "2024-11-26T14:40:36.903116941", "2024-11-26T15:10:40.208920002", "2024-11-26T15:40:37.525809050", "2024-11-26T16:28:26.185935974", "2024-11-26T18:28:27.483156919", "2024-11-26T20:28:28.808378935", "2024-11-26T22:28:34.388073921", "2024-11-27T00:28:27.456845045", "2024-11-27T02:28:28.634644032", "2024-11-27T04:28:36.038633108", "2024-11-27T06:28:26.979243040", "2024-11-27T08:28:34.085104942", "2024-11-27T10:28:27.319493055", "2024-11-27T12:28:35.219047070", "2024-11-27T14:28:26.469011068", "2024-11-27T16:28:36.407439947", "2024-11-27T18:28:29.116642952", "2024-11-27T20:28:27.257668018", "2024-11-27T22:28:28.643860102", "2024-11-28T00:28:30.392714024", "2024-11-28T02:28:24.747195005", "2024-11-28T04:28:26.938916922", "2024-11-28T06:28:33.676168919", "2024-11-28T08:28:30.564524889", "2024-11-28T10:28:27.880829096", "2024-11-28T12:28:28.772073030", "2024-11-28T14:28:28.271517992", "2024-11-28T16:28:28.055016994", "2024-11-28T18:28:30.885545969", "2024-11-28T20:28:28.577383995", "2024-11-28T22:28:27.965719938", "2024-11-29T00:28:24.846029997", "2024-11-29T02:28:32.677658081", "2024-11-29T04:28:37.027251959", "2024-11-29T06:28:26.329596043", "2024-11-29T08:28:29.820204020", "2024-11-29T10:28:24.390039921", "2024-11-29T12:28:26.894509077", "2024-11-29T14:28:30.655306101", "2024-11-29T16:28:28.049238920", "2024-11-29T18:28:34.419646978", "2024-11-29T20:28:29.595482111", "2024-11-29T22:28:28.738446951", "2024-11-30T00:28:29.671384096", "2024-11-30T02:28:36.451289892", "2024-11-30T04:28:28.599447012", "2024-11-30T06:28:30.954462051", "2024-11-30T08:28:32.178025961", "2024-11-30T10:28:31.913120985", "2024-11-30T12:28:35.238720894", "2024-11-30T14:28:30.732235909", "2024-11-30T16:28:25.176085949", "2024-11-30T18:28:26.559551954", "2024-11-30T20:28:32.378139019", "2024-11-30T22:28:29.527740002", "2024-12-01T00:28:27.384798050", "2024-12-01T02:28:29.656687021", "2024-12-01T04:28:31.741038084", "2024-12-01T06:28:29.574328899", "2024-12-01T08:28:28.980580091", "2024-12-01T10:28:28.973625898", "2024-12-01T12:28:28.385993958", "2024-12-01T14:28:27.101659060", "2024-12-01T16:28:30.499835014", "2024-12-01T18:28:27.195336103", "2024-12-01T20:28:24.503113985", "2024-12-01T22:28:29.435787916"], "y": [24, 22, 24, 22, 23, 23, 23, 23, 22, 22, 23, 22, 22, 22, 22, 22, 23, 22, 22, 23, 23, 22, 23, 22, 21, 23, 23, 23, 23, 22, 24, 23, 22, 23, 23, 23, 22, 24, 24, 23, 24, 24, 23, 22, 23, 23, 23, 24, 23, 23, 23, 23, 22, 22, 23, 23, 22, 22, 23, 22, 22, 22, 22, 22, 23, 22, 23, 23, 23, 22, 22, 22, 24, 22, 22, 23, 22, 23, 22, 23, 22, 23, 24, 24, 25, 25, 25, 24, 25, 24, 24, 26, 24, 25, 23, 22, 21, 25, 21, 21, 24, 21, 22, 22, 22, 24, 23, 22, 21, 22, 22, 22, 22, 22, 23, 23, 23, 22, 23, 22, 23, 23, 21, 22, 21, 22, 21, 21, 21, 22, 21, 23, 20, 23, 21, 21, 21, 21, 23, 21, 22, 21, 22, 21], "type": "scatter"}, {"fill": "tonexty", "hovertemplate": "Agent: v1.10.0
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
Total count: %{meta[0]:,}
Percentage: %{meta[1]:.1f}%
", "legendgroup": "v1.10.0", "line": {"width": 0.5}, "marker": {"color": "#c44e52"}, "meta": [[367, 10.626702997275205], [364, 10.43956043956044], [367, 10.626702997275205], [365, 10.684931506849315], [366, 10.655737704918032], [364, 10.714285714285714], [364, 10.714285714285714], [363, 10.743801652892563], [365, 10.684931506849315], [365, 10.684931506849315], [364, 10.43956043956044], [364, 10.714285714285714], [365, 10.684931506849315], [365, 10.684931506849315], [364, 10.43956043956044], [365, 10.684931506849315], [367, 10.899182561307901], [365, 10.684931506849315], [365, 10.684931506849315], [366, 10.655737704918032], [367, 10.899182561307901], [366, 10.92896174863388], [367, 10.899182561307901], [366, 10.92896174863388], [365, 10.95890410958904], [367, 10.899182561307901], [366, 10.655737704918032], [367, 10.899182561307901], [367, 10.899182561307901], [365, 10.684931506849315], [367, 10.626702997275205], [367, 10.899182561307901], [367, 11.1716621253406], [366, 10.655737704918032], [367, 10.899182561307901], [367, 10.899182561307901], [365, 10.684931506849315], [367, 10.626702997275205], [368, 10.869565217391305], [366, 10.655737704918032], [367, 10.626702997275205], [368, 10.869565217391305], [367, 10.899182561307901], [366, 10.92896174863388], [367, 10.899182561307901], [366, 10.655737704918032], [366, 10.655737704918032], [368, 10.869565217391305], [368, 11.141304347826086], [367, 10.899182561307901], [367, 10.899182561307901], [368, 11.141304347826086], [367, 11.1716621253406], [366, 10.92896174863388], [367, 10.899182561307901], [368, 11.141304347826086], [367, 11.1716621253406], [367, 11.1716621253406], [367, 10.899182561307901], [365, 10.684931506849315], [366, 10.92896174863388], [367, 11.1716621253406], [367, 11.1716621253406], [366, 10.92896174863388], [367, 10.899182561307901], [366, 10.92896174863388], [368, 11.141304347826086], [368, 11.141304347826086], [365, 10.684931506849315], [366, 10.92896174863388], [368, 11.41304347826087], [365, 10.684931506849315], [369, 11.11111111111111], [366, 10.92896174863388], [367, 10.899182561307901], [367, 10.626702997275205], [365, 10.684931506849315], [368, 10.869565217391305], [367, 10.899182561307901], [368, 10.869565217391305], [367, 10.899182561307901], [366, 10.655737704918032], [366, 10.382513661202186], [368, 10.597826086956522], [369, 10.569105691056912], [368, 10.326086956521738], [370, 10.81081081081081], [370, 10.81081081081081], [371, 11.05121293800539], [370, 11.081081081081082], [370, 10.81081081081081], [373, 10.991957104557642], [371, 11.05121293800539], [371, 10.781671159029651], [367, 10.899182561307901], [367, 10.899182561307901], [365, 10.684931506849315], [370, 11.081081081081082], [366, 11.202185792349727], [365, 10.95890410958904], [370, 11.081081081081082], [367, 11.1716621253406], [370, 11.081081081081082], [370, 11.081081081081082], [370, 11.081081081081082], [371, 11.05121293800539], [369, 11.11111111111111], [370, 11.351351351351353], [368, 11.141304347826086], [368, 10.869565217391305], [369, 11.11111111111111], [368, 10.597826086956522], [369, 11.11111111111111], [369, 10.840108401084011], [371, 11.05121293800539], [369, 10.840108401084011], [372, 11.021505376344086], [369, 10.840108401084011], [370, 10.81081081081081], [369, 10.840108401084011], [368, 10.869565217391305], [371, 11.05121293800539], [368, 10.869565217391305], [370, 11.081081081081082], [369, 11.11111111111111], [368, 10.597826086956522], [368, 10.869565217391305], [369, 11.11111111111111], [368, 10.869565217391305], [369, 10.840108401084011], [369, 11.11111111111111], [370, 10.81081081081081], [367, 10.899182561307901], [369, 10.840108401084011], [368, 11.141304347826086], [368, 11.141304347826086], [369, 11.38211382113821], [366, 11.202185792349727], [369, 11.11111111111111], [366, 10.92896174863388], [366, 10.92896174863388], [366, 11.202185792349727], [368, 11.141304347826086], [366, 11.202185792349727]], "mode": "lines", "name": "v1.10.0", "stackgroup": "one", "text": "v1.10.0", "x": ["2024-11-25T00:10:39.677221060", "2024-11-25T00:40:38.977618933", "2024-11-25T01:10:38.812012911", "2024-11-25T01:40:45.730963945", "2024-11-25T02:10:37.088995934", "2024-11-25T02:40:41.429579020", "2024-11-25T03:10:38.465122938", "2024-11-25T03:40:37.402302027", "2024-11-25T04:10:36.685532093", "2024-11-25T04:40:39.652136087", "2024-11-25T05:10:37.960340977", "2024-11-25T05:40:38.459842920", "2024-11-25T06:10:37.984539986", "2024-11-25T06:40:40.519283056", "2024-11-25T07:10:43.502789974", "2024-11-25T07:40:39.099824905", "2024-11-25T08:10:38.801126957", "2024-11-25T08:40:44.102962971", "2024-11-25T09:10:42.378532887", "2024-11-25T09:40:37.642553091", "2024-11-25T10:10:39.963741064", "2024-11-25T10:40:44.353075981", "2024-11-25T11:10:53.926088095", "2024-11-25T11:40:39.026417971", "2024-11-25T12:10:53.442348957", "2024-11-25T12:40:40.046928883", "2024-11-25T13:10:37.029361963", "2024-11-25T13:40:35.202977896", "2024-11-25T14:10:51.373768091", "2024-11-25T14:40:41.483161926", "2024-11-25T15:10:41.767110109", "2024-11-25T15:40:37.928585052", "2024-11-25T16:10:42.011714935", "2024-11-25T16:40:42.906804085", "2024-11-25T17:10:38.623089075", "2024-11-25T17:40:39.640170097", "2024-11-25T18:10:43.413978100", "2024-11-25T18:40:37.190644979", "2024-11-25T19:10:48.661989927", "2024-11-25T19:40:40.086347103", "2024-11-25T20:10:38.398622990", "2024-11-25T20:40:36.718008041", "2024-11-25T21:10:40.473922014", "2024-11-25T21:40:39.270833969", "2024-11-25T22:10:38.413422108", "2024-11-25T22:40:37.112224102", "2024-11-25T23:10:38.497129917", "2024-11-25T23:40:38.161685944", "2024-11-26T00:10:40.398380995", "2024-11-26T00:40:40.290316105", "2024-11-26T01:10:36.612648010", "2024-11-26T01:40:43.463934898", "2024-11-26T02:10:39.873791933", "2024-11-26T02:40:37.964912891", "2024-11-26T03:10:40.017976999", "2024-11-26T03:40:39.174932003", "2024-11-26T04:10:37.531666993", "2024-11-26T04:40:38.728656054", "2024-11-26T05:10:40.144073963", "2024-11-26T05:40:36.210500002", "2024-11-26T06:10:39.890939951", "2024-11-26T06:40:39.928896904", "2024-11-26T07:10:40.117408991", "2024-11-26T07:40:41.293076992", "2024-11-26T08:10:38.183259964", "2024-11-26T08:40:41.971167088", "2024-11-26T09:10:38.739739895", "2024-11-26T09:40:35.839135885", "2024-11-26T10:10:39.124793053", "2024-11-26T10:40:36.913053036", "2024-11-26T11:10:46.791107893", "2024-11-26T11:40:35.269087076", "2024-11-26T12:10:37.039634943", "2024-11-26T12:40:37.875947952", "2024-11-26T13:10:37.513941050", "2024-11-26T13:40:36.770535946", "2024-11-26T14:10:39.938744068", "2024-11-26T14:40:36.903116941", "2024-11-26T15:10:40.208920002", "2024-11-26T15:40:37.525809050", "2024-11-26T16:28:26.185935974", "2024-11-26T18:28:27.483156919", "2024-11-26T20:28:28.808378935", "2024-11-26T22:28:34.388073921", "2024-11-27T00:28:27.456845045", "2024-11-27T02:28:28.634644032", "2024-11-27T04:28:36.038633108", "2024-11-27T06:28:26.979243040", "2024-11-27T08:28:34.085104942", "2024-11-27T10:28:27.319493055", "2024-11-27T12:28:35.219047070", "2024-11-27T14:28:26.469011068", "2024-11-27T16:28:36.407439947", "2024-11-27T18:28:29.116642952", "2024-11-27T20:28:27.257668018", "2024-11-27T22:28:28.643860102", "2024-11-28T00:28:30.392714024", "2024-11-28T02:28:24.747195005", "2024-11-28T04:28:26.938916922", "2024-11-28T06:28:33.676168919", "2024-11-28T08:28:30.564524889", "2024-11-28T10:28:27.880829096", "2024-11-28T12:28:28.772073030", "2024-11-28T14:28:28.271517992", "2024-11-28T16:28:28.055016994", "2024-11-28T18:28:30.885545969", "2024-11-28T20:28:28.577383995", "2024-11-28T22:28:27.965719938", "2024-11-29T00:28:24.846029997", "2024-11-29T02:28:32.677658081", "2024-11-29T04:28:37.027251959", "2024-11-29T06:28:26.329596043", "2024-11-29T08:28:29.820204020", "2024-11-29T10:28:24.390039921", "2024-11-29T12:28:26.894509077", "2024-11-29T14:28:30.655306101", "2024-11-29T16:28:28.049238920", "2024-11-29T18:28:34.419646978", "2024-11-29T20:28:29.595482111", "2024-11-29T22:28:28.738446951", "2024-11-30T00:28:29.671384096", "2024-11-30T02:28:36.451289892", "2024-11-30T04:28:28.599447012", "2024-11-30T06:28:30.954462051", "2024-11-30T08:28:32.178025961", "2024-11-30T10:28:31.913120985", "2024-11-30T12:28:35.238720894", "2024-11-30T14:28:30.732235909", "2024-11-30T16:28:25.176085949", "2024-11-30T18:28:26.559551954", "2024-11-30T20:28:32.378139019", "2024-11-30T22:28:29.527740002", "2024-12-01T00:28:27.384798050", "2024-12-01T02:28:29.656687021", "2024-12-01T04:28:31.741038084", "2024-12-01T06:28:29.574328899", "2024-12-01T08:28:28.980580091", "2024-12-01T10:28:28.973625898", "2024-12-01T12:28:28.385993958", "2024-12-01T14:28:27.101659060", "2024-12-01T16:28:30.499835014", "2024-12-01T18:28:27.195336103", "2024-12-01T20:28:24.503113985", "2024-12-01T22:28:29.435787916"], "y": [39, 38, 39, 39, 39, 39, 39, 39, 39, 39, 38, 39, 39, 39, 38, 39, 40, 39, 39, 39, 40, 40, 40, 40, 40, 40, 39, 40, 40, 39, 39, 40, 41, 39, 40, 40, 39, 39, 40, 39, 39, 40, 40, 40, 40, 39, 39, 40, 41, 40, 40, 41, 41, 40, 40, 41, 41, 41, 40, 39, 40, 41, 41, 40, 40, 40, 41, 41, 39, 40, 42, 39, 41, 40, 40, 39, 39, 40, 40, 40, 40, 39, 38, 39, 39, 38, 40, 40, 41, 41, 40, 41, 41, 40, 40, 40, 39, 41, 41, 40, 41, 41, 41, 41, 41, 41, 41, 42, 41, 40, 41, 39, 41, 40, 41, 40, 41, 40, 40, 40, 40, 41, 40, 41, 41, 39, 40, 41, 40, 40, 41, 40, 40, 40, 41, 41, 42, 41, 41, 40, 40, 41, 41, 41], "type": "scatter"}, {"fill": "tonexty", "hovertemplate": "Agent: v2.2.1
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
Total count: %{meta[0]:,}
Percentage: %{meta[1]:.1f}%
", "legendgroup": "v2.2.1", "line": {"width": 0.5}, "marker": {"color": "#8172b3"}, "meta": [[367, 26.975476839237057], [364, 27.197802197802197], [367, 26.975476839237057], [365, 27.123287671232877], [366, 27.049180327868854], [364, 26.923076923076923], [364, 26.923076923076923], [363, 27.27272727272727], [365, 27.123287671232877], [365, 27.123287671232877], [364, 27.197802197802197], [364, 27.197802197802197], [365, 27.123287671232877], [365, 27.123287671232877], [364, 27.197802197802197], [365, 27.123287671232877], [367, 26.975476839237057], [365, 27.123287671232877], [365, 27.123287671232877], [366, 27.049180327868854], [367, 26.975476839237057], [366, 27.049180327868854], [367, 26.975476839237057], [366, 27.049180327868854], [365, 27.123287671232877], [367, 26.975476839237057], [366, 27.049180327868854], [367, 26.975476839237057], [367, 26.975476839237057], [365, 27.123287671232877], [367, 26.975476839237057], [367, 26.975476839237057], [367, 26.975476839237057], [366, 27.049180327868854], [367, 26.975476839237057], [367, 26.975476839237057], [365, 27.123287671232877], [367, 26.975476839237057], [368, 26.902173913043477], [366, 27.049180327868854], [367, 26.975476839237057], [368, 26.902173913043477], [367, 26.975476839237057], [366, 27.049180327868854], [367, 26.975476839237057], [366, 27.049180327868854], [366, 27.049180327868854], [368, 26.902173913043477], [368, 26.902173913043477], [367, 26.975476839237057], [367, 26.975476839237057], [368, 26.902173913043477], [367, 26.975476839237057], [366, 27.049180327868854], [367, 26.975476839237057], [368, 26.902173913043477], [367, 26.975476839237057], [367, 26.975476839237057], [367, 26.975476839237057], [365, 27.123287671232877], [366, 27.049180327868854], [367, 26.975476839237057], [367, 26.975476839237057], [366, 27.049180327868854], [367, 26.975476839237057], [366, 27.049180327868854], [368, 26.902173913043477], [368, 26.902173913043477], [365, 27.123287671232877], [366, 27.049180327868854], [368, 26.902173913043477], [365, 27.123287671232877], [369, 26.82926829268293], [366, 27.049180327868854], [367, 27.247956403269757], [367, 27.247956403269757], [365, 27.397260273972602], [368, 27.173913043478258], [367, 27.247956403269757], [368, 27.173913043478258], [367, 27.247956403269757], [366, 27.322404371584703], [366, 27.322404371584703], [368, 27.173913043478258], [369, 27.100271002710024], [368, 27.173913043478258], [370, 27.027027027027028], [370, 27.027027027027028], [371, 26.954177897574123], [370, 27.027027027027028], [370, 27.027027027027028], [373, 26.80965147453083], [371, 26.954177897574123], [371, 26.954177897574123], [367, 27.247956403269757], [367, 27.247956403269757], [365, 27.671232876712327], [370, 27.297297297297295], [366, 27.595628415300546], [365, 27.671232876712327], [370, 27.297297297297295], [367, 27.520435967302454], [370, 27.297297297297295], [370, 27.297297297297295], [370, 27.297297297297295], [371, 27.22371967654987], [369, 27.371273712737125], [370, 27.297297297297295], [368, 27.445652173913043], [368, 27.445652173913043], [369, 27.371273712737125], [368, 27.445652173913043], [369, 27.64227642276423], [369, 27.64227642276423], [371, 27.49326145552561], [369, 27.64227642276423], [372, 27.419354838709676], [369, 27.64227642276423], [370, 27.56756756756757], [369, 27.64227642276423], [368, 27.173913043478258], [371, 27.49326145552561], [368, 27.717391304347828], [370, 27.56756756756757], [369, 27.64227642276423], [368, 27.717391304347828], [368, 27.717391304347828], [369, 27.64227642276423], [368, 27.717391304347828], [369, 27.64227642276423], [369, 27.64227642276423], [370, 27.56756756756757], [367, 27.79291553133515], [369, 27.64227642276423], [368, 27.717391304347828], [368, 27.717391304347828], [369, 27.64227642276423], [366, 27.86885245901639], [369, 27.64227642276423], [366, 27.86885245901639], [366, 27.86885245901639], [366, 27.86885245901639], [368, 27.717391304347828], [366, 27.86885245901639]], "mode": "lines", "name": "v2.2.1", "stackgroup": "one", "text": "v2.2.1", "x": ["2024-11-25T00:10:39.677221060", "2024-11-25T00:40:38.977618933", "2024-11-25T01:10:38.812012911", "2024-11-25T01:40:45.730963945", "2024-11-25T02:10:37.088995934", "2024-11-25T02:40:41.429579020", "2024-11-25T03:10:38.465122938", "2024-11-25T03:40:37.402302027", "2024-11-25T04:10:36.685532093", "2024-11-25T04:40:39.652136087", "2024-11-25T05:10:37.960340977", "2024-11-25T05:40:38.459842920", "2024-11-25T06:10:37.984539986", "2024-11-25T06:40:40.519283056", "2024-11-25T07:10:43.502789974", "2024-11-25T07:40:39.099824905", "2024-11-25T08:10:38.801126957", "2024-11-25T08:40:44.102962971", "2024-11-25T09:10:42.378532887", "2024-11-25T09:40:37.642553091", "2024-11-25T10:10:39.963741064", "2024-11-25T10:40:44.353075981", "2024-11-25T11:10:53.926088095", "2024-11-25T11:40:39.026417971", "2024-11-25T12:10:53.442348957", "2024-11-25T12:40:40.046928883", "2024-11-25T13:10:37.029361963", "2024-11-25T13:40:35.202977896", "2024-11-25T14:10:51.373768091", "2024-11-25T14:40:41.483161926", "2024-11-25T15:10:41.767110109", "2024-11-25T15:40:37.928585052", "2024-11-25T16:10:42.011714935", "2024-11-25T16:40:42.906804085", "2024-11-25T17:10:38.623089075", "2024-11-25T17:40:39.640170097", "2024-11-25T18:10:43.413978100", "2024-11-25T18:40:37.190644979", "2024-11-25T19:10:48.661989927", "2024-11-25T19:40:40.086347103", "2024-11-25T20:10:38.398622990", "2024-11-25T20:40:36.718008041", "2024-11-25T21:10:40.473922014", "2024-11-25T21:40:39.270833969", "2024-11-25T22:10:38.413422108", "2024-11-25T22:40:37.112224102", "2024-11-25T23:10:38.497129917", "2024-11-25T23:40:38.161685944", "2024-11-26T00:10:40.398380995", "2024-11-26T00:40:40.290316105", "2024-11-26T01:10:36.612648010", "2024-11-26T01:40:43.463934898", "2024-11-26T02:10:39.873791933", "2024-11-26T02:40:37.964912891", "2024-11-26T03:10:40.017976999", "2024-11-26T03:40:39.174932003", "2024-11-26T04:10:37.531666993", "2024-11-26T04:40:38.728656054", "2024-11-26T05:10:40.144073963", "2024-11-26T05:40:36.210500002", "2024-11-26T06:10:39.890939951", "2024-11-26T06:40:39.928896904", "2024-11-26T07:10:40.117408991", "2024-11-26T07:40:41.293076992", "2024-11-26T08:10:38.183259964", "2024-11-26T08:40:41.971167088", "2024-11-26T09:10:38.739739895", "2024-11-26T09:40:35.839135885", "2024-11-26T10:10:39.124793053", "2024-11-26T10:40:36.913053036", "2024-11-26T11:10:46.791107893", "2024-11-26T11:40:35.269087076", "2024-11-26T12:10:37.039634943", "2024-11-26T12:40:37.875947952", "2024-11-26T13:10:37.513941050", "2024-11-26T13:40:36.770535946", "2024-11-26T14:10:39.938744068", "2024-11-26T14:40:36.903116941", "2024-11-26T15:10:40.208920002", "2024-11-26T15:40:37.525809050", "2024-11-26T16:28:26.185935974", "2024-11-26T18:28:27.483156919", "2024-11-26T20:28:28.808378935", "2024-11-26T22:28:34.388073921", "2024-11-27T00:28:27.456845045", "2024-11-27T02:28:28.634644032", "2024-11-27T04:28:36.038633108", "2024-11-27T06:28:26.979243040", "2024-11-27T08:28:34.085104942", "2024-11-27T10:28:27.319493055", "2024-11-27T12:28:35.219047070", "2024-11-27T14:28:26.469011068", "2024-11-27T16:28:36.407439947", "2024-11-27T18:28:29.116642952", "2024-11-27T20:28:27.257668018", "2024-11-27T22:28:28.643860102", "2024-11-28T00:28:30.392714024", "2024-11-28T02:28:24.747195005", "2024-11-28T04:28:26.938916922", "2024-11-28T06:28:33.676168919", "2024-11-28T08:28:30.564524889", "2024-11-28T10:28:27.880829096", "2024-11-28T12:28:28.772073030", "2024-11-28T14:28:28.271517992", "2024-11-28T16:28:28.055016994", "2024-11-28T18:28:30.885545969", "2024-11-28T20:28:28.577383995", "2024-11-28T22:28:27.965719938", "2024-11-29T00:28:24.846029997", "2024-11-29T02:28:32.677658081", "2024-11-29T04:28:37.027251959", "2024-11-29T06:28:26.329596043", "2024-11-29T08:28:29.820204020", "2024-11-29T10:28:24.390039921", "2024-11-29T12:28:26.894509077", "2024-11-29T14:28:30.655306101", "2024-11-29T16:28:28.049238920", "2024-11-29T18:28:34.419646978", "2024-11-29T20:28:29.595482111", "2024-11-29T22:28:28.738446951", "2024-11-30T00:28:29.671384096", "2024-11-30T02:28:36.451289892", "2024-11-30T04:28:28.599447012", "2024-11-30T06:28:30.954462051", "2024-11-30T08:28:32.178025961", "2024-11-30T10:28:31.913120985", "2024-11-30T12:28:35.238720894", "2024-11-30T14:28:30.732235909", "2024-11-30T16:28:25.176085949", "2024-11-30T18:28:26.559551954", "2024-11-30T20:28:32.378139019", "2024-11-30T22:28:29.527740002", "2024-12-01T00:28:27.384798050", "2024-12-01T02:28:29.656687021", "2024-12-01T04:28:31.741038084", "2024-12-01T06:28:29.574328899", "2024-12-01T08:28:28.980580091", "2024-12-01T10:28:28.973625898", "2024-12-01T12:28:28.385993958", "2024-12-01T14:28:27.101659060", "2024-12-01T16:28:30.499835014", "2024-12-01T18:28:27.195336103", "2024-12-01T20:28:24.503113985", "2024-12-01T22:28:29.435787916"], "y": [99, 99, 99, 99, 99, 98, 98, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 102, 102, 102, 102, 102, 102, 102, 102, 100, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102], "type": "scatter"}, {"fill": "tonexty", "hovertemplate": "Agent: v2.2.0
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
Total count: %{meta[0]:,}
Percentage: %{meta[1]:.1f}%
", "legendgroup": "v2.2.0", "line": {"width": 0.5}, "marker": {"color": "#937860"}, "meta": [[367, 47.41144414168937], [364, 47.8021978021978], [367, 47.41144414168937], [365, 47.671232876712324], [366, 47.540983606557376], [364, 47.527472527472526], [364, 47.527472527472526], [363, 47.107438016528924], [365, 47.671232876712324], [365, 47.671232876712324], [364, 47.8021978021978], [364, 47.8021978021978], [365, 47.671232876712324], [365, 47.671232876712324], [364, 47.8021978021978], [365, 47.671232876712324], [367, 47.41144414168937], [365, 47.671232876712324], [365, 47.671232876712324], [366, 47.540983606557376], [367, 47.41144414168937], [366, 47.540983606557376], [367, 47.41144414168937], [366, 47.540983606557376], [365, 47.671232876712324], [367, 47.41144414168937], [366, 47.540983606557376], [367, 47.41144414168937], [367, 47.41144414168937], [365, 47.671232876712324], [367, 47.41144414168937], [367, 47.41144414168937], [367, 47.41144414168937], [366, 47.540983606557376], [367, 47.41144414168937], [367, 47.41144414168937], [365, 47.671232876712324], [367, 47.41144414168937], [368, 47.28260869565217], [366, 47.540983606557376], [367, 47.41144414168937], [368, 47.28260869565217], [367, 47.41144414168937], [366, 47.540983606557376], [367, 47.41144414168937], [366, 47.540983606557376], [366, 47.540983606557376], [368, 47.28260869565217], [368, 47.28260869565217], [367, 47.41144414168937], [367, 47.41144414168937], [368, 47.28260869565217], [367, 47.41144414168937], [366, 47.540983606557376], [367, 47.41144414168937], [368, 47.28260869565217], [367, 47.41144414168937], [367, 47.41144414168937], [367, 47.41144414168937], [365, 47.671232876712324], [366, 47.540983606557376], [367, 47.41144414168937], [367, 47.41144414168937], [366, 47.540983606557376], [367, 47.41144414168937], [366, 47.540983606557376], [368, 47.28260869565217], [368, 47.28260869565217], [365, 47.397260273972606], [366, 47.540983606557376], [368, 47.28260869565217], [365, 47.671232876712324], [369, 47.15447154471545], [366, 47.540983606557376], [367, 47.41144414168937], [367, 47.41144414168937], [365, 47.671232876712324], [368, 47.28260869565217], [367, 47.41144414168937], [368, 47.28260869565217], [367, 47.41144414168937], [366, 47.26775956284153], [366, 47.26775956284153], [368, 47.28260869565217], [369, 47.15447154471545], [368, 47.28260869565217], [370, 47.02702702702703], [370, 47.2972972972973], [371, 46.900269541778975], [370, 47.02702702702703], [370, 47.2972972972973], [373, 46.91689008042895], [371, 47.16981132075472], [371, 47.16981132075472], [367, 47.41144414168937], [367, 47.41144414168937], [365, 47.671232876712324], [370, 46.75675675675676], [366, 47.26775956284153], [365, 47.397260273972606], [370, 46.75675675675676], [367, 47.13896457765668], [370, 47.2972972972973], [370, 47.2972972972973], [370, 47.2972972972973], [371, 46.900269541778975], [369, 47.15447154471545], [370, 47.02702702702703], [368, 47.28260869565217], [368, 47.28260869565217], [369, 47.15447154471545], [368, 47.55434782608695], [369, 47.425474254742554], [369, 47.425474254742554], [371, 47.16981132075472], [369, 47.15447154471545], [372, 47.31182795698925], [369, 47.425474254742554], [370, 47.2972972972973], [369, 47.425474254742554], [368, 47.55434782608695], [371, 47.16981132075472], [368, 47.55434782608695], [370, 47.2972972972973], [369, 47.425474254742554], [368, 47.55434782608695], [368, 47.55434782608695], [369, 47.425474254742554], [368, 47.55434782608695], [369, 47.425474254742554], [369, 47.425474254742554], [370, 47.2972972972973], [367, 47.68392370572207], [369, 47.425474254742554], [368, 47.55434782608695], [368, 47.55434782608695], [369, 47.425474254742554], [366, 47.540983606557376], [369, 47.425474254742554], [366, 47.81420765027322], [366, 47.540983606557376], [366, 47.540983606557376], [368, 47.28260869565217], [366, 47.540983606557376]], "mode": "lines", "name": "v2.2.0", "stackgroup": "one", "text": "v2.2.0", "x": ["2024-11-25T00:10:39.677221060", "2024-11-25T00:40:38.977618933", "2024-11-25T01:10:38.812012911", "2024-11-25T01:40:45.730963945", "2024-11-25T02:10:37.088995934", "2024-11-25T02:40:41.429579020", "2024-11-25T03:10:38.465122938", "2024-11-25T03:40:37.402302027", "2024-11-25T04:10:36.685532093", "2024-11-25T04:40:39.652136087", "2024-11-25T05:10:37.960340977", "2024-11-25T05:40:38.459842920", "2024-11-25T06:10:37.984539986", "2024-11-25T06:40:40.519283056", "2024-11-25T07:10:43.502789974", "2024-11-25T07:40:39.099824905", "2024-11-25T08:10:38.801126957", "2024-11-25T08:40:44.102962971", "2024-11-25T09:10:42.378532887", "2024-11-25T09:40:37.642553091", "2024-11-25T10:10:39.963741064", "2024-11-25T10:40:44.353075981", "2024-11-25T11:10:53.926088095", "2024-11-25T11:40:39.026417971", "2024-11-25T12:10:53.442348957", "2024-11-25T12:40:40.046928883", "2024-11-25T13:10:37.029361963", "2024-11-25T13:40:35.202977896", "2024-11-25T14:10:51.373768091", "2024-11-25T14:40:41.483161926", "2024-11-25T15:10:41.767110109", "2024-11-25T15:40:37.928585052", "2024-11-25T16:10:42.011714935", "2024-11-25T16:40:42.906804085", "2024-11-25T17:10:38.623089075", "2024-11-25T17:40:39.640170097", "2024-11-25T18:10:43.413978100", "2024-11-25T18:40:37.190644979", "2024-11-25T19:10:48.661989927", "2024-11-25T19:40:40.086347103", "2024-11-25T20:10:38.398622990", "2024-11-25T20:40:36.718008041", "2024-11-25T21:10:40.473922014", "2024-11-25T21:40:39.270833969", "2024-11-25T22:10:38.413422108", "2024-11-25T22:40:37.112224102", "2024-11-25T23:10:38.497129917", "2024-11-25T23:40:38.161685944", "2024-11-26T00:10:40.398380995", "2024-11-26T00:40:40.290316105", "2024-11-26T01:10:36.612648010", "2024-11-26T01:40:43.463934898", "2024-11-26T02:10:39.873791933", "2024-11-26T02:40:37.964912891", "2024-11-26T03:10:40.017976999", "2024-11-26T03:40:39.174932003", "2024-11-26T04:10:37.531666993", "2024-11-26T04:40:38.728656054", "2024-11-26T05:10:40.144073963", "2024-11-26T05:40:36.210500002", "2024-11-26T06:10:39.890939951", "2024-11-26T06:40:39.928896904", "2024-11-26T07:10:40.117408991", "2024-11-26T07:40:41.293076992", "2024-11-26T08:10:38.183259964", "2024-11-26T08:40:41.971167088", "2024-11-26T09:10:38.739739895", "2024-11-26T09:40:35.839135885", "2024-11-26T10:10:39.124793053", "2024-11-26T10:40:36.913053036", "2024-11-26T11:10:46.791107893", "2024-11-26T11:40:35.269087076", "2024-11-26T12:10:37.039634943", "2024-11-26T12:40:37.875947952", "2024-11-26T13:10:37.513941050", "2024-11-26T13:40:36.770535946", "2024-11-26T14:10:39.938744068", "2024-11-26T14:40:36.903116941", "2024-11-26T15:10:40.208920002", "2024-11-26T15:40:37.525809050", "2024-11-26T16:28:26.185935974", "2024-11-26T18:28:27.483156919", "2024-11-26T20:28:28.808378935", "2024-11-26T22:28:34.388073921", "2024-11-27T00:28:27.456845045", "2024-11-27T02:28:28.634644032", "2024-11-27T04:28:36.038633108", "2024-11-27T06:28:26.979243040", "2024-11-27T08:28:34.085104942", "2024-11-27T10:28:27.319493055", "2024-11-27T12:28:35.219047070", "2024-11-27T14:28:26.469011068", "2024-11-27T16:28:36.407439947", "2024-11-27T18:28:29.116642952", "2024-11-27T20:28:27.257668018", "2024-11-27T22:28:28.643860102", "2024-11-28T00:28:30.392714024", "2024-11-28T02:28:24.747195005", "2024-11-28T04:28:26.938916922", "2024-11-28T06:28:33.676168919", "2024-11-28T08:28:30.564524889", "2024-11-28T10:28:27.880829096", "2024-11-28T12:28:28.772073030", "2024-11-28T14:28:28.271517992", "2024-11-28T16:28:28.055016994", "2024-11-28T18:28:30.885545969", "2024-11-28T20:28:28.577383995", "2024-11-28T22:28:27.965719938", "2024-11-29T00:28:24.846029997", "2024-11-29T02:28:32.677658081", "2024-11-29T04:28:37.027251959", "2024-11-29T06:28:26.329596043", "2024-11-29T08:28:29.820204020", "2024-11-29T10:28:24.390039921", "2024-11-29T12:28:26.894509077", "2024-11-29T14:28:30.655306101", "2024-11-29T16:28:28.049238920", "2024-11-29T18:28:34.419646978", "2024-11-29T20:28:29.595482111", "2024-11-29T22:28:28.738446951", "2024-11-30T00:28:29.671384096", "2024-11-30T02:28:36.451289892", "2024-11-30T04:28:28.599447012", "2024-11-30T06:28:30.954462051", "2024-11-30T08:28:32.178025961", "2024-11-30T10:28:31.913120985", "2024-11-30T12:28:35.238720894", "2024-11-30T14:28:30.732235909", "2024-11-30T16:28:25.176085949", "2024-11-30T18:28:26.559551954", "2024-11-30T20:28:32.378139019", "2024-11-30T22:28:29.527740002", "2024-12-01T00:28:27.384798050", "2024-12-01T02:28:29.656687021", "2024-12-01T04:28:31.741038084", "2024-12-01T06:28:29.574328899", "2024-12-01T08:28:28.980580091", "2024-12-01T10:28:28.973625898", "2024-12-01T12:28:28.385993958", "2024-12-01T14:28:27.101659060", "2024-12-01T16:28:30.499835014", "2024-12-01T18:28:27.195336103", "2024-12-01T20:28:24.503113985", "2024-12-01T22:28:29.435787916"], "y": [174, 174, 174, 174, 174, 173, 173, 171, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 173, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 173, 173, 174, 174, 174, 174, 175, 174, 174, 175, 175, 175, 175, 174, 174, 174, 173, 173, 173, 173, 173, 175, 175, 175, 174, 174, 174, 174, 174, 174, 175, 175, 175, 175, 174, 176, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 174, 175, 175, 174, 174, 174, 174], "type": "scatter"}], "layout": {"template": {"data": {"scatter": [{"type": "scatter"}]}}, "xaxis": {"title": {"text": "Date"}, "tickangle": -20, "type": "date", "tickformat": "%Y-%m-%d"}, "yaxis": {"title": {"text": "Count"}, "autorange": true, "rangemode": "tozero", "tickformat": ","}, "legend": {"traceorder": "reversed"}, "autosize": true, "annotations": [{"font": {"size": 18}, "showarrow": false, "text": "Agents distribution over time", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.15, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 14}, "showarrow": false, "text": "", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.1, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 10}, "showarrow": false, "text": "Data: week ending 01 Dec 2024. Source: Nebula", "x": 0.99, "xanchor": "right", "xref": "paper", "y": -0.14, "yanchor": "top", "yref": "paper"}]}} \ No newline at end of file +{"data": [{"fill": "tonexty", "hovertemplate": "Agent: Avail Node
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
Total count: %{meta[0]:,}
Percentage: %{meta[1]:.1f}%
", "legendgroup": "Avail Node", "line": {"width": 0.5}, "marker": {"color": "#4c72b0"}, "meta": [[419, 100.0], [418, 100.0], [421, 100.0], [418, 100.0], [418, 100.0], [415, 100.0], [418, 100.0], [413, 100.0], [415, 100.0], [416, 100.0], [415, 100.0], [416, 100.0], [415, 100.0], [415, 100.0], [417, 100.0], [417, 100.0], [418, 100.0], [415, 100.0], [417, 100.0], [417, 100.0], [418, 100.0], [416, 100.0], [419, 100.0], [416, 100.0], [417, 100.0], [423, 100.0], [421, 100.0], [421, 100.0], [421, 100.0], [419, 100.0], [422, 100.0], [422, 100.0], [421, 100.0], [420, 100.0], [422, 100.0], [421, 100.0], [420, 100.0], [420, 100.0], [425, 100.0], [419, 100.0], [422, 100.0], [421, 100.0], [420, 100.0], [420, 100.0], [421, 100.0], [420, 100.0], [419, 100.0], [424, 100.0], [421, 100.0], [422, 100.0], [422, 100.0], [421, 100.0], [423, 100.0], [419, 100.0], [423, 100.0], [421, 100.0], [422, 100.0], [420, 100.0], [421, 100.0], [421, 100.0], [420, 100.0], [420, 100.0], [423, 100.0], [419, 100.0], [422, 100.0], [421, 100.0], [422, 100.0], [421, 100.0], [420, 100.0], [421, 100.0], [423, 100.0], [421, 100.0], [424, 100.0], [422, 100.0], [422, 100.0], [423, 100.0], [421, 100.0], [422, 100.0], [422, 100.0], [423, 100.0], [421, 100.0], [420, 100.0], [420, 100.0], [422, 100.0], [423, 100.0], [421, 100.0], [422, 100.0], [424, 100.0], [423, 100.0], [424, 100.0], [426, 100.0], [428, 100.0], [424, 100.0], [426, 100.0], [422, 100.0], [422, 100.0], [421, 100.0], [427, 100.0], [421, 100.0], [420, 100.0], [425, 100.0], [421, 100.0], [426, 100.0], [423, 100.0], [425, 100.0], [426, 100.0], [421, 100.0], [423, 100.0], [421, 100.0], [421, 100.0], [421, 100.0], [420, 100.0], [420, 100.0], [422, 100.0], [426, 100.0], [422, 100.0], [426, 100.0], [422, 100.0], [422, 100.0], [422, 100.0], [419, 100.0], [423, 100.0], [421, 100.0], [423, 100.0], [421, 100.0], [420, 100.0], [420, 100.0], [419, 100.0], [420, 100.0], [420, 100.0], [422, 100.0], [422, 100.0], [418, 100.0], [420, 100.0], [419, 100.0], [420, 100.0], [422, 100.0], [418, 100.0], [422, 100.0], [418, 100.0], [418, 100.0], [417, 100.0], [419, 100.0], [416, 100.0]], "mode": "lines", "name": "Avail Node", "stackgroup": "one", "text": "Avail Node", "x": ["2024-11-25T00:10:39.677221060", "2024-11-25T00:40:38.977618933", "2024-11-25T01:10:38.812012911", "2024-11-25T01:40:45.730963945", "2024-11-25T02:10:37.088995934", "2024-11-25T02:40:41.429579020", "2024-11-25T03:10:38.465122938", "2024-11-25T03:40:37.402302027", "2024-11-25T04:10:36.685532093", "2024-11-25T04:40:39.652136087", "2024-11-25T05:10:37.960340977", "2024-11-25T05:40:38.459842920", "2024-11-25T06:10:37.984539986", "2024-11-25T06:40:40.519283056", "2024-11-25T07:10:43.502789974", "2024-11-25T07:40:39.099824905", "2024-11-25T08:10:38.801126957", "2024-11-25T08:40:44.102962971", "2024-11-25T09:10:42.378532887", "2024-11-25T09:40:37.642553091", "2024-11-25T10:10:39.963741064", "2024-11-25T10:40:44.353075981", "2024-11-25T11:10:53.926088095", "2024-11-25T11:40:39.026417971", "2024-11-25T12:10:53.442348957", "2024-11-25T12:40:40.046928883", "2024-11-25T13:10:37.029361963", "2024-11-25T13:40:35.202977896", "2024-11-25T14:10:51.373768091", "2024-11-25T14:40:41.483161926", "2024-11-25T15:10:41.767110109", "2024-11-25T15:40:37.928585052", "2024-11-25T16:10:42.011714935", "2024-11-25T16:40:42.906804085", "2024-11-25T17:10:38.623089075", "2024-11-25T17:40:39.640170097", "2024-11-25T18:10:43.413978100", "2024-11-25T18:40:37.190644979", "2024-11-25T19:10:48.661989927", "2024-11-25T19:40:40.086347103", "2024-11-25T20:10:38.398622990", "2024-11-25T20:40:36.718008041", "2024-11-25T21:10:40.473922014", "2024-11-25T21:40:39.270833969", "2024-11-25T22:10:38.413422108", "2024-11-25T22:40:37.112224102", "2024-11-25T23:10:38.497129917", "2024-11-25T23:40:38.161685944", "2024-11-26T00:10:40.398380995", "2024-11-26T00:40:40.290316105", "2024-11-26T01:10:36.612648010", "2024-11-26T01:40:43.463934898", "2024-11-26T02:10:39.873791933", "2024-11-26T02:40:37.964912891", "2024-11-26T03:10:40.017976999", "2024-11-26T03:40:39.174932003", "2024-11-26T04:10:37.531666993", "2024-11-26T04:40:38.728656054", "2024-11-26T05:10:40.144073963", "2024-11-26T05:40:36.210500002", "2024-11-26T06:10:39.890939951", "2024-11-26T06:40:39.928896904", "2024-11-26T07:10:40.117408991", "2024-11-26T07:40:41.293076992", "2024-11-26T08:10:38.183259964", "2024-11-26T08:40:41.971167088", "2024-11-26T09:10:38.739739895", "2024-11-26T09:40:35.839135885", "2024-11-26T10:10:39.124793053", "2024-11-26T10:40:36.913053036", "2024-11-26T11:10:46.791107893", "2024-11-26T11:40:35.269087076", "2024-11-26T12:10:37.039634943", "2024-11-26T12:40:37.875947952", "2024-11-26T13:10:37.513941050", "2024-11-26T13:40:36.770535946", "2024-11-26T14:10:39.938744068", "2024-11-26T14:40:36.903116941", "2024-11-26T15:10:40.208920002", "2024-11-26T15:40:37.525809050", "2024-11-26T16:28:26.185935974", "2024-11-26T18:28:27.483156919", "2024-11-26T20:28:28.808378935", "2024-11-26T22:28:34.388073921", "2024-11-27T00:28:27.456845045", "2024-11-27T02:28:28.634644032", "2024-11-27T04:28:36.038633108", "2024-11-27T06:28:26.979243040", "2024-11-27T08:28:34.085104942", "2024-11-27T10:28:27.319493055", "2024-11-27T12:28:35.219047070", "2024-11-27T14:28:26.469011068", "2024-11-27T16:28:36.407439947", "2024-11-27T18:28:29.116642952", "2024-11-27T20:28:27.257668018", "2024-11-27T22:28:28.643860102", "2024-11-28T00:28:30.392714024", "2024-11-28T02:28:24.747195005", "2024-11-28T04:28:26.938916922", "2024-11-28T06:28:33.676168919", "2024-11-28T08:28:30.564524889", "2024-11-28T10:28:27.880829096", "2024-11-28T12:28:28.772073030", "2024-11-28T14:28:28.271517992", "2024-11-28T16:28:28.055016994", "2024-11-28T18:28:30.885545969", "2024-11-28T20:28:28.577383995", "2024-11-28T22:28:27.965719938", "2024-11-29T00:28:24.846029997", "2024-11-29T02:28:32.677658081", "2024-11-29T04:28:37.027251959", "2024-11-29T06:28:26.329596043", "2024-11-29T08:28:29.820204020", "2024-11-29T10:28:24.390039921", "2024-11-29T12:28:26.894509077", "2024-11-29T14:28:30.655306101", "2024-11-29T16:28:28.049238920", "2024-11-29T18:28:34.419646978", "2024-11-29T20:28:29.595482111", "2024-11-29T22:28:28.738446951", "2024-11-30T00:28:29.671384096", "2024-11-30T02:28:36.451289892", "2024-11-30T04:28:28.599447012", "2024-11-30T06:28:30.954462051", "2024-11-30T08:28:32.178025961", "2024-11-30T10:28:31.913120985", "2024-11-30T12:28:35.238720894", "2024-11-30T14:28:30.732235909", "2024-11-30T16:28:25.176085949", "2024-11-30T18:28:26.559551954", "2024-11-30T20:28:32.378139019", "2024-11-30T22:28:29.527740002", "2024-12-01T00:28:27.384798050", "2024-12-01T02:28:29.656687021", "2024-12-01T04:28:31.741038084", "2024-12-01T06:28:29.574328899", "2024-12-01T08:28:28.980580091", "2024-12-01T10:28:28.973625898", "2024-12-01T12:28:28.385993958", "2024-12-01T14:28:27.101659060", "2024-12-01T16:28:30.499835014", "2024-12-01T18:28:27.195336103", "2024-12-01T20:28:24.503113985", "2024-12-01T22:28:29.435787916"], "y": [419, 418, 421, 418, 418, 415, 418, 413, 415, 416, 415, 416, 415, 415, 417, 417, 418, 415, 417, 417, 418, 416, 419, 416, 417, 423, 421, 421, 421, 419, 422, 422, 421, 420, 422, 421, 420, 420, 425, 419, 422, 421, 420, 420, 421, 420, 419, 424, 421, 422, 422, 421, 423, 419, 423, 421, 422, 420, 421, 421, 420, 420, 423, 419, 422, 421, 422, 421, 420, 421, 423, 421, 424, 422, 422, 423, 421, 422, 422, 423, 421, 420, 420, 422, 423, 421, 422, 424, 423, 424, 426, 428, 424, 426, 422, 422, 421, 427, 421, 420, 425, 421, 426, 423, 425, 426, 421, 423, 421, 421, 421, 420, 420, 422, 426, 422, 426, 422, 422, 422, 419, 423, 421, 423, 421, 420, 420, 419, 420, 420, 422, 422, 418, 420, 419, 420, 422, 418, 422, 418, 418, 417, 419, 416], "type": "scatter"}], "layout": {"template": {"data": {"scatter": [{"type": "scatter"}]}}, "xaxis": {"title": {"text": "Date"}, "tickangle": -20, "type": "date", "tickformat": "%Y-%m-%d"}, "yaxis": {"title": {"text": "Count"}, "autorange": true, "rangemode": "tozero", "tickformat": ","}, "legend": {"traceorder": "reversed"}, "autosize": true, "annotations": [{"font": {"size": 18}, "showarrow": false, "text": "Agents distribution over time", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.15, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 14}, "showarrow": false, "text": "", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.1, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 10}, "showarrow": false, "text": "Data: week ending 01 Dec 2024. Source: Nebula", "x": 0.99, "xanchor": "right", "xref": "paper", "y": -0.14, "yanchor": "top", "yref": "paper"}]}} \ No newline at end of file diff --git a/content.en/plots/2024/11/25/avail-agents-overall.json b/content.en/plots/2024/11/25/avail-agents-overall.json index 6388e4fc8..0cf4b2b97 100644 --- a/content.en/plots/2024/11/25/avail-agents-overall.json +++ b/content.en/plots/2024/11/25/avail-agents-overall.json @@ -1 +1 @@ -{"data": [{"hovertemplate": "Agent: %{x}
Count: %{y:,}
Percentage: %{text}
", "marker": {"color": ["#937860", "#8172b3", "#c44e52", "#55a868", "#dd8452", "#4c72b0"]}, "text": ["47.7%", "27.4%", "11.0%", "6.0%", "4.1%", "3.8%"], "textposition": "outside", "x": ["v2.2.0", "v2.2.1", "v1.10.0", "v1.11.0", "v2.1.5", "v2.1.0"], "y": [174, 100, 40, 22, 15, 14], "type": "bar"}], "layout": {"template": {"data": {"scatter": [{"type": "scatter"}]}}, "xaxis": {"title": {"text": "Agent"}, "tickangle": -45}, "yaxis": {"title": {"text": "Count"}, "tickformat": ","}, "autosize": true, "annotations": [{"font": {"size": 18}, "showarrow": false, "text": "Agent Types", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.15, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 14}, "showarrow": false, "text": "Total Count: 365", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.1, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 10}, "showarrow": false, "text": "Data: week ending 01 Dec 2024. Source: Nebula", "x": 0.99, "xanchor": "right", "xref": "paper", "y": -0.14, "yanchor": "top", "yref": "paper"}]}} \ No newline at end of file +{"data": [{"hovertemplate": "Agent: %{x}
Count: %{y:,}
Percentage: %{text}
", "marker": {"color": ["#4c72b0"]}, "text": ["100.0%"], "textposition": "outside", "x": ["Avail Node"], "y": [420], "type": "bar"}], "layout": {"template": {"data": {"scatter": [{"type": "scatter"}]}}, "xaxis": {"title": {"text": "Agent"}, "tickangle": -20}, "yaxis": {"title": {"text": "Count"}, "tickformat": ","}, "autosize": true, "annotations": [{"font": {"size": 18}, "showarrow": false, "text": "Agent Types", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.15, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 14}, "showarrow": false, "text": "Total Count: 420", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.1, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 10}, "showarrow": false, "text": "Data: week ending 01 Dec 2024. Source: Nebula", "x": 0.99, "xanchor": "right", "xref": "paper", "y": -0.14, "yanchor": "top", "yref": "paper"}]}} \ No newline at end of file diff --git a/content.en/plots/2024/11/25/avail-agents-versions.json b/content.en/plots/2024/11/25/avail-agents-versions.json new file mode 100644 index 000000000..e5602c830 --- /dev/null +++ b/content.en/plots/2024/11/25/avail-agents-versions.json @@ -0,0 +1 @@ +{"data": [{"customdata": ["others", "v1.9.0", "v1.10.0", "v1.11.0", "v2.1.0", "v2.1.5", "v2.2.0", "v2.2.1"], "hovertemplate": "Version: %{customdata}
Count: %{x:,}
Percentage: %{text}
", "marker": {"color": ["#4c72b0", "#4c72b0", "#4c72b0", "#4c72b0", "#4c72b0", "#4c72b0", "#4c72b0", "#4c72b0"]}, "name": "Avail Node", "orientation": "h", "text": ["4.8%", "1.9%", "9.6%", "6.0%", "3.4%", "8.4%", "42.0%", "24.0%"], "textposition": "outside", "visible": true, "x": [20, 8, 40, 25, 14, 35, 175, 100], "y": ["others", "v1.9.0", "v1.10.0", "v1.11.0", "v2.1.0", "v2.1.5", "v2.2.0", "v2.2.1"], "type": "bar"}], "layout": {"template": {"data": {"scatter": [{"type": "scatter"}]}}, "xaxis": {"title": {"text": "Count"}, "tickformat": ",", "range": [0, 192.50000000000003]}, "yaxis": {"title": {"text": "Version"}}, "autosize": true, "showlegend": false, "annotations": [{"font": {"size": 18}, "showarrow": false, "text": "Avail Node Agent Versions", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.15, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 14}, "showarrow": false, "text": "Total Count: 417", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.1, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 10}, "showarrow": false, "text": "Data: week ending 01 Dec 2024. Source: Nebula", "x": 0.99, "xanchor": "right", "xref": "paper", "y": -0.14, "yanchor": "top", "yref": "paper"}]}} \ No newline at end of file diff --git a/content.en/plots/2024/11/25/avail-crawl-errors-single.json b/content.en/plots/2024/11/25/avail-crawl-errors-single.json new file mode 100644 index 000000000..21d24f923 --- /dev/null +++ b/content.en/plots/2024/11/25/avail-crawl-errors-single.json @@ -0,0 +1 @@ +{"data": [{"hovertemplate": "Error: connection_refused
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
", "line": {"dash": "solid"}, "mode": "lines", "name": "connection_refused", "x": ["2024-11-25T00:10:39.677221", "2024-11-25T00:40:38.977618", "2024-11-25T01:10:38.812012", "2024-11-25T01:40:45.730963", "2024-11-25T02:10:37.088995", "2024-11-25T02:40:41.429579", "2024-11-25T03:10:38.465122", "2024-11-25T03:40:37.402302", "2024-11-25T04:10:36.685532", "2024-11-25T04:40:39.652136", "2024-11-25T05:10:37.960340", "2024-11-25T05:40:38.459842", "2024-11-25T06:10:37.984539", "2024-11-25T06:40:40.519283", "2024-11-25T07:10:43.502789", "2024-11-25T07:40:39.099824", "2024-11-25T08:10:38.801126", "2024-11-25T08:40:44.102962", "2024-11-25T09:10:42.378532", "2024-11-25T09:40:37.642553", "2024-11-25T10:10:39.963741", "2024-11-25T10:40:44.353075", "2024-11-25T11:10:53.926088", "2024-11-25T11:40:39.026417", "2024-11-25T12:10:53.442348", "2024-11-25T12:40:40.046928", "2024-11-25T13:10:37.029361", "2024-11-25T13:40:35.202977", "2024-11-25T14:10:51.373768", "2024-11-25T14:40:41.483161", "2024-11-25T15:10:41.767110", "2024-11-25T15:40:37.928585", "2024-11-25T16:10:42.011714", "2024-11-25T16:40:42.906804", "2024-11-25T17:10:38.623089", "2024-11-25T17:40:39.640170", "2024-11-25T18:10:43.413978", "2024-11-25T18:40:37.190644", "2024-11-25T19:10:48.661989", "2024-11-25T19:40:40.086347", "2024-11-25T20:10:38.398622", "2024-11-25T20:40:36.718008", "2024-11-25T21:10:40.473922", "2024-11-25T21:40:39.270833", "2024-11-25T22:10:38.413422", "2024-11-25T22:40:37.112224", "2024-11-25T23:10:38.497129", "2024-11-25T23:40:38.161685", "2024-11-26T00:10:40.398380", "2024-11-26T00:40:40.290316", "2024-11-26T01:10:36.612648", "2024-11-26T01:40:43.463934", "2024-11-26T02:10:39.873791", "2024-11-26T02:40:37.964912", "2024-11-26T03:10:40.017976", "2024-11-26T03:40:39.174932", "2024-11-26T04:10:37.531666", "2024-11-26T04:40:38.728656", "2024-11-26T05:10:40.144073", "2024-11-26T05:40:36.210500", "2024-11-26T06:10:39.890939", "2024-11-26T06:40:39.928896", "2024-11-26T07:10:40.117408", "2024-11-26T07:40:41.293076", "2024-11-26T08:10:38.183259", "2024-11-26T08:40:41.971167", "2024-11-26T09:10:38.739739", "2024-11-26T09:40:35.839135", "2024-11-26T10:10:39.124793", "2024-11-26T10:40:36.913053", "2024-11-26T11:10:46.791107", "2024-11-26T11:40:35.269087", "2024-11-26T12:10:37.039634", "2024-11-26T12:40:37.875947", "2024-11-26T13:10:37.513941", "2024-11-26T13:40:36.770535", "2024-11-26T14:10:39.938744", "2024-11-26T14:40:36.903116", "2024-11-26T15:10:40.208920", "2024-11-26T15:40:37.525809", "2024-11-26T16:28:26.185935", "2024-11-26T18:28:27.483156", "2024-11-26T20:28:28.808378", "2024-11-26T22:28:34.388073", "2024-11-27T00:28:27.456845", "2024-11-27T02:28:28.634644", "2024-11-27T04:28:36.038633", "2024-11-27T06:28:26.979243", "2024-11-27T08:28:34.085104", "2024-11-27T10:28:27.319493", "2024-11-27T12:28:35.219047", "2024-11-27T14:28:26.469011", "2024-11-27T16:28:36.407439", "2024-11-27T18:28:29.116642", "2024-11-27T20:28:27.257668", "2024-11-27T22:28:28.643860", "2024-11-28T00:28:30.392714", "2024-11-28T02:28:24.747195", "2024-11-28T04:28:26.938916", "2024-11-28T06:28:33.676168", "2024-11-28T08:28:30.564524", "2024-11-28T10:28:27.880829", "2024-11-28T12:28:28.772073", "2024-11-28T14:28:28.271517", "2024-11-28T16:28:28.055016", "2024-11-28T18:28:30.885545", "2024-11-28T20:28:28.577383", "2024-11-28T22:28:27.965719", "2024-11-29T00:28:24.846029", "2024-11-29T02:28:32.677658", "2024-11-29T04:28:37.027251", "2024-11-29T06:28:26.329596", "2024-11-29T08:28:29.820204", "2024-11-29T10:28:24.390039", "2024-11-29T12:28:26.894509", "2024-11-29T14:28:30.655306", "2024-11-29T16:28:28.049238", "2024-11-29T18:28:34.419646", "2024-11-29T20:28:29.595482", "2024-11-29T22:28:28.738446", "2024-11-30T00:28:29.671384", "2024-11-30T02:28:36.451289", "2024-11-30T04:28:28.599447", "2024-11-30T06:28:30.954462", "2024-11-30T08:28:32.178025", "2024-11-30T10:28:31.913120", "2024-11-30T12:28:35.238720", "2024-11-30T14:28:30.732235", "2024-11-30T16:28:25.176085", "2024-11-30T18:28:26.559551", "2024-11-30T20:28:32.378139", "2024-11-30T22:28:29.527740", "2024-12-01T00:28:27.384798", "2024-12-01T02:28:29.656687", "2024-12-01T04:28:31.741038", "2024-12-01T06:28:29.574328", "2024-12-01T08:28:28.980580", "2024-12-01T10:28:28.973625", "2024-12-01T12:28:28.385993", "2024-12-01T14:28:27.101659", "2024-12-01T16:28:30.499835", "2024-12-01T18:28:27.195336", "2024-12-01T20:28:24.503113", "2024-12-01T22:28:29.435787"], "y": [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "type": "scatter"}, {"hovertemplate": "Error: io_timeout
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
", "line": {"dash": "solid"}, "mode": "lines", "name": "io_timeout", "x": ["2024-11-25T00:10:39.677221", "2024-11-25T00:40:38.977618", "2024-11-25T01:10:38.812012", "2024-11-25T01:40:45.730963", "2024-11-25T02:10:37.088995", "2024-11-25T02:40:41.429579", "2024-11-25T03:10:38.465122", "2024-11-25T03:40:37.402302", "2024-11-25T04:10:36.685532", "2024-11-25T04:40:39.652136", "2024-11-25T05:10:37.960340", "2024-11-25T05:40:38.459842", "2024-11-25T06:10:37.984539", "2024-11-25T06:40:40.519283", "2024-11-25T07:10:43.502789", "2024-11-25T07:40:39.099824", "2024-11-25T08:10:38.801126", "2024-11-25T08:40:44.102962", "2024-11-25T09:10:42.378532", "2024-11-25T09:40:37.642553", "2024-11-25T10:10:39.963741", "2024-11-25T10:40:44.353075", "2024-11-25T11:10:53.926088", "2024-11-25T11:40:39.026417", "2024-11-25T12:10:53.442348", "2024-11-25T12:40:40.046928", "2024-11-25T13:10:37.029361", "2024-11-25T13:40:35.202977", "2024-11-25T14:10:51.373768", "2024-11-25T14:40:41.483161", "2024-11-25T15:10:41.767110", "2024-11-25T15:40:37.928585", "2024-11-25T16:10:42.011714", "2024-11-25T16:40:42.906804", "2024-11-25T17:10:38.623089", "2024-11-25T17:40:39.640170", "2024-11-25T18:10:43.413978", "2024-11-25T18:40:37.190644", "2024-11-25T19:10:48.661989", "2024-11-25T19:40:40.086347", "2024-11-25T20:10:38.398622", "2024-11-25T20:40:36.718008", "2024-11-25T21:10:40.473922", "2024-11-25T21:40:39.270833", "2024-11-25T22:10:38.413422", "2024-11-25T22:40:37.112224", "2024-11-25T23:10:38.497129", "2024-11-25T23:40:38.161685", "2024-11-26T00:10:40.398380", "2024-11-26T00:40:40.290316", "2024-11-26T01:10:36.612648", "2024-11-26T01:40:43.463934", "2024-11-26T02:10:39.873791", "2024-11-26T02:40:37.964912", "2024-11-26T03:10:40.017976", "2024-11-26T03:40:39.174932", "2024-11-26T04:10:37.531666", "2024-11-26T04:40:38.728656", "2024-11-26T05:10:40.144073", "2024-11-26T05:40:36.210500", "2024-11-26T06:10:39.890939", "2024-11-26T06:40:39.928896", "2024-11-26T07:10:40.117408", "2024-11-26T07:40:41.293076", "2024-11-26T08:10:38.183259", "2024-11-26T08:40:41.971167", "2024-11-26T09:10:38.739739", "2024-11-26T09:40:35.839135", "2024-11-26T10:10:39.124793", "2024-11-26T10:40:36.913053", "2024-11-26T11:10:46.791107", "2024-11-26T11:40:35.269087", "2024-11-26T12:10:37.039634", "2024-11-26T12:40:37.875947", "2024-11-26T13:10:37.513941", "2024-11-26T13:40:36.770535", "2024-11-26T14:10:39.938744", "2024-11-26T14:40:36.903116", "2024-11-26T15:10:40.208920", "2024-11-26T15:40:37.525809", "2024-11-26T16:28:26.185935", "2024-11-26T18:28:27.483156", "2024-11-26T20:28:28.808378", "2024-11-26T22:28:34.388073", "2024-11-27T00:28:27.456845", "2024-11-27T02:28:28.634644", "2024-11-27T04:28:36.038633", "2024-11-27T06:28:26.979243", "2024-11-27T08:28:34.085104", "2024-11-27T10:28:27.319493", "2024-11-27T12:28:35.219047", "2024-11-27T14:28:26.469011", "2024-11-27T16:28:36.407439", "2024-11-27T18:28:29.116642", "2024-11-27T20:28:27.257668", "2024-11-27T22:28:28.643860", "2024-11-28T00:28:30.392714", "2024-11-28T02:28:24.747195", "2024-11-28T04:28:26.938916", "2024-11-28T06:28:33.676168", "2024-11-28T08:28:30.564524", "2024-11-28T10:28:27.880829", "2024-11-28T12:28:28.772073", "2024-11-28T14:28:28.271517", "2024-11-28T16:28:28.055016", "2024-11-28T18:28:30.885545", "2024-11-28T20:28:28.577383", "2024-11-28T22:28:27.965719", "2024-11-29T00:28:24.846029", "2024-11-29T02:28:32.677658", "2024-11-29T04:28:37.027251", "2024-11-29T06:28:26.329596", "2024-11-29T08:28:29.820204", "2024-11-29T10:28:24.390039", "2024-11-29T12:28:26.894509", "2024-11-29T14:28:30.655306", "2024-11-29T16:28:28.049238", "2024-11-29T18:28:34.419646", "2024-11-29T20:28:29.595482", "2024-11-29T22:28:28.738446", "2024-11-30T00:28:29.671384", "2024-11-30T02:28:36.451289", "2024-11-30T04:28:28.599447", "2024-11-30T06:28:30.954462", "2024-11-30T08:28:32.178025", "2024-11-30T10:28:31.913120", "2024-11-30T12:28:35.238720", "2024-11-30T14:28:30.732235", "2024-11-30T16:28:25.176085", "2024-11-30T18:28:26.559551", "2024-11-30T20:28:32.378139", "2024-11-30T22:28:29.527740", "2024-12-01T00:28:27.384798", "2024-12-01T02:28:29.656687", "2024-12-01T04:28:31.741038", "2024-12-01T06:28:29.574328", "2024-12-01T08:28:28.980580", "2024-12-01T10:28:28.973625", "2024-12-01T12:28:28.385993", "2024-12-01T14:28:27.101659", "2024-12-01T16:28:30.499835", "2024-12-01T18:28:27.195336", "2024-12-01T20:28:24.503113", "2024-12-01T22:28:29.435787"], "y": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "type": "scatter"}, {"hovertemplate": "Error: stream_reset
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
", "line": {"dash": "solid"}, "mode": "lines", "name": "stream_reset", "x": ["2024-11-25T00:10:39.677221", "2024-11-25T00:40:38.977618", "2024-11-25T01:10:38.812012", "2024-11-25T01:40:45.730963", "2024-11-25T02:10:37.088995", "2024-11-25T02:40:41.429579", "2024-11-25T03:10:38.465122", "2024-11-25T03:40:37.402302", "2024-11-25T04:10:36.685532", "2024-11-25T04:40:39.652136", "2024-11-25T05:10:37.960340", "2024-11-25T05:40:38.459842", "2024-11-25T06:10:37.984539", "2024-11-25T06:40:40.519283", "2024-11-25T07:10:43.502789", "2024-11-25T07:40:39.099824", "2024-11-25T08:10:38.801126", "2024-11-25T08:40:44.102962", "2024-11-25T09:10:42.378532", "2024-11-25T09:40:37.642553", "2024-11-25T10:10:39.963741", "2024-11-25T10:40:44.353075", "2024-11-25T11:10:53.926088", "2024-11-25T11:40:39.026417", "2024-11-25T12:10:53.442348", "2024-11-25T12:40:40.046928", "2024-11-25T13:10:37.029361", "2024-11-25T13:40:35.202977", "2024-11-25T14:10:51.373768", "2024-11-25T14:40:41.483161", "2024-11-25T15:10:41.767110", "2024-11-25T15:40:37.928585", "2024-11-25T16:10:42.011714", "2024-11-25T16:40:42.906804", "2024-11-25T17:10:38.623089", "2024-11-25T17:40:39.640170", "2024-11-25T18:10:43.413978", "2024-11-25T18:40:37.190644", "2024-11-25T19:10:48.661989", "2024-11-25T19:40:40.086347", "2024-11-25T20:10:38.398622", "2024-11-25T20:40:36.718008", "2024-11-25T21:10:40.473922", "2024-11-25T21:40:39.270833", "2024-11-25T22:10:38.413422", "2024-11-25T22:40:37.112224", "2024-11-25T23:10:38.497129", "2024-11-25T23:40:38.161685", "2024-11-26T00:10:40.398380", "2024-11-26T00:40:40.290316", "2024-11-26T01:10:36.612648", "2024-11-26T01:40:43.463934", "2024-11-26T02:10:39.873791", "2024-11-26T02:40:37.964912", "2024-11-26T03:10:40.017976", "2024-11-26T03:40:39.174932", "2024-11-26T04:10:37.531666", "2024-11-26T04:40:38.728656", "2024-11-26T05:10:40.144073", "2024-11-26T05:40:36.210500", "2024-11-26T06:10:39.890939", "2024-11-26T06:40:39.928896", "2024-11-26T07:10:40.117408", "2024-11-26T07:40:41.293076", "2024-11-26T08:10:38.183259", "2024-11-26T08:40:41.971167", "2024-11-26T09:10:38.739739", "2024-11-26T09:40:35.839135", "2024-11-26T10:10:39.124793", "2024-11-26T10:40:36.913053", "2024-11-26T11:10:46.791107", "2024-11-26T11:40:35.269087", "2024-11-26T12:10:37.039634", "2024-11-26T12:40:37.875947", "2024-11-26T13:10:37.513941", "2024-11-26T13:40:36.770535", "2024-11-26T14:10:39.938744", "2024-11-26T14:40:36.903116", "2024-11-26T15:10:40.208920", "2024-11-26T15:40:37.525809", "2024-11-26T16:28:26.185935", "2024-11-26T18:28:27.483156", "2024-11-26T20:28:28.808378", "2024-11-26T22:28:34.388073", "2024-11-27T00:28:27.456845", "2024-11-27T02:28:28.634644", "2024-11-27T04:28:36.038633", "2024-11-27T06:28:26.979243", "2024-11-27T08:28:34.085104", "2024-11-27T10:28:27.319493", "2024-11-27T12:28:35.219047", "2024-11-27T14:28:26.469011", "2024-11-27T16:28:36.407439", "2024-11-27T18:28:29.116642", "2024-11-27T20:28:27.257668", "2024-11-27T22:28:28.643860", "2024-11-28T00:28:30.392714", "2024-11-28T02:28:24.747195", "2024-11-28T04:28:26.938916", "2024-11-28T06:28:33.676168", "2024-11-28T08:28:30.564524", "2024-11-28T10:28:27.880829", "2024-11-28T12:28:28.772073", "2024-11-28T14:28:28.271517", "2024-11-28T16:28:28.055016", "2024-11-28T18:28:30.885545", "2024-11-28T20:28:28.577383", "2024-11-28T22:28:27.965719", "2024-11-29T00:28:24.846029", "2024-11-29T02:28:32.677658", "2024-11-29T04:28:37.027251", "2024-11-29T06:28:26.329596", "2024-11-29T08:28:29.820204", "2024-11-29T10:28:24.390039", "2024-11-29T12:28:26.894509", "2024-11-29T14:28:30.655306", "2024-11-29T16:28:28.049238", "2024-11-29T18:28:34.419646", "2024-11-29T20:28:29.595482", "2024-11-29T22:28:28.738446", "2024-11-30T00:28:29.671384", "2024-11-30T02:28:36.451289", "2024-11-30T04:28:28.599447", "2024-11-30T06:28:30.954462", "2024-11-30T08:28:32.178025", "2024-11-30T10:28:31.913120", "2024-11-30T12:28:35.238720", "2024-11-30T14:28:30.732235", "2024-11-30T16:28:25.176085", "2024-11-30T18:28:26.559551", "2024-11-30T20:28:32.378139", "2024-11-30T22:28:29.527740", "2024-12-01T00:28:27.384798", "2024-12-01T02:28:29.656687", "2024-12-01T04:28:31.741038", "2024-12-01T06:28:29.574328", "2024-12-01T08:28:28.980580", "2024-12-01T10:28:28.973625", "2024-12-01T12:28:28.385993", "2024-12-01T14:28:27.101659", "2024-12-01T16:28:30.499835", "2024-12-01T18:28:27.195336", "2024-12-01T20:28:24.503113", "2024-12-01T22:28:29.435787"], "y": [16, 16, 17, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 17, 17, 16, 17, 16, 16, 16, 16, 16, 16, 16, 17, 17, 18, 18, 18, 18, 18, 18, 18, 18, 19, 18, 18, 18, 18, 19, 18, 18, 18, 18, 18, 19, 18, 18, 18, 19, 18, 18, 18, 18, 18, 18, 19, 18, 18, 18, 18, 19, 18, 18, 18, 18, 18, 19, 18, 18, 18, 18, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 18, 18, 18, 19, 20, 20, 20, 20, 20, 20, 20, 20, 20, 19, 19, 19, 18, 19, 18, 18, 18, 18, 18, 19, 19, 18, 18, 18, 18, 17, 17, 17, 17, 17, 17, 17, 18, 16, 16, 17, 17, 17, 17, 18, 18, 18, 17, 17, 17, 18, 18, 17, 17], "type": "scatter"}], "layout": {"template": {"data": {"scatter": [{"type": "scatter"}]}}, "xaxis": {"title": {"text": "Date"}, "tickangle": -20, "type": "date", "tickformat": "%Y-%m-%d"}, "yaxis": {"title": {"text": "Count"}, "rangemode": "tozero"}, "legend": {"title": {"text": "Errors"}}, "annotations": [{"font": {"size": 18}, "showarrow": false, "text": "Crawl Errors", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.15, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 14}, "showarrow": false, "text": "", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.1, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 10}, "showarrow": false, "text": "Data: week ending 01 Dec 2024. Source: Nebula", "x": 0.99, "xanchor": "right", "xref": "paper", "y": -0.14, "yanchor": "top", "yref": "paper"}]}} \ No newline at end of file diff --git a/content.en/plots/2024/11/25/avail-crawl-protocols.json b/content.en/plots/2024/11/25/avail-crawl-protocols.json new file mode 100644 index 000000000..c1265b4f7 --- /dev/null +++ b/content.en/plots/2024/11/25/avail-crawl-protocols.json @@ -0,0 +1 @@ +{"data": [{"hovertemplate": "/Avail/block-announces/1
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
", "line": {"color": "#4c72b0", "dash": "solid"}, "mode": "lines", "name": "/Avail/block-announces/1", "opacity": 0.7, "x": ["2024-11-25T00:10:39.677221+00:00", "2024-11-25T00:40:38.977619+00:00", "2024-11-25T01:10:38.812013+00:00", "2024-11-25T01:40:45.730964+00:00", "2024-11-25T02:10:37.088996+00:00", "2024-11-25T02:40:41.429579+00:00", "2024-11-25T03:10:38.465123+00:00", "2024-11-25T03:40:37.402302+00:00", "2024-11-25T04:10:36.685532+00:00", "2024-11-25T04:40:39.652136+00:00", "2024-11-25T05:10:37.960341+00:00", "2024-11-25T05:40:38.459843+00:00", "2024-11-25T06:10:37.984540+00:00", "2024-11-25T06:40:40.519283+00:00", "2024-11-25T07:10:43.502790+00:00", "2024-11-25T07:40:39.099825+00:00", "2024-11-25T08:10:38.801127+00:00", "2024-11-25T08:40:44.102963+00:00", "2024-11-25T09:10:42.378533+00:00", "2024-11-25T09:40:37.642553+00:00", "2024-11-25T10:10:39.963741+00:00", "2024-11-25T10:40:44.353076+00:00", "2024-11-25T11:10:53.926088+00:00", "2024-11-25T11:40:39.026418+00:00", "2024-11-25T12:10:53.442349+00:00", "2024-11-25T12:40:40.046929+00:00", "2024-11-25T13:10:37.029362+00:00", "2024-11-25T13:40:35.202978+00:00", "2024-11-25T14:10:51.373768+00:00", "2024-11-25T14:40:41.483162+00:00", "2024-11-25T15:10:41.767110+00:00", "2024-11-25T15:40:37.928585+00:00", "2024-11-25T16:10:42.011715+00:00", "2024-11-25T16:40:42.906804+00:00", "2024-11-25T17:10:38.623089+00:00", "2024-11-25T17:40:39.640170+00:00", "2024-11-25T18:10:43.413978+00:00", "2024-11-25T18:40:37.190645+00:00", "2024-11-25T19:10:48.661990+00:00", "2024-11-25T19:40:40.086347+00:00", "2024-11-25T20:10:38.398623+00:00", "2024-11-25T20:40:36.718008+00:00", "2024-11-25T21:10:40.473922+00:00", "2024-11-25T21:40:39.270834+00:00", "2024-11-25T22:10:38.413422+00:00", "2024-11-25T22:40:37.112224+00:00", "2024-11-25T23:10:38.497130+00:00", "2024-11-25T23:40:38.161686+00:00", "2024-11-26T00:10:40.398381+00:00", "2024-11-26T00:40:40.290316+00:00", "2024-11-26T01:10:36.612648+00:00", "2024-11-26T01:40:43.463935+00:00", "2024-11-26T02:10:39.873792+00:00", "2024-11-26T02:40:37.964913+00:00", "2024-11-26T03:10:40.017977+00:00", "2024-11-26T03:40:39.174932+00:00", "2024-11-26T04:10:37.531667+00:00", "2024-11-26T04:40:38.728656+00:00", "2024-11-26T05:10:40.144074+00:00", "2024-11-26T05:40:36.210500+00:00", "2024-11-26T06:10:39.890940+00:00", "2024-11-26T06:40:39.928897+00:00", "2024-11-26T07:10:40.117409+00:00", "2024-11-26T07:40:41.293077+00:00", "2024-11-26T08:10:38.183260+00:00", "2024-11-26T08:40:41.971167+00:00", "2024-11-26T09:10:38.739740+00:00", "2024-11-26T09:40:35.839136+00:00", "2024-11-26T10:10:39.124793+00:00", "2024-11-26T10:40:36.913053+00:00", "2024-11-26T11:10:46.791108+00:00", "2024-11-26T11:40:35.269087+00:00", "2024-11-26T12:10:37.039635+00:00", "2024-11-26T12:40:37.875948+00:00", "2024-11-26T13:10:37.513941+00:00", "2024-11-26T13:40:36.770536+00:00", "2024-11-26T14:10:39.938744+00:00", "2024-11-26T14:40:36.903117+00:00", "2024-11-26T15:10:40.208920+00:00", "2024-11-26T15:40:37.525809+00:00", "2024-11-26T16:28:26.185936+00:00", "2024-11-26T18:28:27.483157+00:00", "2024-11-26T20:28:28.808379+00:00", "2024-11-26T22:28:34.388074+00:00", "2024-11-27T00:28:27.456845+00:00", "2024-11-27T02:28:28.634644+00:00", "2024-11-27T04:28:36.038633+00:00", "2024-11-27T06:28:26.979243+00:00", "2024-11-27T08:28:34.085105+00:00", "2024-11-27T10:28:27.319493+00:00", "2024-11-27T12:28:35.219047+00:00", "2024-11-27T14:28:26.469011+00:00", "2024-11-27T16:28:36.407440+00:00", "2024-11-27T18:28:29.116643+00:00", "2024-11-27T20:28:27.257668+00:00", "2024-11-27T22:28:28.643860+00:00", "2024-11-28T00:28:30.392714+00:00", "2024-11-28T02:28:24.747195+00:00", "2024-11-28T04:28:26.938917+00:00", "2024-11-28T06:28:33.676169+00:00", "2024-11-28T08:28:30.564525+00:00", "2024-11-28T10:28:27.880829+00:00", "2024-11-28T12:28:28.772073+00:00", "2024-11-28T14:28:28.271518+00:00", "2024-11-28T16:28:28.055017+00:00", "2024-11-28T18:28:30.885546+00:00", "2024-11-28T20:28:28.577384+00:00", "2024-11-28T22:28:27.965720+00:00", "2024-11-29T00:28:24.846030+00:00", "2024-11-29T02:28:32.677658+00:00", "2024-11-29T04:28:37.027252+00:00", "2024-11-29T06:28:26.329596+00:00", "2024-11-29T08:28:29.820204+00:00", "2024-11-29T10:28:24.390040+00:00", "2024-11-29T12:28:26.894509+00:00", "2024-11-29T14:28:30.655306+00:00", "2024-11-29T16:28:28.049239+00:00", "2024-11-29T18:28:34.419647+00:00", "2024-11-29T20:28:29.595482+00:00", "2024-11-29T22:28:28.738447+00:00", "2024-11-30T00:28:29.671384+00:00", "2024-11-30T02:28:36.451290+00:00", "2024-11-30T04:28:28.599447+00:00", "2024-11-30T06:28:30.954462+00:00", "2024-11-30T08:28:32.178026+00:00", "2024-11-30T10:28:31.913121+00:00", "2024-11-30T12:28:35.238721+00:00", "2024-11-30T14:28:30.732236+00:00", "2024-11-30T16:28:25.176086+00:00", "2024-11-30T18:28:26.559552+00:00", "2024-11-30T20:28:32.378139+00:00", "2024-11-30T22:28:29.527740+00:00", "2024-12-01T00:28:27.384798+00:00", "2024-12-01T02:28:29.656687+00:00", "2024-12-01T04:28:31.741038+00:00", "2024-12-01T06:28:29.574329+00:00", "2024-12-01T08:28:28.980580+00:00", "2024-12-01T10:28:28.973626+00:00", "2024-12-01T12:28:28.385994+00:00", "2024-12-01T14:28:27.101659+00:00", "2024-12-01T16:28:30.499835+00:00", "2024-12-01T18:28:27.195336+00:00", "2024-12-01T20:28:24.503114+00:00", "2024-12-01T22:28:29.435788+00:00"], "y": [419, 418, 421, 418, 418, 415, 418, 413, 415, 416, 415, 416, 415, 415, 417, 417, 418, 415, 417, 417, 418, 416, 419, 416, 417, 423, 421, 421, 421, 419, 422, 422, 421, 420, 422, 421, 420, 420, 425, 419, 422, 421, 420, 420, 421, 420, 419, 424, 421, 422, 422, 421, 423, 419, 423, 421, 422, 420, 421, 421, 420, 420, 423, 419, 422, 421, 422, 421, 420, 421, 423, 421, 424, 422, 422, 423, 421, 422, 422, 423, 421, 420, 420, 422, 423, 421, 422, 424, 423, 424, 426, 428, 424, 426, 422, 422, 421, 427, 421, 420, 425, 421, 426, 423, 425, 426, 421, 423, 421, 421, 421, 420, 420, 422, 426, 422, 426, 422, 422, 422, 419, 423, 421, 423, 421, 420, 420, 419, 420, 420, 422, 422, 418, 420, 419, 420, 422, 418, 422, 418, 418, 417, 419, 416], "type": "scatter"}, {"hovertemplate": "/Avail/kad
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
", "line": {"color": "#dd8452", "dash": "dash"}, "mode": "lines", "name": "/Avail/kad", "opacity": 0.7, "x": ["2024-11-25T00:10:39.677221+00:00", "2024-11-25T00:40:38.977619+00:00", "2024-11-25T01:10:38.812013+00:00", "2024-11-25T01:40:45.730964+00:00", "2024-11-25T02:10:37.088996+00:00", "2024-11-25T02:40:41.429579+00:00", "2024-11-25T03:10:38.465123+00:00", "2024-11-25T03:40:37.402302+00:00", "2024-11-25T04:10:36.685532+00:00", "2024-11-25T04:40:39.652136+00:00", "2024-11-25T05:10:37.960341+00:00", "2024-11-25T05:40:38.459843+00:00", "2024-11-25T06:10:37.984540+00:00", "2024-11-25T06:40:40.519283+00:00", "2024-11-25T07:10:43.502790+00:00", "2024-11-25T07:40:39.099825+00:00", "2024-11-25T08:10:38.801127+00:00", "2024-11-25T08:40:44.102963+00:00", "2024-11-25T09:10:42.378533+00:00", "2024-11-25T09:40:37.642553+00:00", "2024-11-25T10:10:39.963741+00:00", "2024-11-25T10:40:44.353076+00:00", "2024-11-25T11:10:53.926088+00:00", "2024-11-25T11:40:39.026418+00:00", "2024-11-25T12:10:53.442349+00:00", "2024-11-25T12:40:40.046929+00:00", "2024-11-25T13:10:37.029362+00:00", "2024-11-25T13:40:35.202978+00:00", "2024-11-25T14:10:51.373768+00:00", "2024-11-25T14:40:41.483162+00:00", "2024-11-25T15:10:41.767110+00:00", "2024-11-25T15:40:37.928585+00:00", "2024-11-25T16:10:42.011715+00:00", "2024-11-25T16:40:42.906804+00:00", "2024-11-25T17:10:38.623089+00:00", "2024-11-25T17:40:39.640170+00:00", "2024-11-25T18:10:43.413978+00:00", "2024-11-25T18:40:37.190645+00:00", "2024-11-25T19:10:48.661990+00:00", "2024-11-25T19:40:40.086347+00:00", "2024-11-25T20:10:38.398623+00:00", "2024-11-25T20:40:36.718008+00:00", "2024-11-25T21:10:40.473922+00:00", "2024-11-25T21:40:39.270834+00:00", "2024-11-25T22:10:38.413422+00:00", "2024-11-25T22:40:37.112224+00:00", "2024-11-25T23:10:38.497130+00:00", "2024-11-25T23:40:38.161686+00:00", "2024-11-26T00:10:40.398381+00:00", "2024-11-26T00:40:40.290316+00:00", "2024-11-26T01:10:36.612648+00:00", "2024-11-26T01:40:43.463935+00:00", "2024-11-26T02:10:39.873792+00:00", "2024-11-26T02:40:37.964913+00:00", "2024-11-26T03:10:40.017977+00:00", "2024-11-26T03:40:39.174932+00:00", "2024-11-26T04:10:37.531667+00:00", "2024-11-26T04:40:38.728656+00:00", "2024-11-26T05:10:40.144074+00:00", "2024-11-26T05:40:36.210500+00:00", "2024-11-26T06:10:39.890940+00:00", "2024-11-26T06:40:39.928897+00:00", "2024-11-26T07:10:40.117409+00:00", "2024-11-26T07:40:41.293077+00:00", "2024-11-26T08:10:38.183260+00:00", "2024-11-26T08:40:41.971167+00:00", "2024-11-26T09:10:38.739740+00:00", "2024-11-26T09:40:35.839136+00:00", "2024-11-26T10:10:39.124793+00:00", "2024-11-26T10:40:36.913053+00:00", "2024-11-26T11:10:46.791108+00:00", "2024-11-26T11:40:35.269087+00:00", "2024-11-26T12:10:37.039635+00:00", "2024-11-26T12:40:37.875948+00:00", "2024-11-26T13:10:37.513941+00:00", "2024-11-26T13:40:36.770536+00:00", "2024-11-26T14:10:39.938744+00:00", "2024-11-26T14:40:36.903117+00:00", "2024-11-26T15:10:40.208920+00:00", "2024-11-26T15:40:37.525809+00:00", "2024-11-26T16:28:26.185936+00:00", "2024-11-26T18:28:27.483157+00:00", "2024-11-26T20:28:28.808379+00:00", "2024-11-26T22:28:34.388074+00:00", "2024-11-27T00:28:27.456845+00:00", "2024-11-27T02:28:28.634644+00:00", "2024-11-27T04:28:36.038633+00:00", "2024-11-27T06:28:26.979243+00:00", "2024-11-27T08:28:34.085105+00:00", "2024-11-27T10:28:27.319493+00:00", "2024-11-27T12:28:35.219047+00:00", "2024-11-27T14:28:26.469011+00:00", "2024-11-27T16:28:36.407440+00:00", "2024-11-27T18:28:29.116643+00:00", "2024-11-27T20:28:27.257668+00:00", "2024-11-27T22:28:28.643860+00:00", "2024-11-28T00:28:30.392714+00:00", "2024-11-28T02:28:24.747195+00:00", "2024-11-28T04:28:26.938917+00:00", "2024-11-28T06:28:33.676169+00:00", "2024-11-28T08:28:30.564525+00:00", "2024-11-28T10:28:27.880829+00:00", "2024-11-28T12:28:28.772073+00:00", "2024-11-28T14:28:28.271518+00:00", "2024-11-28T16:28:28.055017+00:00", "2024-11-28T18:28:30.885546+00:00", "2024-11-28T20:28:28.577384+00:00", "2024-11-28T22:28:27.965720+00:00", "2024-11-29T00:28:24.846030+00:00", "2024-11-29T02:28:32.677658+00:00", "2024-11-29T04:28:37.027252+00:00", "2024-11-29T06:28:26.329596+00:00", "2024-11-29T08:28:29.820204+00:00", "2024-11-29T10:28:24.390040+00:00", "2024-11-29T12:28:26.894509+00:00", "2024-11-29T14:28:30.655306+00:00", "2024-11-29T16:28:28.049239+00:00", "2024-11-29T18:28:34.419647+00:00", "2024-11-29T20:28:29.595482+00:00", "2024-11-29T22:28:28.738447+00:00", "2024-11-30T00:28:29.671384+00:00", "2024-11-30T02:28:36.451290+00:00", "2024-11-30T04:28:28.599447+00:00", "2024-11-30T06:28:30.954462+00:00", "2024-11-30T08:28:32.178026+00:00", "2024-11-30T10:28:31.913121+00:00", "2024-11-30T12:28:35.238721+00:00", "2024-11-30T14:28:30.732236+00:00", "2024-11-30T16:28:25.176086+00:00", "2024-11-30T18:28:26.559552+00:00", "2024-11-30T20:28:32.378139+00:00", "2024-11-30T22:28:29.527740+00:00", "2024-12-01T00:28:27.384798+00:00", "2024-12-01T02:28:29.656687+00:00", "2024-12-01T04:28:31.741038+00:00", "2024-12-01T06:28:29.574329+00:00", "2024-12-01T08:28:28.980580+00:00", "2024-12-01T10:28:28.973626+00:00", "2024-12-01T12:28:28.385994+00:00", "2024-12-01T14:28:27.101659+00:00", "2024-12-01T16:28:30.499835+00:00", "2024-12-01T18:28:27.195336+00:00", "2024-12-01T20:28:24.503114+00:00", "2024-12-01T22:28:29.435788+00:00"], "y": [419, 418, 421, 418, 418, 415, 418, 413, 415, 416, 415, 416, 415, 415, 417, 417, 418, 415, 417, 417, 418, 416, 419, 416, 417, 423, 421, 421, 421, 419, 422, 422, 421, 420, 422, 421, 420, 420, 425, 419, 422, 421, 420, 420, 421, 420, 419, 424, 421, 422, 422, 421, 423, 419, 423, 421, 422, 420, 421, 421, 420, 420, 423, 419, 422, 421, 422, 421, 420, 421, 423, 421, 424, 422, 422, 423, 421, 422, 422, 423, 421, 420, 420, 422, 423, 421, 422, 424, 423, 424, 426, 428, 424, 426, 422, 422, 421, 427, 421, 420, 425, 421, 426, 423, 425, 426, 421, 423, 421, 421, 421, 420, 420, 422, 426, 422, 426, 422, 422, 422, 419, 423, 421, 423, 421, 420, 420, 419, 420, 420, 422, 422, 418, 420, 419, 420, 422, 418, 422, 418, 418, 417, 419, 416], "type": "scatter"}, {"hovertemplate": "/Avail/light/2
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
", "line": {"color": "#55a868", "dash": "dot"}, "mode": "lines", "name": "/Avail/light/2", "opacity": 0.7, "x": ["2024-11-25T00:10:39.677221+00:00", "2024-11-25T00:40:38.977619+00:00", "2024-11-25T01:10:38.812013+00:00", "2024-11-25T01:40:45.730964+00:00", "2024-11-25T02:10:37.088996+00:00", "2024-11-25T02:40:41.429579+00:00", "2024-11-25T03:10:38.465123+00:00", "2024-11-25T03:40:37.402302+00:00", "2024-11-25T04:10:36.685532+00:00", "2024-11-25T04:40:39.652136+00:00", "2024-11-25T05:10:37.960341+00:00", "2024-11-25T05:40:38.459843+00:00", "2024-11-25T06:10:37.984540+00:00", "2024-11-25T06:40:40.519283+00:00", "2024-11-25T07:10:43.502790+00:00", "2024-11-25T07:40:39.099825+00:00", "2024-11-25T08:10:38.801127+00:00", "2024-11-25T08:40:44.102963+00:00", "2024-11-25T09:10:42.378533+00:00", "2024-11-25T09:40:37.642553+00:00", "2024-11-25T10:10:39.963741+00:00", "2024-11-25T10:40:44.353076+00:00", "2024-11-25T11:10:53.926088+00:00", "2024-11-25T11:40:39.026418+00:00", "2024-11-25T12:10:53.442349+00:00", "2024-11-25T12:40:40.046929+00:00", "2024-11-25T13:10:37.029362+00:00", "2024-11-25T13:40:35.202978+00:00", "2024-11-25T14:10:51.373768+00:00", "2024-11-25T14:40:41.483162+00:00", "2024-11-25T15:10:41.767110+00:00", "2024-11-25T15:40:37.928585+00:00", "2024-11-25T16:10:42.011715+00:00", "2024-11-25T16:40:42.906804+00:00", "2024-11-25T17:10:38.623089+00:00", "2024-11-25T17:40:39.640170+00:00", "2024-11-25T18:10:43.413978+00:00", "2024-11-25T18:40:37.190645+00:00", "2024-11-25T19:10:48.661990+00:00", "2024-11-25T19:40:40.086347+00:00", "2024-11-25T20:10:38.398623+00:00", "2024-11-25T20:40:36.718008+00:00", "2024-11-25T21:10:40.473922+00:00", "2024-11-25T21:40:39.270834+00:00", "2024-11-25T22:10:38.413422+00:00", "2024-11-25T22:40:37.112224+00:00", "2024-11-25T23:10:38.497130+00:00", "2024-11-25T23:40:38.161686+00:00", "2024-11-26T00:10:40.398381+00:00", "2024-11-26T00:40:40.290316+00:00", "2024-11-26T01:10:36.612648+00:00", "2024-11-26T01:40:43.463935+00:00", "2024-11-26T02:10:39.873792+00:00", "2024-11-26T02:40:37.964913+00:00", "2024-11-26T03:10:40.017977+00:00", "2024-11-26T03:40:39.174932+00:00", "2024-11-26T04:10:37.531667+00:00", "2024-11-26T04:40:38.728656+00:00", "2024-11-26T05:10:40.144074+00:00", "2024-11-26T05:40:36.210500+00:00", "2024-11-26T06:10:39.890940+00:00", "2024-11-26T06:40:39.928897+00:00", "2024-11-26T07:10:40.117409+00:00", "2024-11-26T07:40:41.293077+00:00", "2024-11-26T08:10:38.183260+00:00", "2024-11-26T08:40:41.971167+00:00", "2024-11-26T09:10:38.739740+00:00", "2024-11-26T09:40:35.839136+00:00", "2024-11-26T10:10:39.124793+00:00", "2024-11-26T10:40:36.913053+00:00", "2024-11-26T11:10:46.791108+00:00", "2024-11-26T11:40:35.269087+00:00", "2024-11-26T12:10:37.039635+00:00", "2024-11-26T12:40:37.875948+00:00", "2024-11-26T13:10:37.513941+00:00", "2024-11-26T13:40:36.770536+00:00", "2024-11-26T14:10:39.938744+00:00", "2024-11-26T14:40:36.903117+00:00", "2024-11-26T15:10:40.208920+00:00", "2024-11-26T15:40:37.525809+00:00", "2024-11-26T16:28:26.185936+00:00", "2024-11-26T18:28:27.483157+00:00", "2024-11-26T20:28:28.808379+00:00", "2024-11-26T22:28:34.388074+00:00", "2024-11-27T00:28:27.456845+00:00", "2024-11-27T02:28:28.634644+00:00", "2024-11-27T04:28:36.038633+00:00", "2024-11-27T06:28:26.979243+00:00", "2024-11-27T08:28:34.085105+00:00", "2024-11-27T10:28:27.319493+00:00", "2024-11-27T12:28:35.219047+00:00", "2024-11-27T14:28:26.469011+00:00", "2024-11-27T16:28:36.407440+00:00", "2024-11-27T18:28:29.116643+00:00", "2024-11-27T20:28:27.257668+00:00", "2024-11-27T22:28:28.643860+00:00", "2024-11-28T00:28:30.392714+00:00", "2024-11-28T02:28:24.747195+00:00", "2024-11-28T04:28:26.938917+00:00", "2024-11-28T06:28:33.676169+00:00", "2024-11-28T08:28:30.564525+00:00", "2024-11-28T10:28:27.880829+00:00", "2024-11-28T12:28:28.772073+00:00", "2024-11-28T14:28:28.271518+00:00", "2024-11-28T16:28:28.055017+00:00", "2024-11-28T18:28:30.885546+00:00", "2024-11-28T20:28:28.577384+00:00", "2024-11-28T22:28:27.965720+00:00", "2024-11-29T00:28:24.846030+00:00", "2024-11-29T02:28:32.677658+00:00", "2024-11-29T04:28:37.027252+00:00", "2024-11-29T06:28:26.329596+00:00", "2024-11-29T08:28:29.820204+00:00", "2024-11-29T10:28:24.390040+00:00", "2024-11-29T12:28:26.894509+00:00", "2024-11-29T14:28:30.655306+00:00", "2024-11-29T16:28:28.049239+00:00", "2024-11-29T18:28:34.419647+00:00", "2024-11-29T20:28:29.595482+00:00", "2024-11-29T22:28:28.738447+00:00", "2024-11-30T00:28:29.671384+00:00", "2024-11-30T02:28:36.451290+00:00", "2024-11-30T04:28:28.599447+00:00", "2024-11-30T06:28:30.954462+00:00", "2024-11-30T08:28:32.178026+00:00", "2024-11-30T10:28:31.913121+00:00", "2024-11-30T12:28:35.238721+00:00", "2024-11-30T14:28:30.732236+00:00", "2024-11-30T16:28:25.176086+00:00", "2024-11-30T18:28:26.559552+00:00", "2024-11-30T20:28:32.378139+00:00", "2024-11-30T22:28:29.527740+00:00", "2024-12-01T00:28:27.384798+00:00", "2024-12-01T02:28:29.656687+00:00", "2024-12-01T04:28:31.741038+00:00", "2024-12-01T06:28:29.574329+00:00", "2024-12-01T08:28:28.980580+00:00", "2024-12-01T10:28:28.973626+00:00", "2024-12-01T12:28:28.385994+00:00", "2024-12-01T14:28:27.101659+00:00", "2024-12-01T16:28:30.499835+00:00", "2024-12-01T18:28:27.195336+00:00", "2024-12-01T20:28:24.503114+00:00", "2024-12-01T22:28:29.435788+00:00"], "y": [419, 418, 421, 418, 418, 415, 418, 413, 415, 416, 415, 416, 415, 415, 417, 417, 418, 415, 417, 417, 418, 416, 419, 416, 417, 423, 421, 421, 421, 419, 422, 422, 421, 420, 422, 421, 420, 420, 425, 419, 422, 421, 420, 420, 421, 420, 419, 424, 421, 422, 422, 421, 423, 419, 423, 421, 422, 420, 421, 421, 420, 420, 423, 419, 422, 421, 422, 421, 420, 421, 423, 421, 424, 422, 422, 423, 421, 422, 422, 423, 421, 420, 420, 422, 423, 421, 422, 424, 423, 424, 426, 428, 424, 426, 422, 422, 421, 427, 421, 420, 425, 421, 426, 423, 425, 426, 421, 423, 421, 421, 421, 420, 420, 422, 426, 422, 426, 422, 422, 422, 419, 423, 421, 423, 421, 420, 420, 419, 420, 420, 422, 422, 418, 420, 419, 420, 422, 418, 422, 418, 418, 417, 419, 416], "type": "scatter"}, {"hovertemplate": "/Avail/state/2
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
", "line": {"color": "#c44e52", "dash": "dashdot"}, "mode": "lines", "name": "/Avail/state/2", "opacity": 0.7, "x": ["2024-11-25T00:10:39.677221+00:00", "2024-11-25T00:40:38.977619+00:00", "2024-11-25T01:10:38.812013+00:00", "2024-11-25T01:40:45.730964+00:00", "2024-11-25T02:10:37.088996+00:00", "2024-11-25T02:40:41.429579+00:00", "2024-11-25T03:10:38.465123+00:00", "2024-11-25T03:40:37.402302+00:00", "2024-11-25T04:10:36.685532+00:00", "2024-11-25T04:40:39.652136+00:00", "2024-11-25T05:10:37.960341+00:00", "2024-11-25T05:40:38.459843+00:00", "2024-11-25T06:10:37.984540+00:00", "2024-11-25T06:40:40.519283+00:00", "2024-11-25T07:10:43.502790+00:00", "2024-11-25T07:40:39.099825+00:00", "2024-11-25T08:10:38.801127+00:00", "2024-11-25T08:40:44.102963+00:00", "2024-11-25T09:10:42.378533+00:00", "2024-11-25T09:40:37.642553+00:00", "2024-11-25T10:10:39.963741+00:00", "2024-11-25T10:40:44.353076+00:00", "2024-11-25T11:10:53.926088+00:00", "2024-11-25T11:40:39.026418+00:00", "2024-11-25T12:10:53.442349+00:00", "2024-11-25T12:40:40.046929+00:00", "2024-11-25T13:10:37.029362+00:00", "2024-11-25T13:40:35.202978+00:00", "2024-11-25T14:10:51.373768+00:00", "2024-11-25T14:40:41.483162+00:00", "2024-11-25T15:10:41.767110+00:00", "2024-11-25T15:40:37.928585+00:00", "2024-11-25T16:10:42.011715+00:00", "2024-11-25T16:40:42.906804+00:00", "2024-11-25T17:10:38.623089+00:00", "2024-11-25T17:40:39.640170+00:00", "2024-11-25T18:10:43.413978+00:00", "2024-11-25T18:40:37.190645+00:00", "2024-11-25T19:10:48.661990+00:00", "2024-11-25T19:40:40.086347+00:00", "2024-11-25T20:10:38.398623+00:00", "2024-11-25T20:40:36.718008+00:00", "2024-11-25T21:10:40.473922+00:00", "2024-11-25T21:40:39.270834+00:00", "2024-11-25T22:10:38.413422+00:00", "2024-11-25T22:40:37.112224+00:00", "2024-11-25T23:10:38.497130+00:00", "2024-11-25T23:40:38.161686+00:00", "2024-11-26T00:10:40.398381+00:00", "2024-11-26T00:40:40.290316+00:00", "2024-11-26T01:10:36.612648+00:00", "2024-11-26T01:40:43.463935+00:00", "2024-11-26T02:10:39.873792+00:00", "2024-11-26T02:40:37.964913+00:00", "2024-11-26T03:10:40.017977+00:00", "2024-11-26T03:40:39.174932+00:00", "2024-11-26T04:10:37.531667+00:00", "2024-11-26T04:40:38.728656+00:00", "2024-11-26T05:10:40.144074+00:00", "2024-11-26T05:40:36.210500+00:00", "2024-11-26T06:10:39.890940+00:00", "2024-11-26T06:40:39.928897+00:00", "2024-11-26T07:10:40.117409+00:00", "2024-11-26T07:40:41.293077+00:00", "2024-11-26T08:10:38.183260+00:00", "2024-11-26T08:40:41.971167+00:00", "2024-11-26T09:10:38.739740+00:00", "2024-11-26T09:40:35.839136+00:00", "2024-11-26T10:10:39.124793+00:00", "2024-11-26T10:40:36.913053+00:00", "2024-11-26T11:10:46.791108+00:00", "2024-11-26T11:40:35.269087+00:00", "2024-11-26T12:10:37.039635+00:00", "2024-11-26T12:40:37.875948+00:00", "2024-11-26T13:10:37.513941+00:00", "2024-11-26T13:40:36.770536+00:00", "2024-11-26T14:10:39.938744+00:00", "2024-11-26T14:40:36.903117+00:00", "2024-11-26T15:10:40.208920+00:00", "2024-11-26T15:40:37.525809+00:00", "2024-11-26T16:28:26.185936+00:00", "2024-11-26T18:28:27.483157+00:00", "2024-11-26T20:28:28.808379+00:00", "2024-11-26T22:28:34.388074+00:00", "2024-11-27T00:28:27.456845+00:00", "2024-11-27T02:28:28.634644+00:00", "2024-11-27T04:28:36.038633+00:00", "2024-11-27T06:28:26.979243+00:00", "2024-11-27T08:28:34.085105+00:00", "2024-11-27T10:28:27.319493+00:00", "2024-11-27T12:28:35.219047+00:00", "2024-11-27T14:28:26.469011+00:00", "2024-11-27T16:28:36.407440+00:00", "2024-11-27T18:28:29.116643+00:00", "2024-11-27T20:28:27.257668+00:00", "2024-11-27T22:28:28.643860+00:00", "2024-11-28T00:28:30.392714+00:00", "2024-11-28T02:28:24.747195+00:00", "2024-11-28T04:28:26.938917+00:00", "2024-11-28T06:28:33.676169+00:00", "2024-11-28T08:28:30.564525+00:00", "2024-11-28T10:28:27.880829+00:00", "2024-11-28T12:28:28.772073+00:00", "2024-11-28T14:28:28.271518+00:00", "2024-11-28T16:28:28.055017+00:00", "2024-11-28T18:28:30.885546+00:00", "2024-11-28T20:28:28.577384+00:00", "2024-11-28T22:28:27.965720+00:00", "2024-11-29T00:28:24.846030+00:00", "2024-11-29T02:28:32.677658+00:00", "2024-11-29T04:28:37.027252+00:00", "2024-11-29T06:28:26.329596+00:00", "2024-11-29T08:28:29.820204+00:00", "2024-11-29T10:28:24.390040+00:00", "2024-11-29T12:28:26.894509+00:00", "2024-11-29T14:28:30.655306+00:00", "2024-11-29T16:28:28.049239+00:00", "2024-11-29T18:28:34.419647+00:00", "2024-11-29T20:28:29.595482+00:00", "2024-11-29T22:28:28.738447+00:00", "2024-11-30T00:28:29.671384+00:00", "2024-11-30T02:28:36.451290+00:00", "2024-11-30T04:28:28.599447+00:00", "2024-11-30T06:28:30.954462+00:00", "2024-11-30T08:28:32.178026+00:00", "2024-11-30T10:28:31.913121+00:00", "2024-11-30T12:28:35.238721+00:00", "2024-11-30T14:28:30.732236+00:00", "2024-11-30T16:28:25.176086+00:00", "2024-11-30T18:28:26.559552+00:00", "2024-11-30T20:28:32.378139+00:00", "2024-11-30T22:28:29.527740+00:00", "2024-12-01T00:28:27.384798+00:00", "2024-12-01T02:28:29.656687+00:00", "2024-12-01T04:28:31.741038+00:00", "2024-12-01T06:28:29.574329+00:00", "2024-12-01T08:28:28.980580+00:00", "2024-12-01T10:28:28.973626+00:00", "2024-12-01T12:28:28.385994+00:00", "2024-12-01T14:28:27.101659+00:00", "2024-12-01T16:28:30.499835+00:00", "2024-12-01T18:28:27.195336+00:00", "2024-12-01T20:28:24.503114+00:00", "2024-12-01T22:28:29.435788+00:00"], "y": [419, 418, 421, 418, 418, 415, 418, 413, 415, 416, 415, 416, 415, 415, 417, 417, 418, 415, 417, 417, 418, 416, 419, 416, 417, 423, 421, 421, 421, 419, 422, 422, 421, 420, 422, 421, 420, 420, 425, 419, 422, 421, 420, 420, 421, 420, 419, 424, 421, 422, 422, 421, 423, 419, 423, 421, 422, 420, 421, 421, 420, 420, 423, 419, 422, 421, 422, 421, 420, 421, 423, 421, 424, 422, 422, 423, 421, 422, 422, 423, 421, 420, 420, 422, 423, 421, 422, 424, 423, 424, 426, 428, 424, 426, 422, 422, 421, 427, 421, 420, 425, 421, 426, 423, 425, 426, 421, 423, 421, 421, 421, 420, 420, 422, 426, 422, 426, 422, 422, 422, 419, 423, 421, 423, 421, 420, 420, 419, 420, 420, 422, 422, 418, 420, 419, 420, 422, 418, 422, 418, 418, 417, 419, 416], "type": "scatter"}, {"hovertemplate": "/Avail/sync/2
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
", "line": {"color": "#8172b3", "dash": "solid"}, "mode": "lines", "name": "/Avail/sync/2", "opacity": 0.7, "x": ["2024-11-25T00:10:39.677221+00:00", "2024-11-25T00:40:38.977619+00:00", "2024-11-25T01:10:38.812013+00:00", "2024-11-25T01:40:45.730964+00:00", "2024-11-25T02:10:37.088996+00:00", "2024-11-25T02:40:41.429579+00:00", "2024-11-25T03:10:38.465123+00:00", "2024-11-25T03:40:37.402302+00:00", "2024-11-25T04:10:36.685532+00:00", "2024-11-25T04:40:39.652136+00:00", "2024-11-25T05:10:37.960341+00:00", "2024-11-25T05:40:38.459843+00:00", "2024-11-25T06:10:37.984540+00:00", "2024-11-25T06:40:40.519283+00:00", "2024-11-25T07:10:43.502790+00:00", "2024-11-25T07:40:39.099825+00:00", "2024-11-25T08:10:38.801127+00:00", "2024-11-25T08:40:44.102963+00:00", "2024-11-25T09:10:42.378533+00:00", "2024-11-25T09:40:37.642553+00:00", "2024-11-25T10:10:39.963741+00:00", "2024-11-25T10:40:44.353076+00:00", "2024-11-25T11:10:53.926088+00:00", "2024-11-25T11:40:39.026418+00:00", "2024-11-25T12:10:53.442349+00:00", "2024-11-25T12:40:40.046929+00:00", "2024-11-25T13:10:37.029362+00:00", "2024-11-25T13:40:35.202978+00:00", "2024-11-25T14:10:51.373768+00:00", "2024-11-25T14:40:41.483162+00:00", "2024-11-25T15:10:41.767110+00:00", "2024-11-25T15:40:37.928585+00:00", "2024-11-25T16:10:42.011715+00:00", "2024-11-25T16:40:42.906804+00:00", "2024-11-25T17:10:38.623089+00:00", "2024-11-25T17:40:39.640170+00:00", "2024-11-25T18:10:43.413978+00:00", "2024-11-25T18:40:37.190645+00:00", "2024-11-25T19:10:48.661990+00:00", "2024-11-25T19:40:40.086347+00:00", "2024-11-25T20:10:38.398623+00:00", "2024-11-25T20:40:36.718008+00:00", "2024-11-25T21:10:40.473922+00:00", "2024-11-25T21:40:39.270834+00:00", "2024-11-25T22:10:38.413422+00:00", "2024-11-25T22:40:37.112224+00:00", "2024-11-25T23:10:38.497130+00:00", "2024-11-25T23:40:38.161686+00:00", "2024-11-26T00:10:40.398381+00:00", "2024-11-26T00:40:40.290316+00:00", "2024-11-26T01:10:36.612648+00:00", "2024-11-26T01:40:43.463935+00:00", "2024-11-26T02:10:39.873792+00:00", "2024-11-26T02:40:37.964913+00:00", "2024-11-26T03:10:40.017977+00:00", "2024-11-26T03:40:39.174932+00:00", "2024-11-26T04:10:37.531667+00:00", "2024-11-26T04:40:38.728656+00:00", "2024-11-26T05:10:40.144074+00:00", "2024-11-26T05:40:36.210500+00:00", "2024-11-26T06:10:39.890940+00:00", "2024-11-26T06:40:39.928897+00:00", "2024-11-26T07:10:40.117409+00:00", "2024-11-26T07:40:41.293077+00:00", "2024-11-26T08:10:38.183260+00:00", "2024-11-26T08:40:41.971167+00:00", "2024-11-26T09:10:38.739740+00:00", "2024-11-26T09:40:35.839136+00:00", "2024-11-26T10:10:39.124793+00:00", "2024-11-26T10:40:36.913053+00:00", "2024-11-26T11:10:46.791108+00:00", "2024-11-26T11:40:35.269087+00:00", "2024-11-26T12:10:37.039635+00:00", "2024-11-26T12:40:37.875948+00:00", "2024-11-26T13:10:37.513941+00:00", "2024-11-26T13:40:36.770536+00:00", "2024-11-26T14:10:39.938744+00:00", "2024-11-26T14:40:36.903117+00:00", "2024-11-26T15:10:40.208920+00:00", "2024-11-26T15:40:37.525809+00:00", "2024-11-26T16:28:26.185936+00:00", "2024-11-26T18:28:27.483157+00:00", "2024-11-26T20:28:28.808379+00:00", "2024-11-26T22:28:34.388074+00:00", "2024-11-27T00:28:27.456845+00:00", "2024-11-27T02:28:28.634644+00:00", "2024-11-27T04:28:36.038633+00:00", "2024-11-27T06:28:26.979243+00:00", "2024-11-27T08:28:34.085105+00:00", "2024-11-27T10:28:27.319493+00:00", "2024-11-27T12:28:35.219047+00:00", "2024-11-27T14:28:26.469011+00:00", "2024-11-27T16:28:36.407440+00:00", "2024-11-27T18:28:29.116643+00:00", "2024-11-27T20:28:27.257668+00:00", "2024-11-27T22:28:28.643860+00:00", "2024-11-28T00:28:30.392714+00:00", "2024-11-28T02:28:24.747195+00:00", "2024-11-28T04:28:26.938917+00:00", "2024-11-28T06:28:33.676169+00:00", "2024-11-28T08:28:30.564525+00:00", "2024-11-28T10:28:27.880829+00:00", "2024-11-28T12:28:28.772073+00:00", "2024-11-28T14:28:28.271518+00:00", "2024-11-28T16:28:28.055017+00:00", "2024-11-28T18:28:30.885546+00:00", "2024-11-28T20:28:28.577384+00:00", "2024-11-28T22:28:27.965720+00:00", "2024-11-29T00:28:24.846030+00:00", "2024-11-29T02:28:32.677658+00:00", "2024-11-29T04:28:37.027252+00:00", "2024-11-29T06:28:26.329596+00:00", "2024-11-29T08:28:29.820204+00:00", "2024-11-29T10:28:24.390040+00:00", "2024-11-29T12:28:26.894509+00:00", "2024-11-29T14:28:30.655306+00:00", "2024-11-29T16:28:28.049239+00:00", "2024-11-29T18:28:34.419647+00:00", "2024-11-29T20:28:29.595482+00:00", "2024-11-29T22:28:28.738447+00:00", "2024-11-30T00:28:29.671384+00:00", "2024-11-30T02:28:36.451290+00:00", "2024-11-30T04:28:28.599447+00:00", "2024-11-30T06:28:30.954462+00:00", "2024-11-30T08:28:32.178026+00:00", "2024-11-30T10:28:31.913121+00:00", "2024-11-30T12:28:35.238721+00:00", "2024-11-30T14:28:30.732236+00:00", "2024-11-30T16:28:25.176086+00:00", "2024-11-30T18:28:26.559552+00:00", "2024-11-30T20:28:32.378139+00:00", "2024-11-30T22:28:29.527740+00:00", "2024-12-01T00:28:27.384798+00:00", "2024-12-01T02:28:29.656687+00:00", "2024-12-01T04:28:31.741038+00:00", "2024-12-01T06:28:29.574329+00:00", "2024-12-01T08:28:28.980580+00:00", "2024-12-01T10:28:28.973626+00:00", "2024-12-01T12:28:28.385994+00:00", "2024-12-01T14:28:27.101659+00:00", "2024-12-01T16:28:30.499835+00:00", "2024-12-01T18:28:27.195336+00:00", "2024-12-01T20:28:24.503114+00:00", "2024-12-01T22:28:29.435788+00:00"], "y": [419, 418, 421, 418, 418, 415, 418, 413, 415, 416, 415, 416, 415, 415, 417, 417, 418, 415, 417, 417, 418, 416, 419, 416, 417, 423, 421, 421, 421, 419, 422, 422, 421, 420, 422, 421, 420, 420, 425, 419, 422, 421, 420, 420, 421, 420, 419, 424, 421, 422, 422, 421, 423, 419, 423, 421, 422, 420, 421, 421, 420, 420, 423, 419, 422, 421, 422, 421, 420, 421, 423, 421, 424, 422, 422, 423, 421, 422, 422, 423, 421, 420, 420, 422, 423, 421, 422, 424, 423, 424, 426, 428, 424, 426, 422, 422, 421, 427, 421, 420, 425, 421, 426, 423, 425, 426, 421, 423, 421, 421, 421, 420, 420, 422, 426, 422, 426, 422, 422, 422, 419, 423, 421, 423, 421, 420, 420, 419, 420, 420, 422, 422, 418, 420, 419, 420, 422, 418, 422, 418, 418, 417, 419, 416], "type": "scatter"}, {"hovertemplate": "/Avail/sync/warp
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
", "line": {"color": "#937860", "dash": "dash"}, "mode": "lines", "name": "/Avail/sync/warp", "opacity": 0.7, "x": ["2024-11-25T00:10:39.677221+00:00", "2024-11-25T00:40:38.977619+00:00", "2024-11-25T01:10:38.812013+00:00", "2024-11-25T01:40:45.730964+00:00", "2024-11-25T02:10:37.088996+00:00", "2024-11-25T02:40:41.429579+00:00", "2024-11-25T03:10:38.465123+00:00", "2024-11-25T03:40:37.402302+00:00", "2024-11-25T04:10:36.685532+00:00", "2024-11-25T04:40:39.652136+00:00", "2024-11-25T05:10:37.960341+00:00", "2024-11-25T05:40:38.459843+00:00", "2024-11-25T06:10:37.984540+00:00", "2024-11-25T06:40:40.519283+00:00", "2024-11-25T07:10:43.502790+00:00", "2024-11-25T07:40:39.099825+00:00", "2024-11-25T08:10:38.801127+00:00", "2024-11-25T08:40:44.102963+00:00", "2024-11-25T09:10:42.378533+00:00", "2024-11-25T09:40:37.642553+00:00", "2024-11-25T10:10:39.963741+00:00", "2024-11-25T10:40:44.353076+00:00", "2024-11-25T11:10:53.926088+00:00", "2024-11-25T11:40:39.026418+00:00", "2024-11-25T12:10:53.442349+00:00", "2024-11-25T12:40:40.046929+00:00", "2024-11-25T13:10:37.029362+00:00", "2024-11-25T13:40:35.202978+00:00", "2024-11-25T14:10:51.373768+00:00", "2024-11-25T14:40:41.483162+00:00", "2024-11-25T15:10:41.767110+00:00", "2024-11-25T15:40:37.928585+00:00", "2024-11-25T16:10:42.011715+00:00", "2024-11-25T16:40:42.906804+00:00", "2024-11-25T17:10:38.623089+00:00", "2024-11-25T17:40:39.640170+00:00", "2024-11-25T18:10:43.413978+00:00", "2024-11-25T18:40:37.190645+00:00", "2024-11-25T19:10:48.661990+00:00", "2024-11-25T19:40:40.086347+00:00", "2024-11-25T20:10:38.398623+00:00", "2024-11-25T20:40:36.718008+00:00", "2024-11-25T21:10:40.473922+00:00", "2024-11-25T21:40:39.270834+00:00", "2024-11-25T22:10:38.413422+00:00", "2024-11-25T22:40:37.112224+00:00", "2024-11-25T23:10:38.497130+00:00", "2024-11-25T23:40:38.161686+00:00", "2024-11-26T00:10:40.398381+00:00", "2024-11-26T00:40:40.290316+00:00", "2024-11-26T01:10:36.612648+00:00", "2024-11-26T01:40:43.463935+00:00", "2024-11-26T02:10:39.873792+00:00", "2024-11-26T02:40:37.964913+00:00", "2024-11-26T03:10:40.017977+00:00", "2024-11-26T03:40:39.174932+00:00", "2024-11-26T04:10:37.531667+00:00", "2024-11-26T04:40:38.728656+00:00", "2024-11-26T05:10:40.144074+00:00", "2024-11-26T05:40:36.210500+00:00", "2024-11-26T06:10:39.890940+00:00", "2024-11-26T06:40:39.928897+00:00", "2024-11-26T07:10:40.117409+00:00", "2024-11-26T07:40:41.293077+00:00", "2024-11-26T08:10:38.183260+00:00", "2024-11-26T08:40:41.971167+00:00", "2024-11-26T09:10:38.739740+00:00", "2024-11-26T09:40:35.839136+00:00", "2024-11-26T10:10:39.124793+00:00", "2024-11-26T10:40:36.913053+00:00", "2024-11-26T11:10:46.791108+00:00", "2024-11-26T11:40:35.269087+00:00", "2024-11-26T12:10:37.039635+00:00", "2024-11-26T12:40:37.875948+00:00", "2024-11-26T13:10:37.513941+00:00", "2024-11-26T13:40:36.770536+00:00", "2024-11-26T14:10:39.938744+00:00", "2024-11-26T14:40:36.903117+00:00", "2024-11-26T15:10:40.208920+00:00", "2024-11-26T15:40:37.525809+00:00", "2024-11-26T16:28:26.185936+00:00", "2024-11-26T18:28:27.483157+00:00", "2024-11-26T20:28:28.808379+00:00", "2024-11-26T22:28:34.388074+00:00", "2024-11-27T00:28:27.456845+00:00", "2024-11-27T02:28:28.634644+00:00", "2024-11-27T04:28:36.038633+00:00", "2024-11-27T06:28:26.979243+00:00", "2024-11-27T08:28:34.085105+00:00", "2024-11-27T10:28:27.319493+00:00", "2024-11-27T12:28:35.219047+00:00", "2024-11-27T14:28:26.469011+00:00", "2024-11-27T16:28:36.407440+00:00", "2024-11-27T18:28:29.116643+00:00", "2024-11-27T20:28:27.257668+00:00", "2024-11-27T22:28:28.643860+00:00", "2024-11-28T00:28:30.392714+00:00", "2024-11-28T02:28:24.747195+00:00", "2024-11-28T04:28:26.938917+00:00", "2024-11-28T06:28:33.676169+00:00", "2024-11-28T08:28:30.564525+00:00", "2024-11-28T10:28:27.880829+00:00", "2024-11-28T12:28:28.772073+00:00", "2024-11-28T14:28:28.271518+00:00", "2024-11-28T16:28:28.055017+00:00", "2024-11-28T18:28:30.885546+00:00", "2024-11-28T20:28:28.577384+00:00", "2024-11-28T22:28:27.965720+00:00", "2024-11-29T00:28:24.846030+00:00", "2024-11-29T02:28:32.677658+00:00", "2024-11-29T04:28:37.027252+00:00", "2024-11-29T06:28:26.329596+00:00", "2024-11-29T08:28:29.820204+00:00", "2024-11-29T10:28:24.390040+00:00", "2024-11-29T12:28:26.894509+00:00", "2024-11-29T14:28:30.655306+00:00", "2024-11-29T16:28:28.049239+00:00", "2024-11-29T18:28:34.419647+00:00", "2024-11-29T20:28:29.595482+00:00", "2024-11-29T22:28:28.738447+00:00", "2024-11-30T00:28:29.671384+00:00", "2024-11-30T02:28:36.451290+00:00", "2024-11-30T04:28:28.599447+00:00", "2024-11-30T06:28:30.954462+00:00", "2024-11-30T08:28:32.178026+00:00", "2024-11-30T10:28:31.913121+00:00", "2024-11-30T12:28:35.238721+00:00", "2024-11-30T14:28:30.732236+00:00", "2024-11-30T16:28:25.176086+00:00", "2024-11-30T18:28:26.559552+00:00", "2024-11-30T20:28:32.378139+00:00", "2024-11-30T22:28:29.527740+00:00", "2024-12-01T00:28:27.384798+00:00", "2024-12-01T02:28:29.656687+00:00", "2024-12-01T04:28:31.741038+00:00", "2024-12-01T06:28:29.574329+00:00", "2024-12-01T08:28:28.980580+00:00", "2024-12-01T10:28:28.973626+00:00", "2024-12-01T12:28:28.385994+00:00", "2024-12-01T14:28:27.101659+00:00", "2024-12-01T16:28:30.499835+00:00", "2024-12-01T18:28:27.195336+00:00", "2024-12-01T20:28:24.503114+00:00", "2024-12-01T22:28:29.435788+00:00"], "y": [419, 418, 421, 418, 418, 415, 418, 413, 415, 416, 415, 416, 415, 415, 417, 417, 418, 415, 417, 417, 418, 416, 419, 416, 417, 423, 421, 421, 421, 419, 422, 422, 421, 420, 422, 421, 420, 420, 425, 419, 422, 421, 420, 420, 421, 420, 419, 424, 421, 422, 422, 421, 423, 419, 423, 421, 422, 420, 421, 421, 420, 420, 423, 419, 422, 421, 422, 421, 420, 421, 423, 421, 424, 422, 422, 423, 421, 422, 422, 423, 421, 420, 420, 422, 423, 421, 422, 424, 423, 424, 426, 428, 424, 426, 422, 422, 421, 427, 421, 420, 425, 421, 426, 423, 425, 426, 421, 423, 421, 421, 421, 420, 420, 422, 426, 422, 426, 422, 422, 422, 419, 423, 421, 423, 421, 420, 420, 419, 420, 420, 422, 422, 418, 420, 419, 420, 422, 418, 422, 418, 418, 417, 419, 416], "type": "scatter"}, {"hovertemplate": "/Avail/transactions/1
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
", "line": {"color": "#da8bc3", "dash": "dot"}, "mode": "lines", "name": "/Avail/transactions/1", "opacity": 0.7, "x": ["2024-11-25T00:10:39.677221+00:00", "2024-11-25T00:40:38.977619+00:00", "2024-11-25T01:10:38.812013+00:00", "2024-11-25T01:40:45.730964+00:00", "2024-11-25T02:10:37.088996+00:00", "2024-11-25T02:40:41.429579+00:00", "2024-11-25T03:10:38.465123+00:00", "2024-11-25T03:40:37.402302+00:00", "2024-11-25T04:10:36.685532+00:00", "2024-11-25T04:40:39.652136+00:00", "2024-11-25T05:10:37.960341+00:00", "2024-11-25T05:40:38.459843+00:00", "2024-11-25T06:10:37.984540+00:00", "2024-11-25T06:40:40.519283+00:00", "2024-11-25T07:10:43.502790+00:00", "2024-11-25T07:40:39.099825+00:00", "2024-11-25T08:10:38.801127+00:00", "2024-11-25T08:40:44.102963+00:00", "2024-11-25T09:10:42.378533+00:00", "2024-11-25T09:40:37.642553+00:00", "2024-11-25T10:10:39.963741+00:00", "2024-11-25T10:40:44.353076+00:00", "2024-11-25T11:10:53.926088+00:00", "2024-11-25T11:40:39.026418+00:00", "2024-11-25T12:10:53.442349+00:00", "2024-11-25T12:40:40.046929+00:00", "2024-11-25T13:10:37.029362+00:00", "2024-11-25T13:40:35.202978+00:00", "2024-11-25T14:10:51.373768+00:00", "2024-11-25T14:40:41.483162+00:00", "2024-11-25T15:10:41.767110+00:00", "2024-11-25T15:40:37.928585+00:00", "2024-11-25T16:10:42.011715+00:00", "2024-11-25T16:40:42.906804+00:00", "2024-11-25T17:10:38.623089+00:00", "2024-11-25T17:40:39.640170+00:00", "2024-11-25T18:10:43.413978+00:00", "2024-11-25T18:40:37.190645+00:00", "2024-11-25T19:10:48.661990+00:00", "2024-11-25T19:40:40.086347+00:00", "2024-11-25T20:10:38.398623+00:00", "2024-11-25T20:40:36.718008+00:00", "2024-11-25T21:10:40.473922+00:00", "2024-11-25T21:40:39.270834+00:00", "2024-11-25T22:10:38.413422+00:00", "2024-11-25T22:40:37.112224+00:00", "2024-11-25T23:10:38.497130+00:00", "2024-11-25T23:40:38.161686+00:00", "2024-11-26T00:10:40.398381+00:00", "2024-11-26T00:40:40.290316+00:00", "2024-11-26T01:10:36.612648+00:00", "2024-11-26T01:40:43.463935+00:00", "2024-11-26T02:10:39.873792+00:00", "2024-11-26T02:40:37.964913+00:00", "2024-11-26T03:10:40.017977+00:00", "2024-11-26T03:40:39.174932+00:00", "2024-11-26T04:10:37.531667+00:00", "2024-11-26T04:40:38.728656+00:00", "2024-11-26T05:10:40.144074+00:00", "2024-11-26T05:40:36.210500+00:00", "2024-11-26T06:10:39.890940+00:00", "2024-11-26T06:40:39.928897+00:00", "2024-11-26T07:10:40.117409+00:00", "2024-11-26T07:40:41.293077+00:00", "2024-11-26T08:10:38.183260+00:00", "2024-11-26T08:40:41.971167+00:00", "2024-11-26T09:10:38.739740+00:00", "2024-11-26T09:40:35.839136+00:00", "2024-11-26T10:10:39.124793+00:00", "2024-11-26T10:40:36.913053+00:00", "2024-11-26T11:10:46.791108+00:00", "2024-11-26T11:40:35.269087+00:00", "2024-11-26T12:10:37.039635+00:00", "2024-11-26T12:40:37.875948+00:00", "2024-11-26T13:10:37.513941+00:00", "2024-11-26T13:40:36.770536+00:00", "2024-11-26T14:10:39.938744+00:00", "2024-11-26T14:40:36.903117+00:00", "2024-11-26T15:10:40.208920+00:00", "2024-11-26T15:40:37.525809+00:00", "2024-11-26T16:28:26.185936+00:00", "2024-11-26T18:28:27.483157+00:00", "2024-11-26T20:28:28.808379+00:00", "2024-11-26T22:28:34.388074+00:00", "2024-11-27T00:28:27.456845+00:00", "2024-11-27T02:28:28.634644+00:00", "2024-11-27T04:28:36.038633+00:00", "2024-11-27T06:28:26.979243+00:00", "2024-11-27T08:28:34.085105+00:00", "2024-11-27T10:28:27.319493+00:00", "2024-11-27T12:28:35.219047+00:00", "2024-11-27T14:28:26.469011+00:00", "2024-11-27T16:28:36.407440+00:00", "2024-11-27T18:28:29.116643+00:00", "2024-11-27T20:28:27.257668+00:00", "2024-11-27T22:28:28.643860+00:00", "2024-11-28T00:28:30.392714+00:00", "2024-11-28T02:28:24.747195+00:00", "2024-11-28T04:28:26.938917+00:00", "2024-11-28T06:28:33.676169+00:00", "2024-11-28T08:28:30.564525+00:00", "2024-11-28T10:28:27.880829+00:00", "2024-11-28T12:28:28.772073+00:00", "2024-11-28T14:28:28.271518+00:00", "2024-11-28T16:28:28.055017+00:00", "2024-11-28T18:28:30.885546+00:00", "2024-11-28T20:28:28.577384+00:00", "2024-11-28T22:28:27.965720+00:00", "2024-11-29T00:28:24.846030+00:00", "2024-11-29T02:28:32.677658+00:00", "2024-11-29T04:28:37.027252+00:00", "2024-11-29T06:28:26.329596+00:00", "2024-11-29T08:28:29.820204+00:00", "2024-11-29T10:28:24.390040+00:00", "2024-11-29T12:28:26.894509+00:00", "2024-11-29T14:28:30.655306+00:00", "2024-11-29T16:28:28.049239+00:00", "2024-11-29T18:28:34.419647+00:00", "2024-11-29T20:28:29.595482+00:00", "2024-11-29T22:28:28.738447+00:00", "2024-11-30T00:28:29.671384+00:00", "2024-11-30T02:28:36.451290+00:00", "2024-11-30T04:28:28.599447+00:00", "2024-11-30T06:28:30.954462+00:00", "2024-11-30T08:28:32.178026+00:00", "2024-11-30T10:28:31.913121+00:00", "2024-11-30T12:28:35.238721+00:00", "2024-11-30T14:28:30.732236+00:00", "2024-11-30T16:28:25.176086+00:00", "2024-11-30T18:28:26.559552+00:00", "2024-11-30T20:28:32.378139+00:00", "2024-11-30T22:28:29.527740+00:00", "2024-12-01T00:28:27.384798+00:00", "2024-12-01T02:28:29.656687+00:00", "2024-12-01T04:28:31.741038+00:00", "2024-12-01T06:28:29.574329+00:00", "2024-12-01T08:28:28.980580+00:00", "2024-12-01T10:28:28.973626+00:00", "2024-12-01T12:28:28.385994+00:00", "2024-12-01T14:28:27.101659+00:00", "2024-12-01T16:28:30.499835+00:00", "2024-12-01T18:28:27.195336+00:00", "2024-12-01T20:28:24.503114+00:00", "2024-12-01T22:28:29.435788+00:00"], "y": [419, 418, 421, 418, 418, 415, 418, 413, 415, 416, 415, 416, 415, 415, 417, 417, 418, 415, 417, 417, 418, 416, 419, 416, 417, 423, 421, 421, 421, 419, 422, 422, 421, 420, 422, 421, 420, 420, 425, 419, 422, 421, 420, 420, 421, 420, 419, 424, 421, 422, 422, 421, 423, 419, 423, 421, 422, 420, 421, 421, 420, 420, 423, 419, 422, 421, 422, 421, 420, 421, 423, 421, 424, 422, 422, 423, 421, 422, 422, 423, 421, 420, 420, 422, 423, 421, 422, 424, 423, 424, 426, 428, 424, 426, 422, 422, 421, 427, 421, 420, 425, 421, 426, 423, 425, 426, 421, 423, 421, 421, 421, 420, 420, 422, 426, 422, 426, 422, 422, 422, 419, 423, 421, 423, 421, 420, 420, 419, 420, 420, 422, 422, 418, 420, 419, 420, 422, 418, 422, 418, 418, 417, 419, 416], "type": "scatter"}, {"hovertemplate": "/paritytech/grandpa/1
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
", "line": {"color": "#8c8c8c", "dash": "dashdot"}, "mode": "lines", "name": "/paritytech/grandpa/1", "opacity": 0.7, "x": ["2024-11-25T00:10:39.677221+00:00", "2024-11-25T00:40:38.977619+00:00", "2024-11-25T01:10:38.812013+00:00", "2024-11-25T01:40:45.730964+00:00", "2024-11-25T02:10:37.088996+00:00", "2024-11-25T02:40:41.429579+00:00", "2024-11-25T03:10:38.465123+00:00", "2024-11-25T03:40:37.402302+00:00", "2024-11-25T04:10:36.685532+00:00", "2024-11-25T04:40:39.652136+00:00", "2024-11-25T05:10:37.960341+00:00", "2024-11-25T05:40:38.459843+00:00", "2024-11-25T06:10:37.984540+00:00", "2024-11-25T06:40:40.519283+00:00", "2024-11-25T07:10:43.502790+00:00", "2024-11-25T07:40:39.099825+00:00", "2024-11-25T08:10:38.801127+00:00", "2024-11-25T08:40:44.102963+00:00", "2024-11-25T09:10:42.378533+00:00", "2024-11-25T09:40:37.642553+00:00", "2024-11-25T10:10:39.963741+00:00", "2024-11-25T10:40:44.353076+00:00", "2024-11-25T11:10:53.926088+00:00", "2024-11-25T11:40:39.026418+00:00", "2024-11-25T12:10:53.442349+00:00", "2024-11-25T12:40:40.046929+00:00", "2024-11-25T13:10:37.029362+00:00", "2024-11-25T13:40:35.202978+00:00", "2024-11-25T14:10:51.373768+00:00", "2024-11-25T14:40:41.483162+00:00", "2024-11-25T15:10:41.767110+00:00", "2024-11-25T15:40:37.928585+00:00", "2024-11-25T16:10:42.011715+00:00", "2024-11-25T16:40:42.906804+00:00", "2024-11-25T17:10:38.623089+00:00", "2024-11-25T17:40:39.640170+00:00", "2024-11-25T18:10:43.413978+00:00", "2024-11-25T18:40:37.190645+00:00", "2024-11-25T19:10:48.661990+00:00", "2024-11-25T19:40:40.086347+00:00", "2024-11-25T20:10:38.398623+00:00", "2024-11-25T20:40:36.718008+00:00", "2024-11-25T21:10:40.473922+00:00", "2024-11-25T21:40:39.270834+00:00", "2024-11-25T22:10:38.413422+00:00", "2024-11-25T22:40:37.112224+00:00", "2024-11-25T23:10:38.497130+00:00", "2024-11-25T23:40:38.161686+00:00", "2024-11-26T00:10:40.398381+00:00", "2024-11-26T00:40:40.290316+00:00", "2024-11-26T01:10:36.612648+00:00", "2024-11-26T01:40:43.463935+00:00", "2024-11-26T02:10:39.873792+00:00", "2024-11-26T02:40:37.964913+00:00", "2024-11-26T03:10:40.017977+00:00", "2024-11-26T03:40:39.174932+00:00", "2024-11-26T04:10:37.531667+00:00", "2024-11-26T04:40:38.728656+00:00", "2024-11-26T05:10:40.144074+00:00", "2024-11-26T05:40:36.210500+00:00", "2024-11-26T06:10:39.890940+00:00", "2024-11-26T06:40:39.928897+00:00", "2024-11-26T07:10:40.117409+00:00", "2024-11-26T07:40:41.293077+00:00", "2024-11-26T08:10:38.183260+00:00", "2024-11-26T08:40:41.971167+00:00", "2024-11-26T09:10:38.739740+00:00", "2024-11-26T09:40:35.839136+00:00", "2024-11-26T10:10:39.124793+00:00", "2024-11-26T10:40:36.913053+00:00", "2024-11-26T11:10:46.791108+00:00", "2024-11-26T11:40:35.269087+00:00", "2024-11-26T12:10:37.039635+00:00", "2024-11-26T12:40:37.875948+00:00", "2024-11-26T13:10:37.513941+00:00", "2024-11-26T13:40:36.770536+00:00", "2024-11-26T14:10:39.938744+00:00", "2024-11-26T14:40:36.903117+00:00", "2024-11-26T15:10:40.208920+00:00", "2024-11-26T15:40:37.525809+00:00", "2024-11-26T16:28:26.185936+00:00", "2024-11-26T18:28:27.483157+00:00", "2024-11-26T20:28:28.808379+00:00", "2024-11-26T22:28:34.388074+00:00", "2024-11-27T00:28:27.456845+00:00", "2024-11-27T02:28:28.634644+00:00", "2024-11-27T04:28:36.038633+00:00", "2024-11-27T06:28:26.979243+00:00", "2024-11-27T08:28:34.085105+00:00", "2024-11-27T10:28:27.319493+00:00", "2024-11-27T12:28:35.219047+00:00", "2024-11-27T14:28:26.469011+00:00", "2024-11-27T16:28:36.407440+00:00", "2024-11-27T18:28:29.116643+00:00", "2024-11-27T20:28:27.257668+00:00", "2024-11-27T22:28:28.643860+00:00", "2024-11-28T00:28:30.392714+00:00", "2024-11-28T02:28:24.747195+00:00", "2024-11-28T04:28:26.938917+00:00", "2024-11-28T06:28:33.676169+00:00", "2024-11-28T08:28:30.564525+00:00", "2024-11-28T10:28:27.880829+00:00", "2024-11-28T12:28:28.772073+00:00", "2024-11-28T14:28:28.271518+00:00", "2024-11-28T16:28:28.055017+00:00", "2024-11-28T18:28:30.885546+00:00", "2024-11-28T20:28:28.577384+00:00", "2024-11-28T22:28:27.965720+00:00", "2024-11-29T00:28:24.846030+00:00", "2024-11-29T02:28:32.677658+00:00", "2024-11-29T04:28:37.027252+00:00", "2024-11-29T06:28:26.329596+00:00", "2024-11-29T08:28:29.820204+00:00", "2024-11-29T10:28:24.390040+00:00", "2024-11-29T12:28:26.894509+00:00", "2024-11-29T14:28:30.655306+00:00", "2024-11-29T16:28:28.049239+00:00", "2024-11-29T18:28:34.419647+00:00", "2024-11-29T20:28:29.595482+00:00", "2024-11-29T22:28:28.738447+00:00", "2024-11-30T00:28:29.671384+00:00", "2024-11-30T02:28:36.451290+00:00", "2024-11-30T04:28:28.599447+00:00", "2024-11-30T06:28:30.954462+00:00", "2024-11-30T08:28:32.178026+00:00", "2024-11-30T10:28:31.913121+00:00", "2024-11-30T12:28:35.238721+00:00", "2024-11-30T14:28:30.732236+00:00", "2024-11-30T16:28:25.176086+00:00", "2024-11-30T18:28:26.559552+00:00", "2024-11-30T20:28:32.378139+00:00", "2024-11-30T22:28:29.527740+00:00", "2024-12-01T00:28:27.384798+00:00", "2024-12-01T02:28:29.656687+00:00", "2024-12-01T04:28:31.741038+00:00", "2024-12-01T06:28:29.574329+00:00", "2024-12-01T08:28:28.980580+00:00", "2024-12-01T10:28:28.973626+00:00", "2024-12-01T12:28:28.385994+00:00", "2024-12-01T14:28:27.101659+00:00", "2024-12-01T16:28:30.499835+00:00", "2024-12-01T18:28:27.195336+00:00", "2024-12-01T20:28:24.503114+00:00", "2024-12-01T22:28:29.435788+00:00"], "y": [419, 418, 421, 418, 418, 415, 418, 413, 415, 416, 415, 416, 415, 415, 417, 417, 418, 415, 417, 417, 418, 416, 419, 416, 417, 423, 421, 421, 421, 419, 422, 422, 421, 420, 422, 421, 420, 420, 425, 419, 422, 421, 420, 420, 421, 420, 419, 424, 421, 422, 422, 421, 423, 419, 423, 421, 422, 420, 421, 421, 420, 420, 423, 419, 422, 421, 422, 421, 420, 421, 423, 421, 424, 422, 422, 423, 421, 422, 422, 423, 421, 420, 420, 422, 423, 421, 422, 424, 423, 424, 426, 428, 424, 426, 422, 422, 421, 427, 421, 420, 425, 421, 426, 423, 425, 426, 421, 423, 421, 421, 421, 420, 420, 422, 426, 422, 426, 422, 422, 422, 419, 423, 421, 423, 421, 420, 420, 419, 420, 420, 422, 422, 418, 420, 419, 420, 422, 418, 422, 418, 418, 417, 419, 416], "type": "scatter"}, {"hovertemplate": "/ipfs/ping/1.0.0
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
", "line": {"color": "#ccb974", "dash": "solid"}, "mode": "lines", "name": "/ipfs/ping/1.0.0", "opacity": 0.7, "x": ["2024-11-25T00:10:39.677221+00:00", "2024-11-25T00:40:38.977619+00:00", "2024-11-25T01:10:38.812013+00:00", "2024-11-25T01:40:45.730964+00:00", "2024-11-25T02:10:37.088996+00:00", "2024-11-25T02:40:41.429579+00:00", "2024-11-25T03:10:38.465123+00:00", "2024-11-25T03:40:37.402302+00:00", "2024-11-25T04:10:36.685532+00:00", "2024-11-25T04:40:39.652136+00:00", "2024-11-25T05:10:37.960341+00:00", "2024-11-25T05:40:38.459843+00:00", "2024-11-25T06:10:37.984540+00:00", "2024-11-25T06:40:40.519283+00:00", "2024-11-25T07:10:43.502790+00:00", "2024-11-25T07:40:39.099825+00:00", "2024-11-25T08:10:38.801127+00:00", "2024-11-25T08:40:44.102963+00:00", "2024-11-25T09:10:42.378533+00:00", "2024-11-25T09:40:37.642553+00:00", "2024-11-25T10:10:39.963741+00:00", "2024-11-25T10:40:44.353076+00:00", "2024-11-25T11:10:53.926088+00:00", "2024-11-25T11:40:39.026418+00:00", "2024-11-25T12:10:53.442349+00:00", "2024-11-25T12:40:40.046929+00:00", "2024-11-25T13:10:37.029362+00:00", "2024-11-25T13:40:35.202978+00:00", "2024-11-25T14:10:51.373768+00:00", "2024-11-25T14:40:41.483162+00:00", "2024-11-25T15:10:41.767110+00:00", "2024-11-25T15:40:37.928585+00:00", "2024-11-25T16:10:42.011715+00:00", "2024-11-25T16:40:42.906804+00:00", "2024-11-25T17:10:38.623089+00:00", "2024-11-25T17:40:39.640170+00:00", "2024-11-25T18:10:43.413978+00:00", "2024-11-25T18:40:37.190645+00:00", "2024-11-25T19:10:48.661990+00:00", "2024-11-25T19:40:40.086347+00:00", "2024-11-25T20:10:38.398623+00:00", "2024-11-25T20:40:36.718008+00:00", "2024-11-25T21:10:40.473922+00:00", "2024-11-25T21:40:39.270834+00:00", "2024-11-25T22:10:38.413422+00:00", "2024-11-25T22:40:37.112224+00:00", "2024-11-25T23:10:38.497130+00:00", "2024-11-25T23:40:38.161686+00:00", "2024-11-26T00:10:40.398381+00:00", "2024-11-26T00:40:40.290316+00:00", "2024-11-26T01:10:36.612648+00:00", "2024-11-26T01:40:43.463935+00:00", "2024-11-26T02:10:39.873792+00:00", "2024-11-26T02:40:37.964913+00:00", "2024-11-26T03:10:40.017977+00:00", "2024-11-26T03:40:39.174932+00:00", "2024-11-26T04:10:37.531667+00:00", "2024-11-26T04:40:38.728656+00:00", "2024-11-26T05:10:40.144074+00:00", "2024-11-26T05:40:36.210500+00:00", "2024-11-26T06:10:39.890940+00:00", "2024-11-26T06:40:39.928897+00:00", "2024-11-26T07:10:40.117409+00:00", "2024-11-26T07:40:41.293077+00:00", "2024-11-26T08:10:38.183260+00:00", "2024-11-26T08:40:41.971167+00:00", "2024-11-26T09:10:38.739740+00:00", "2024-11-26T09:40:35.839136+00:00", "2024-11-26T10:10:39.124793+00:00", "2024-11-26T10:40:36.913053+00:00", "2024-11-26T11:10:46.791108+00:00", "2024-11-26T11:40:35.269087+00:00", "2024-11-26T12:10:37.039635+00:00", "2024-11-26T12:40:37.875948+00:00", "2024-11-26T13:10:37.513941+00:00", "2024-11-26T13:40:36.770536+00:00", "2024-11-26T14:10:39.938744+00:00", "2024-11-26T14:40:36.903117+00:00", "2024-11-26T15:10:40.208920+00:00", "2024-11-26T15:40:37.525809+00:00", "2024-11-26T16:28:26.185936+00:00", "2024-11-26T18:28:27.483157+00:00", "2024-11-26T20:28:28.808379+00:00", "2024-11-26T22:28:34.388074+00:00", "2024-11-27T00:28:27.456845+00:00", "2024-11-27T02:28:28.634644+00:00", "2024-11-27T04:28:36.038633+00:00", "2024-11-27T06:28:26.979243+00:00", "2024-11-27T08:28:34.085105+00:00", "2024-11-27T10:28:27.319493+00:00", "2024-11-27T12:28:35.219047+00:00", "2024-11-27T14:28:26.469011+00:00", "2024-11-27T16:28:36.407440+00:00", "2024-11-27T18:28:29.116643+00:00", "2024-11-27T20:28:27.257668+00:00", "2024-11-27T22:28:28.643860+00:00", "2024-11-28T00:28:30.392714+00:00", "2024-11-28T02:28:24.747195+00:00", "2024-11-28T04:28:26.938917+00:00", "2024-11-28T06:28:33.676169+00:00", "2024-11-28T08:28:30.564525+00:00", "2024-11-28T10:28:27.880829+00:00", "2024-11-28T12:28:28.772073+00:00", "2024-11-28T14:28:28.271518+00:00", "2024-11-28T16:28:28.055017+00:00", "2024-11-28T18:28:30.885546+00:00", "2024-11-28T20:28:28.577384+00:00", "2024-11-28T22:28:27.965720+00:00", "2024-11-29T00:28:24.846030+00:00", "2024-11-29T02:28:32.677658+00:00", "2024-11-29T04:28:37.027252+00:00", "2024-11-29T06:28:26.329596+00:00", "2024-11-29T08:28:29.820204+00:00", "2024-11-29T10:28:24.390040+00:00", "2024-11-29T12:28:26.894509+00:00", "2024-11-29T14:28:30.655306+00:00", "2024-11-29T16:28:28.049239+00:00", "2024-11-29T18:28:34.419647+00:00", "2024-11-29T20:28:29.595482+00:00", "2024-11-29T22:28:28.738447+00:00", "2024-11-30T00:28:29.671384+00:00", "2024-11-30T02:28:36.451290+00:00", "2024-11-30T04:28:28.599447+00:00", "2024-11-30T06:28:30.954462+00:00", "2024-11-30T08:28:32.178026+00:00", "2024-11-30T10:28:31.913121+00:00", "2024-11-30T12:28:35.238721+00:00", "2024-11-30T14:28:30.732236+00:00", "2024-11-30T16:28:25.176086+00:00", "2024-11-30T18:28:26.559552+00:00", "2024-11-30T20:28:32.378139+00:00", "2024-11-30T22:28:29.527740+00:00", "2024-12-01T00:28:27.384798+00:00", "2024-12-01T02:28:29.656687+00:00", "2024-12-01T04:28:31.741038+00:00", "2024-12-01T06:28:29.574329+00:00", "2024-12-01T08:28:28.980580+00:00", "2024-12-01T10:28:28.973626+00:00", "2024-12-01T12:28:28.385994+00:00", "2024-12-01T14:28:27.101659+00:00", "2024-12-01T16:28:30.499835+00:00", "2024-12-01T18:28:27.195336+00:00", "2024-12-01T20:28:24.503114+00:00", "2024-12-01T22:28:29.435788+00:00"], "y": [419, 418, 421, 418, 418, 415, 418, 413, 415, 416, 415, 416, 415, 415, 417, 417, 418, 415, 417, 417, 418, 416, 419, 416, 417, 423, 421, 421, 421, 419, 422, 422, 421, 420, 422, 421, 420, 420, 425, 419, 422, 421, 420, 420, 421, 420, 419, 424, 421, 422, 422, 421, 423, 419, 423, 421, 422, 420, 421, 421, 420, 420, 423, 419, 422, 421, 422, 421, 420, 421, 423, 421, 424, 422, 422, 423, 421, 422, 422, 423, 421, 420, 420, 422, 423, 421, 422, 424, 423, 424, 426, 428, 424, 426, 422, 422, 421, 427, 421, 420, 425, 421, 426, 423, 425, 426, 421, 423, 421, 421, 421, 420, 420, 422, 426, 422, 426, 422, 422, 422, 419, 423, 421, 423, 421, 420, 420, 419, 420, 420, 422, 422, 418, 420, 419, 420, 422, 418, 422, 418, 418, 417, 419, 416], "type": "scatter"}, {"hovertemplate": "/ipfs/id/push/1.0.0
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
", "line": {"color": "#64b5cd", "dash": "dash"}, "mode": "lines", "name": "/ipfs/id/push/1.0.0", "opacity": 0.7, "x": ["2024-11-25T00:10:39.677221+00:00", "2024-11-25T00:40:38.977619+00:00", "2024-11-25T01:10:38.812013+00:00", "2024-11-25T01:40:45.730964+00:00", "2024-11-25T02:10:37.088996+00:00", "2024-11-25T02:40:41.429579+00:00", "2024-11-25T03:10:38.465123+00:00", "2024-11-25T03:40:37.402302+00:00", "2024-11-25T04:10:36.685532+00:00", "2024-11-25T04:40:39.652136+00:00", "2024-11-25T05:10:37.960341+00:00", "2024-11-25T05:40:38.459843+00:00", "2024-11-25T06:10:37.984540+00:00", "2024-11-25T06:40:40.519283+00:00", "2024-11-25T07:10:43.502790+00:00", "2024-11-25T07:40:39.099825+00:00", "2024-11-25T08:10:38.801127+00:00", "2024-11-25T08:40:44.102963+00:00", "2024-11-25T09:10:42.378533+00:00", "2024-11-25T09:40:37.642553+00:00", "2024-11-25T10:10:39.963741+00:00", "2024-11-25T10:40:44.353076+00:00", "2024-11-25T11:10:53.926088+00:00", "2024-11-25T11:40:39.026418+00:00", "2024-11-25T12:10:53.442349+00:00", "2024-11-25T12:40:40.046929+00:00", "2024-11-25T13:10:37.029362+00:00", "2024-11-25T13:40:35.202978+00:00", "2024-11-25T14:10:51.373768+00:00", "2024-11-25T14:40:41.483162+00:00", "2024-11-25T15:10:41.767110+00:00", "2024-11-25T15:40:37.928585+00:00", "2024-11-25T16:10:42.011715+00:00", "2024-11-25T16:40:42.906804+00:00", "2024-11-25T17:10:38.623089+00:00", "2024-11-25T17:40:39.640170+00:00", "2024-11-25T18:10:43.413978+00:00", "2024-11-25T18:40:37.190645+00:00", "2024-11-25T19:10:48.661990+00:00", "2024-11-25T19:40:40.086347+00:00", "2024-11-25T20:10:38.398623+00:00", "2024-11-25T20:40:36.718008+00:00", "2024-11-25T21:10:40.473922+00:00", "2024-11-25T21:40:39.270834+00:00", "2024-11-25T22:10:38.413422+00:00", "2024-11-25T22:40:37.112224+00:00", "2024-11-25T23:10:38.497130+00:00", "2024-11-25T23:40:38.161686+00:00", "2024-11-26T00:10:40.398381+00:00", "2024-11-26T00:40:40.290316+00:00", "2024-11-26T01:10:36.612648+00:00", "2024-11-26T01:40:43.463935+00:00", "2024-11-26T02:10:39.873792+00:00", "2024-11-26T02:40:37.964913+00:00", "2024-11-26T03:10:40.017977+00:00", "2024-11-26T03:40:39.174932+00:00", "2024-11-26T04:10:37.531667+00:00", "2024-11-26T04:40:38.728656+00:00", "2024-11-26T05:10:40.144074+00:00", "2024-11-26T05:40:36.210500+00:00", "2024-11-26T06:10:39.890940+00:00", "2024-11-26T06:40:39.928897+00:00", "2024-11-26T07:10:40.117409+00:00", "2024-11-26T07:40:41.293077+00:00", "2024-11-26T08:10:38.183260+00:00", "2024-11-26T08:40:41.971167+00:00", "2024-11-26T09:10:38.739740+00:00", "2024-11-26T09:40:35.839136+00:00", "2024-11-26T10:10:39.124793+00:00", "2024-11-26T10:40:36.913053+00:00", "2024-11-26T11:10:46.791108+00:00", "2024-11-26T11:40:35.269087+00:00", "2024-11-26T12:10:37.039635+00:00", "2024-11-26T12:40:37.875948+00:00", "2024-11-26T13:10:37.513941+00:00", "2024-11-26T13:40:36.770536+00:00", "2024-11-26T14:10:39.938744+00:00", "2024-11-26T14:40:36.903117+00:00", "2024-11-26T15:10:40.208920+00:00", "2024-11-26T15:40:37.525809+00:00", "2024-11-26T16:28:26.185936+00:00", "2024-11-26T18:28:27.483157+00:00", "2024-11-26T20:28:28.808379+00:00", "2024-11-26T22:28:34.388074+00:00", "2024-11-27T00:28:27.456845+00:00", "2024-11-27T02:28:28.634644+00:00", "2024-11-27T04:28:36.038633+00:00", "2024-11-27T06:28:26.979243+00:00", "2024-11-27T08:28:34.085105+00:00", "2024-11-27T10:28:27.319493+00:00", "2024-11-27T12:28:35.219047+00:00", "2024-11-27T14:28:26.469011+00:00", "2024-11-27T16:28:36.407440+00:00", "2024-11-27T18:28:29.116643+00:00", "2024-11-27T20:28:27.257668+00:00", "2024-11-27T22:28:28.643860+00:00", "2024-11-28T00:28:30.392714+00:00", "2024-11-28T02:28:24.747195+00:00", "2024-11-28T04:28:26.938917+00:00", "2024-11-28T06:28:33.676169+00:00", "2024-11-28T08:28:30.564525+00:00", "2024-11-28T10:28:27.880829+00:00", "2024-11-28T12:28:28.772073+00:00", "2024-11-28T14:28:28.271518+00:00", "2024-11-28T16:28:28.055017+00:00", "2024-11-28T18:28:30.885546+00:00", "2024-11-28T20:28:28.577384+00:00", "2024-11-28T22:28:27.965720+00:00", "2024-11-29T00:28:24.846030+00:00", "2024-11-29T02:28:32.677658+00:00", "2024-11-29T04:28:37.027252+00:00", "2024-11-29T06:28:26.329596+00:00", "2024-11-29T08:28:29.820204+00:00", "2024-11-29T10:28:24.390040+00:00", "2024-11-29T12:28:26.894509+00:00", "2024-11-29T14:28:30.655306+00:00", "2024-11-29T16:28:28.049239+00:00", "2024-11-29T18:28:34.419647+00:00", "2024-11-29T20:28:29.595482+00:00", "2024-11-29T22:28:28.738447+00:00", "2024-11-30T00:28:29.671384+00:00", "2024-11-30T02:28:36.451290+00:00", "2024-11-30T04:28:28.599447+00:00", "2024-11-30T06:28:30.954462+00:00", "2024-11-30T08:28:32.178026+00:00", "2024-11-30T10:28:31.913121+00:00", "2024-11-30T12:28:35.238721+00:00", "2024-11-30T14:28:30.732236+00:00", "2024-11-30T16:28:25.176086+00:00", "2024-11-30T18:28:26.559552+00:00", "2024-11-30T20:28:32.378139+00:00", "2024-11-30T22:28:29.527740+00:00", "2024-12-01T00:28:27.384798+00:00", "2024-12-01T02:28:29.656687+00:00", "2024-12-01T04:28:31.741038+00:00", "2024-12-01T06:28:29.574329+00:00", "2024-12-01T08:28:28.980580+00:00", "2024-12-01T10:28:28.973626+00:00", "2024-12-01T12:28:28.385994+00:00", "2024-12-01T14:28:27.101659+00:00", "2024-12-01T16:28:30.499835+00:00", "2024-12-01T18:28:27.195336+00:00", "2024-12-01T20:28:24.503114+00:00", "2024-12-01T22:28:29.435788+00:00"], "y": [419, 418, 421, 418, 418, 415, 418, 413, 415, 416, 415, 416, 415, 415, 417, 417, 418, 415, 417, 417, 418, 416, 419, 416, 417, 423, 421, 421, 421, 419, 422, 422, 421, 420, 422, 421, 420, 420, 425, 419, 422, 421, 420, 420, 421, 420, 419, 424, 421, 422, 422, 421, 423, 419, 423, 421, 422, 420, 421, 421, 420, 420, 423, 419, 422, 421, 422, 421, 420, 421, 423, 421, 424, 422, 422, 423, 421, 422, 422, 423, 421, 420, 420, 422, 423, 421, 422, 424, 423, 424, 426, 428, 424, 426, 422, 422, 421, 427, 421, 420, 425, 421, 426, 423, 425, 426, 421, 423, 421, 421, 421, 420, 420, 422, 426, 422, 426, 422, 422, 422, 419, 423, 421, 423, 421, 420, 420, 419, 420, 420, 422, 422, 418, 420, 419, 420, 422, 418, 422, 418, 418, 417, 419, 416], "type": "scatter"}, {"hovertemplate": "/ipfs/id/1.0.0
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
", "line": {"color": "#4c72b0", "dash": "dot"}, "mode": "lines", "name": "/ipfs/id/1.0.0", "opacity": 0.7, "x": ["2024-11-25T00:10:39.677221+00:00", "2024-11-25T00:40:38.977619+00:00", "2024-11-25T01:10:38.812013+00:00", "2024-11-25T01:40:45.730964+00:00", "2024-11-25T02:10:37.088996+00:00", "2024-11-25T02:40:41.429579+00:00", "2024-11-25T03:10:38.465123+00:00", "2024-11-25T03:40:37.402302+00:00", "2024-11-25T04:10:36.685532+00:00", "2024-11-25T04:40:39.652136+00:00", "2024-11-25T05:10:37.960341+00:00", "2024-11-25T05:40:38.459843+00:00", "2024-11-25T06:10:37.984540+00:00", "2024-11-25T06:40:40.519283+00:00", "2024-11-25T07:10:43.502790+00:00", "2024-11-25T07:40:39.099825+00:00", "2024-11-25T08:10:38.801127+00:00", "2024-11-25T08:40:44.102963+00:00", "2024-11-25T09:10:42.378533+00:00", "2024-11-25T09:40:37.642553+00:00", "2024-11-25T10:10:39.963741+00:00", "2024-11-25T10:40:44.353076+00:00", "2024-11-25T11:10:53.926088+00:00", "2024-11-25T11:40:39.026418+00:00", "2024-11-25T12:10:53.442349+00:00", "2024-11-25T12:40:40.046929+00:00", "2024-11-25T13:10:37.029362+00:00", "2024-11-25T13:40:35.202978+00:00", "2024-11-25T14:10:51.373768+00:00", "2024-11-25T14:40:41.483162+00:00", "2024-11-25T15:10:41.767110+00:00", "2024-11-25T15:40:37.928585+00:00", "2024-11-25T16:10:42.011715+00:00", "2024-11-25T16:40:42.906804+00:00", "2024-11-25T17:10:38.623089+00:00", "2024-11-25T17:40:39.640170+00:00", "2024-11-25T18:10:43.413978+00:00", "2024-11-25T18:40:37.190645+00:00", "2024-11-25T19:10:48.661990+00:00", "2024-11-25T19:40:40.086347+00:00", "2024-11-25T20:10:38.398623+00:00", "2024-11-25T20:40:36.718008+00:00", "2024-11-25T21:10:40.473922+00:00", "2024-11-25T21:40:39.270834+00:00", "2024-11-25T22:10:38.413422+00:00", "2024-11-25T22:40:37.112224+00:00", "2024-11-25T23:10:38.497130+00:00", "2024-11-25T23:40:38.161686+00:00", "2024-11-26T00:10:40.398381+00:00", "2024-11-26T00:40:40.290316+00:00", "2024-11-26T01:10:36.612648+00:00", "2024-11-26T01:40:43.463935+00:00", "2024-11-26T02:10:39.873792+00:00", "2024-11-26T02:40:37.964913+00:00", "2024-11-26T03:10:40.017977+00:00", "2024-11-26T03:40:39.174932+00:00", "2024-11-26T04:10:37.531667+00:00", "2024-11-26T04:40:38.728656+00:00", "2024-11-26T05:10:40.144074+00:00", "2024-11-26T05:40:36.210500+00:00", "2024-11-26T06:10:39.890940+00:00", "2024-11-26T06:40:39.928897+00:00", "2024-11-26T07:10:40.117409+00:00", "2024-11-26T07:40:41.293077+00:00", "2024-11-26T08:10:38.183260+00:00", "2024-11-26T08:40:41.971167+00:00", "2024-11-26T09:10:38.739740+00:00", "2024-11-26T09:40:35.839136+00:00", "2024-11-26T10:10:39.124793+00:00", "2024-11-26T10:40:36.913053+00:00", "2024-11-26T11:10:46.791108+00:00", "2024-11-26T11:40:35.269087+00:00", "2024-11-26T12:10:37.039635+00:00", "2024-11-26T12:40:37.875948+00:00", "2024-11-26T13:10:37.513941+00:00", "2024-11-26T13:40:36.770536+00:00", "2024-11-26T14:10:39.938744+00:00", "2024-11-26T14:40:36.903117+00:00", "2024-11-26T15:10:40.208920+00:00", "2024-11-26T15:40:37.525809+00:00", "2024-11-26T16:28:26.185936+00:00", "2024-11-26T18:28:27.483157+00:00", "2024-11-26T20:28:28.808379+00:00", "2024-11-26T22:28:34.388074+00:00", "2024-11-27T00:28:27.456845+00:00", "2024-11-27T02:28:28.634644+00:00", "2024-11-27T04:28:36.038633+00:00", "2024-11-27T06:28:26.979243+00:00", "2024-11-27T08:28:34.085105+00:00", "2024-11-27T10:28:27.319493+00:00", "2024-11-27T12:28:35.219047+00:00", "2024-11-27T14:28:26.469011+00:00", "2024-11-27T16:28:36.407440+00:00", "2024-11-27T18:28:29.116643+00:00", "2024-11-27T20:28:27.257668+00:00", "2024-11-27T22:28:28.643860+00:00", "2024-11-28T00:28:30.392714+00:00", "2024-11-28T02:28:24.747195+00:00", "2024-11-28T04:28:26.938917+00:00", "2024-11-28T06:28:33.676169+00:00", "2024-11-28T08:28:30.564525+00:00", "2024-11-28T10:28:27.880829+00:00", "2024-11-28T12:28:28.772073+00:00", "2024-11-28T14:28:28.271518+00:00", "2024-11-28T16:28:28.055017+00:00", "2024-11-28T18:28:30.885546+00:00", "2024-11-28T20:28:28.577384+00:00", "2024-11-28T22:28:27.965720+00:00", "2024-11-29T00:28:24.846030+00:00", "2024-11-29T02:28:32.677658+00:00", "2024-11-29T04:28:37.027252+00:00", "2024-11-29T06:28:26.329596+00:00", "2024-11-29T08:28:29.820204+00:00", "2024-11-29T10:28:24.390040+00:00", "2024-11-29T12:28:26.894509+00:00", "2024-11-29T14:28:30.655306+00:00", "2024-11-29T16:28:28.049239+00:00", "2024-11-29T18:28:34.419647+00:00", "2024-11-29T20:28:29.595482+00:00", "2024-11-29T22:28:28.738447+00:00", "2024-11-30T00:28:29.671384+00:00", "2024-11-30T02:28:36.451290+00:00", "2024-11-30T04:28:28.599447+00:00", "2024-11-30T06:28:30.954462+00:00", "2024-11-30T08:28:32.178026+00:00", "2024-11-30T10:28:31.913121+00:00", "2024-11-30T12:28:35.238721+00:00", "2024-11-30T14:28:30.732236+00:00", "2024-11-30T16:28:25.176086+00:00", "2024-11-30T18:28:26.559552+00:00", "2024-11-30T20:28:32.378139+00:00", "2024-11-30T22:28:29.527740+00:00", "2024-12-01T00:28:27.384798+00:00", "2024-12-01T02:28:29.656687+00:00", "2024-12-01T04:28:31.741038+00:00", "2024-12-01T06:28:29.574329+00:00", "2024-12-01T08:28:28.980580+00:00", "2024-12-01T10:28:28.973626+00:00", "2024-12-01T12:28:28.385994+00:00", "2024-12-01T14:28:27.101659+00:00", "2024-12-01T16:28:30.499835+00:00", "2024-12-01T18:28:27.195336+00:00", "2024-12-01T20:28:24.503114+00:00", "2024-12-01T22:28:29.435788+00:00"], "y": [419, 418, 421, 418, 418, 415, 418, 413, 415, 416, 415, 416, 415, 415, 417, 417, 418, 415, 417, 417, 418, 416, 419, 416, 417, 423, 421, 421, 421, 419, 422, 422, 421, 420, 422, 421, 420, 420, 425, 419, 422, 421, 420, 420, 421, 420, 419, 424, 421, 422, 422, 421, 423, 419, 423, 421, 422, 420, 421, 421, 420, 420, 423, 419, 422, 421, 422, 421, 420, 421, 423, 421, 424, 422, 422, 423, 421, 422, 422, 423, 421, 420, 420, 422, 423, 421, 422, 424, 423, 424, 426, 428, 424, 426, 422, 422, 421, 427, 421, 420, 425, 421, 426, 423, 425, 426, 421, 423, 421, 421, 421, 420, 420, 422, 426, 422, 426, 422, 422, 422, 419, 423, 421, 423, 421, 420, 420, 419, 420, 420, 422, 422, 418, 420, 419, 420, 422, 418, 422, 418, 418, 417, 419, 416], "type": "scatter"}, {"hovertemplate": "/b91746b45e0346cc2f815a520b9c6cb4d5c0902af848db0a80f85932d2e8276a/light/2
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
", "line": {"color": "#dd8452", "dash": "dashdot"}, "mode": "lines", "name": "/b91746b45e0346cc2f815a520b9c6cb4d5c0902af848db0a80f85932d2e8276a/light/2", "opacity": 0.7, "x": ["2024-11-25T00:10:39.677221+00:00", "2024-11-25T00:40:38.977619+00:00", "2024-11-25T01:10:38.812013+00:00", "2024-11-25T01:40:45.730964+00:00", "2024-11-25T02:10:37.088996+00:00", "2024-11-25T02:40:41.429579+00:00", "2024-11-25T03:10:38.465123+00:00", "2024-11-25T03:40:37.402302+00:00", "2024-11-25T04:10:36.685532+00:00", "2024-11-25T04:40:39.652136+00:00", "2024-11-25T05:10:37.960341+00:00", "2024-11-25T05:40:38.459843+00:00", "2024-11-25T06:10:37.984540+00:00", "2024-11-25T06:40:40.519283+00:00", "2024-11-25T07:10:43.502790+00:00", "2024-11-25T07:40:39.099825+00:00", "2024-11-25T08:10:38.801127+00:00", "2024-11-25T08:40:44.102963+00:00", "2024-11-25T09:10:42.378533+00:00", "2024-11-25T09:40:37.642553+00:00", "2024-11-25T10:10:39.963741+00:00", "2024-11-25T10:40:44.353076+00:00", "2024-11-25T11:10:53.926088+00:00", "2024-11-25T11:40:39.026418+00:00", "2024-11-25T12:10:53.442349+00:00", "2024-11-25T12:40:40.046929+00:00", "2024-11-25T13:10:37.029362+00:00", "2024-11-25T13:40:35.202978+00:00", "2024-11-25T14:10:51.373768+00:00", "2024-11-25T14:40:41.483162+00:00", "2024-11-25T15:10:41.767110+00:00", "2024-11-25T15:40:37.928585+00:00", "2024-11-25T16:10:42.011715+00:00", "2024-11-25T16:40:42.906804+00:00", "2024-11-25T17:10:38.623089+00:00", "2024-11-25T17:40:39.640170+00:00", "2024-11-25T18:10:43.413978+00:00", "2024-11-25T18:40:37.190645+00:00", "2024-11-25T19:10:48.661990+00:00", "2024-11-25T19:40:40.086347+00:00", "2024-11-25T20:10:38.398623+00:00", "2024-11-25T20:40:36.718008+00:00", "2024-11-25T21:10:40.473922+00:00", "2024-11-25T21:40:39.270834+00:00", "2024-11-25T22:10:38.413422+00:00", "2024-11-25T22:40:37.112224+00:00", "2024-11-25T23:10:38.497130+00:00", "2024-11-25T23:40:38.161686+00:00", "2024-11-26T00:10:40.398381+00:00", "2024-11-26T00:40:40.290316+00:00", "2024-11-26T01:10:36.612648+00:00", "2024-11-26T01:40:43.463935+00:00", "2024-11-26T02:10:39.873792+00:00", "2024-11-26T02:40:37.964913+00:00", "2024-11-26T03:10:40.017977+00:00", "2024-11-26T03:40:39.174932+00:00", "2024-11-26T04:10:37.531667+00:00", "2024-11-26T04:40:38.728656+00:00", "2024-11-26T05:10:40.144074+00:00", "2024-11-26T05:40:36.210500+00:00", "2024-11-26T06:10:39.890940+00:00", "2024-11-26T06:40:39.928897+00:00", "2024-11-26T07:10:40.117409+00:00", "2024-11-26T07:40:41.293077+00:00", "2024-11-26T08:10:38.183260+00:00", "2024-11-26T08:40:41.971167+00:00", "2024-11-26T09:10:38.739740+00:00", "2024-11-26T09:40:35.839136+00:00", "2024-11-26T10:10:39.124793+00:00", "2024-11-26T10:40:36.913053+00:00", "2024-11-26T11:10:46.791108+00:00", "2024-11-26T11:40:35.269087+00:00", "2024-11-26T12:10:37.039635+00:00", "2024-11-26T12:40:37.875948+00:00", "2024-11-26T13:10:37.513941+00:00", "2024-11-26T13:40:36.770536+00:00", "2024-11-26T14:10:39.938744+00:00", "2024-11-26T14:40:36.903117+00:00", "2024-11-26T15:10:40.208920+00:00", "2024-11-26T15:40:37.525809+00:00", "2024-11-26T16:28:26.185936+00:00", "2024-11-26T18:28:27.483157+00:00", "2024-11-26T20:28:28.808379+00:00", "2024-11-26T22:28:34.388074+00:00", "2024-11-27T00:28:27.456845+00:00", "2024-11-27T02:28:28.634644+00:00", "2024-11-27T04:28:36.038633+00:00", "2024-11-27T06:28:26.979243+00:00", "2024-11-27T08:28:34.085105+00:00", "2024-11-27T10:28:27.319493+00:00", "2024-11-27T12:28:35.219047+00:00", "2024-11-27T14:28:26.469011+00:00", "2024-11-27T16:28:36.407440+00:00", "2024-11-27T18:28:29.116643+00:00", "2024-11-27T20:28:27.257668+00:00", "2024-11-27T22:28:28.643860+00:00", "2024-11-28T00:28:30.392714+00:00", "2024-11-28T02:28:24.747195+00:00", "2024-11-28T04:28:26.938917+00:00", "2024-11-28T06:28:33.676169+00:00", "2024-11-28T08:28:30.564525+00:00", "2024-11-28T10:28:27.880829+00:00", "2024-11-28T12:28:28.772073+00:00", "2024-11-28T14:28:28.271518+00:00", "2024-11-28T16:28:28.055017+00:00", "2024-11-28T18:28:30.885546+00:00", "2024-11-28T20:28:28.577384+00:00", "2024-11-28T22:28:27.965720+00:00", "2024-11-29T00:28:24.846030+00:00", "2024-11-29T02:28:32.677658+00:00", "2024-11-29T04:28:37.027252+00:00", "2024-11-29T06:28:26.329596+00:00", "2024-11-29T08:28:29.820204+00:00", "2024-11-29T10:28:24.390040+00:00", "2024-11-29T12:28:26.894509+00:00", "2024-11-29T14:28:30.655306+00:00", "2024-11-29T16:28:28.049239+00:00", "2024-11-29T18:28:34.419647+00:00", "2024-11-29T20:28:29.595482+00:00", "2024-11-29T22:28:28.738447+00:00", "2024-11-30T00:28:29.671384+00:00", "2024-11-30T02:28:36.451290+00:00", "2024-11-30T04:28:28.599447+00:00", "2024-11-30T06:28:30.954462+00:00", "2024-11-30T08:28:32.178026+00:00", "2024-11-30T10:28:31.913121+00:00", "2024-11-30T12:28:35.238721+00:00", "2024-11-30T14:28:30.732236+00:00", "2024-11-30T16:28:25.176086+00:00", "2024-11-30T18:28:26.559552+00:00", "2024-11-30T20:28:32.378139+00:00", "2024-11-30T22:28:29.527740+00:00", "2024-12-01T00:28:27.384798+00:00", "2024-12-01T02:28:29.656687+00:00", "2024-12-01T04:28:31.741038+00:00", "2024-12-01T06:28:29.574329+00:00", "2024-12-01T08:28:28.980580+00:00", "2024-12-01T10:28:28.973626+00:00", "2024-12-01T12:28:28.385994+00:00", "2024-12-01T14:28:27.101659+00:00", "2024-12-01T16:28:30.499835+00:00", "2024-12-01T18:28:27.195336+00:00", "2024-12-01T20:28:24.503114+00:00", "2024-12-01T22:28:29.435788+00:00"], "y": [197, 197, 197, 197, 197, 196, 196, 196, 197, 197, 196, 196, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 196, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 196, 197, 197, 197, 197, 197, 198, 198, 198, 198, 198, 198, 198, 197, 197, 198, 198, 198, 197, 199, 198, 198, 200, 199, 199, 200, 199, 200, 201, 200, 200, 200, 200, 199, 200, 200, 200, 199, 198, 199, 199, 199, 199, 200, 201, 200, 201, 200, 202, 200, 200, 200, 199, 200, 200, 200, 200, 200, 200, 200, 201, 201, 201, 201, 201, 200, 200, 200, 200, 200, 200, 200, 200, 199, 199, 198], "type": "scatter"}, {"hovertemplate": "/b91746b45e0346cc2f815a520b9c6cb4d5c0902af848db0a80f85932d2e8276a/kad
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
", "line": {"color": "#55a868", "dash": "solid"}, "mode": "lines", "name": "/b91746b45e0346cc2f815a520b9c6cb4d5c0902af848db0a80f85932d2e8276a/kad", "opacity": 0.7, "x": ["2024-11-25T00:10:39.677221+00:00", "2024-11-25T00:40:38.977619+00:00", "2024-11-25T01:10:38.812013+00:00", "2024-11-25T01:40:45.730964+00:00", "2024-11-25T02:10:37.088996+00:00", "2024-11-25T02:40:41.429579+00:00", "2024-11-25T03:10:38.465123+00:00", "2024-11-25T03:40:37.402302+00:00", "2024-11-25T04:10:36.685532+00:00", "2024-11-25T04:40:39.652136+00:00", "2024-11-25T05:10:37.960341+00:00", "2024-11-25T05:40:38.459843+00:00", "2024-11-25T06:10:37.984540+00:00", "2024-11-25T06:40:40.519283+00:00", "2024-11-25T07:10:43.502790+00:00", "2024-11-25T07:40:39.099825+00:00", "2024-11-25T08:10:38.801127+00:00", "2024-11-25T08:40:44.102963+00:00", "2024-11-25T09:10:42.378533+00:00", "2024-11-25T09:40:37.642553+00:00", "2024-11-25T10:10:39.963741+00:00", "2024-11-25T10:40:44.353076+00:00", "2024-11-25T11:10:53.926088+00:00", "2024-11-25T11:40:39.026418+00:00", "2024-11-25T12:10:53.442349+00:00", "2024-11-25T12:40:40.046929+00:00", "2024-11-25T13:10:37.029362+00:00", "2024-11-25T13:40:35.202978+00:00", "2024-11-25T14:10:51.373768+00:00", "2024-11-25T14:40:41.483162+00:00", "2024-11-25T15:10:41.767110+00:00", "2024-11-25T15:40:37.928585+00:00", "2024-11-25T16:10:42.011715+00:00", "2024-11-25T16:40:42.906804+00:00", "2024-11-25T17:10:38.623089+00:00", "2024-11-25T17:40:39.640170+00:00", "2024-11-25T18:10:43.413978+00:00", "2024-11-25T18:40:37.190645+00:00", "2024-11-25T19:10:48.661990+00:00", "2024-11-25T19:40:40.086347+00:00", "2024-11-25T20:10:38.398623+00:00", "2024-11-25T20:40:36.718008+00:00", "2024-11-25T21:10:40.473922+00:00", "2024-11-25T21:40:39.270834+00:00", "2024-11-25T22:10:38.413422+00:00", "2024-11-25T22:40:37.112224+00:00", "2024-11-25T23:10:38.497130+00:00", "2024-11-25T23:40:38.161686+00:00", "2024-11-26T00:10:40.398381+00:00", "2024-11-26T00:40:40.290316+00:00", "2024-11-26T01:10:36.612648+00:00", "2024-11-26T01:40:43.463935+00:00", "2024-11-26T02:10:39.873792+00:00", "2024-11-26T02:40:37.964913+00:00", "2024-11-26T03:10:40.017977+00:00", "2024-11-26T03:40:39.174932+00:00", "2024-11-26T04:10:37.531667+00:00", "2024-11-26T04:40:38.728656+00:00", "2024-11-26T05:10:40.144074+00:00", "2024-11-26T05:40:36.210500+00:00", "2024-11-26T06:10:39.890940+00:00", "2024-11-26T06:40:39.928897+00:00", "2024-11-26T07:10:40.117409+00:00", "2024-11-26T07:40:41.293077+00:00", "2024-11-26T08:10:38.183260+00:00", "2024-11-26T08:40:41.971167+00:00", "2024-11-26T09:10:38.739740+00:00", "2024-11-26T09:40:35.839136+00:00", "2024-11-26T10:10:39.124793+00:00", "2024-11-26T10:40:36.913053+00:00", "2024-11-26T11:10:46.791108+00:00", "2024-11-26T11:40:35.269087+00:00", "2024-11-26T12:10:37.039635+00:00", "2024-11-26T12:40:37.875948+00:00", "2024-11-26T13:10:37.513941+00:00", "2024-11-26T13:40:36.770536+00:00", "2024-11-26T14:10:39.938744+00:00", "2024-11-26T14:40:36.903117+00:00", "2024-11-26T15:10:40.208920+00:00", "2024-11-26T15:40:37.525809+00:00", "2024-11-26T16:28:26.185936+00:00", "2024-11-26T18:28:27.483157+00:00", "2024-11-26T20:28:28.808379+00:00", "2024-11-26T22:28:34.388074+00:00", "2024-11-27T00:28:27.456845+00:00", "2024-11-27T02:28:28.634644+00:00", "2024-11-27T04:28:36.038633+00:00", "2024-11-27T06:28:26.979243+00:00", "2024-11-27T08:28:34.085105+00:00", "2024-11-27T10:28:27.319493+00:00", "2024-11-27T12:28:35.219047+00:00", "2024-11-27T14:28:26.469011+00:00", "2024-11-27T16:28:36.407440+00:00", "2024-11-27T18:28:29.116643+00:00", "2024-11-27T20:28:27.257668+00:00", "2024-11-27T22:28:28.643860+00:00", "2024-11-28T00:28:30.392714+00:00", "2024-11-28T02:28:24.747195+00:00", "2024-11-28T04:28:26.938917+00:00", "2024-11-28T06:28:33.676169+00:00", "2024-11-28T08:28:30.564525+00:00", "2024-11-28T10:28:27.880829+00:00", "2024-11-28T12:28:28.772073+00:00", "2024-11-28T14:28:28.271518+00:00", "2024-11-28T16:28:28.055017+00:00", "2024-11-28T18:28:30.885546+00:00", "2024-11-28T20:28:28.577384+00:00", "2024-11-28T22:28:27.965720+00:00", "2024-11-29T00:28:24.846030+00:00", "2024-11-29T02:28:32.677658+00:00", "2024-11-29T04:28:37.027252+00:00", "2024-11-29T06:28:26.329596+00:00", "2024-11-29T08:28:29.820204+00:00", "2024-11-29T10:28:24.390040+00:00", "2024-11-29T12:28:26.894509+00:00", "2024-11-29T14:28:30.655306+00:00", "2024-11-29T16:28:28.049239+00:00", "2024-11-29T18:28:34.419647+00:00", "2024-11-29T20:28:29.595482+00:00", "2024-11-29T22:28:28.738447+00:00", "2024-11-30T00:28:29.671384+00:00", "2024-11-30T02:28:36.451290+00:00", "2024-11-30T04:28:28.599447+00:00", "2024-11-30T06:28:30.954462+00:00", "2024-11-30T08:28:32.178026+00:00", "2024-11-30T10:28:31.913121+00:00", "2024-11-30T12:28:35.238721+00:00", "2024-11-30T14:28:30.732236+00:00", "2024-11-30T16:28:25.176086+00:00", "2024-11-30T18:28:26.559552+00:00", "2024-11-30T20:28:32.378139+00:00", "2024-11-30T22:28:29.527740+00:00", "2024-12-01T00:28:27.384798+00:00", "2024-12-01T02:28:29.656687+00:00", "2024-12-01T04:28:31.741038+00:00", "2024-12-01T06:28:29.574329+00:00", "2024-12-01T08:28:28.980580+00:00", "2024-12-01T10:28:28.973626+00:00", "2024-12-01T12:28:28.385994+00:00", "2024-12-01T14:28:27.101659+00:00", "2024-12-01T16:28:30.499835+00:00", "2024-12-01T18:28:27.195336+00:00", "2024-12-01T20:28:24.503114+00:00", "2024-12-01T22:28:29.435788+00:00"], "y": [197, 197, 197, 197, 197, 196, 196, 196, 197, 197, 196, 196, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 196, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 196, 197, 197, 197, 197, 197, 198, 198, 198, 198, 198, 198, 198, 197, 197, 198, 198, 198, 197, 199, 198, 198, 200, 199, 199, 200, 199, 200, 201, 200, 200, 200, 200, 199, 200, 200, 200, 199, 198, 199, 199, 199, 199, 200, 201, 200, 201, 200, 202, 200, 200, 200, 199, 200, 200, 200, 200, 200, 200, 200, 201, 201, 201, 201, 201, 200, 200, 200, 200, 200, 200, 200, 200, 199, 199, 198], "type": "scatter"}, {"hovertemplate": "/b91746b45e0346cc2f815a520b9c6cb4d5c0902af848db0a80f85932d2e8276a/grandpa/1
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
", "line": {"color": "#c44e52", "dash": "dash"}, "mode": "lines", "name": "/b91746b45e0346cc2f815a520b9c6cb4d5c0902af848db0a80f85932d2e8276a/grandpa/1", "opacity": 0.7, "x": ["2024-11-25T00:10:39.677221+00:00", "2024-11-25T00:40:38.977619+00:00", "2024-11-25T01:10:38.812013+00:00", "2024-11-25T01:40:45.730964+00:00", "2024-11-25T02:10:37.088996+00:00", "2024-11-25T02:40:41.429579+00:00", "2024-11-25T03:10:38.465123+00:00", "2024-11-25T03:40:37.402302+00:00", "2024-11-25T04:10:36.685532+00:00", "2024-11-25T04:40:39.652136+00:00", "2024-11-25T05:10:37.960341+00:00", "2024-11-25T05:40:38.459843+00:00", "2024-11-25T06:10:37.984540+00:00", "2024-11-25T06:40:40.519283+00:00", "2024-11-25T07:10:43.502790+00:00", "2024-11-25T07:40:39.099825+00:00", "2024-11-25T08:10:38.801127+00:00", "2024-11-25T08:40:44.102963+00:00", "2024-11-25T09:10:42.378533+00:00", "2024-11-25T09:40:37.642553+00:00", "2024-11-25T10:10:39.963741+00:00", "2024-11-25T10:40:44.353076+00:00", "2024-11-25T11:10:53.926088+00:00", "2024-11-25T11:40:39.026418+00:00", "2024-11-25T12:10:53.442349+00:00", "2024-11-25T12:40:40.046929+00:00", "2024-11-25T13:10:37.029362+00:00", "2024-11-25T13:40:35.202978+00:00", "2024-11-25T14:10:51.373768+00:00", "2024-11-25T14:40:41.483162+00:00", "2024-11-25T15:10:41.767110+00:00", "2024-11-25T15:40:37.928585+00:00", "2024-11-25T16:10:42.011715+00:00", "2024-11-25T16:40:42.906804+00:00", "2024-11-25T17:10:38.623089+00:00", "2024-11-25T17:40:39.640170+00:00", "2024-11-25T18:10:43.413978+00:00", "2024-11-25T18:40:37.190645+00:00", "2024-11-25T19:10:48.661990+00:00", "2024-11-25T19:40:40.086347+00:00", "2024-11-25T20:10:38.398623+00:00", "2024-11-25T20:40:36.718008+00:00", "2024-11-25T21:10:40.473922+00:00", "2024-11-25T21:40:39.270834+00:00", "2024-11-25T22:10:38.413422+00:00", "2024-11-25T22:40:37.112224+00:00", "2024-11-25T23:10:38.497130+00:00", "2024-11-25T23:40:38.161686+00:00", "2024-11-26T00:10:40.398381+00:00", "2024-11-26T00:40:40.290316+00:00", "2024-11-26T01:10:36.612648+00:00", "2024-11-26T01:40:43.463935+00:00", "2024-11-26T02:10:39.873792+00:00", "2024-11-26T02:40:37.964913+00:00", "2024-11-26T03:10:40.017977+00:00", "2024-11-26T03:40:39.174932+00:00", "2024-11-26T04:10:37.531667+00:00", "2024-11-26T04:40:38.728656+00:00", "2024-11-26T05:10:40.144074+00:00", "2024-11-26T05:40:36.210500+00:00", "2024-11-26T06:10:39.890940+00:00", "2024-11-26T06:40:39.928897+00:00", "2024-11-26T07:10:40.117409+00:00", "2024-11-26T07:40:41.293077+00:00", "2024-11-26T08:10:38.183260+00:00", "2024-11-26T08:40:41.971167+00:00", "2024-11-26T09:10:38.739740+00:00", "2024-11-26T09:40:35.839136+00:00", "2024-11-26T10:10:39.124793+00:00", "2024-11-26T10:40:36.913053+00:00", "2024-11-26T11:10:46.791108+00:00", "2024-11-26T11:40:35.269087+00:00", "2024-11-26T12:10:37.039635+00:00", "2024-11-26T12:40:37.875948+00:00", "2024-11-26T13:10:37.513941+00:00", "2024-11-26T13:40:36.770536+00:00", "2024-11-26T14:10:39.938744+00:00", "2024-11-26T14:40:36.903117+00:00", "2024-11-26T15:10:40.208920+00:00", "2024-11-26T15:40:37.525809+00:00", "2024-11-26T16:28:26.185936+00:00", "2024-11-26T18:28:27.483157+00:00", "2024-11-26T20:28:28.808379+00:00", "2024-11-26T22:28:34.388074+00:00", "2024-11-27T00:28:27.456845+00:00", "2024-11-27T02:28:28.634644+00:00", "2024-11-27T04:28:36.038633+00:00", "2024-11-27T06:28:26.979243+00:00", "2024-11-27T08:28:34.085105+00:00", "2024-11-27T10:28:27.319493+00:00", "2024-11-27T12:28:35.219047+00:00", "2024-11-27T14:28:26.469011+00:00", "2024-11-27T16:28:36.407440+00:00", "2024-11-27T18:28:29.116643+00:00", "2024-11-27T20:28:27.257668+00:00", "2024-11-27T22:28:28.643860+00:00", "2024-11-28T00:28:30.392714+00:00", "2024-11-28T02:28:24.747195+00:00", "2024-11-28T04:28:26.938917+00:00", "2024-11-28T06:28:33.676169+00:00", "2024-11-28T08:28:30.564525+00:00", "2024-11-28T10:28:27.880829+00:00", "2024-11-28T12:28:28.772073+00:00", "2024-11-28T14:28:28.271518+00:00", "2024-11-28T16:28:28.055017+00:00", "2024-11-28T18:28:30.885546+00:00", "2024-11-28T20:28:28.577384+00:00", "2024-11-28T22:28:27.965720+00:00", "2024-11-29T00:28:24.846030+00:00", "2024-11-29T02:28:32.677658+00:00", "2024-11-29T04:28:37.027252+00:00", "2024-11-29T06:28:26.329596+00:00", "2024-11-29T08:28:29.820204+00:00", "2024-11-29T10:28:24.390040+00:00", "2024-11-29T12:28:26.894509+00:00", "2024-11-29T14:28:30.655306+00:00", "2024-11-29T16:28:28.049239+00:00", "2024-11-29T18:28:34.419647+00:00", "2024-11-29T20:28:29.595482+00:00", "2024-11-29T22:28:28.738447+00:00", "2024-11-30T00:28:29.671384+00:00", "2024-11-30T02:28:36.451290+00:00", "2024-11-30T04:28:28.599447+00:00", "2024-11-30T06:28:30.954462+00:00", "2024-11-30T08:28:32.178026+00:00", "2024-11-30T10:28:31.913121+00:00", "2024-11-30T12:28:35.238721+00:00", "2024-11-30T14:28:30.732236+00:00", "2024-11-30T16:28:25.176086+00:00", "2024-11-30T18:28:26.559552+00:00", "2024-11-30T20:28:32.378139+00:00", "2024-11-30T22:28:29.527740+00:00", "2024-12-01T00:28:27.384798+00:00", "2024-12-01T02:28:29.656687+00:00", "2024-12-01T04:28:31.741038+00:00", "2024-12-01T06:28:29.574329+00:00", "2024-12-01T08:28:28.980580+00:00", "2024-12-01T10:28:28.973626+00:00", "2024-12-01T12:28:28.385994+00:00", "2024-12-01T14:28:27.101659+00:00", "2024-12-01T16:28:30.499835+00:00", "2024-12-01T18:28:27.195336+00:00", "2024-12-01T20:28:24.503114+00:00", "2024-12-01T22:28:29.435788+00:00"], "y": [197, 197, 197, 197, 197, 196, 196, 196, 197, 197, 196, 196, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 196, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 196, 197, 197, 197, 197, 197, 198, 198, 198, 198, 198, 198, 198, 197, 197, 198, 198, 198, 197, 199, 198, 198, 200, 199, 199, 200, 199, 200, 201, 200, 200, 200, 200, 199, 200, 200, 200, 199, 198, 199, 199, 199, 199, 200, 201, 200, 201, 200, 202, 200, 200, 200, 199, 200, 200, 200, 200, 200, 200, 200, 201, 201, 201, 201, 201, 200, 200, 200, 200, 200, 200, 200, 200, 199, 199, 198], "type": "scatter"}, {"hovertemplate": "/b91746b45e0346cc2f815a520b9c6cb4d5c0902af848db0a80f85932d2e8276a/block-announces/1
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
", "line": {"color": "#8172b3", "dash": "dot"}, "mode": "lines", "name": "/b91746b45e0346cc2f815a520b9c6cb4d5c0902af848db0a80f85932d2e8276a/block-announces/1", "opacity": 0.7, "x": ["2024-11-25T00:10:39.677221+00:00", "2024-11-25T00:40:38.977619+00:00", "2024-11-25T01:10:38.812013+00:00", "2024-11-25T01:40:45.730964+00:00", "2024-11-25T02:10:37.088996+00:00", "2024-11-25T02:40:41.429579+00:00", "2024-11-25T03:10:38.465123+00:00", "2024-11-25T03:40:37.402302+00:00", "2024-11-25T04:10:36.685532+00:00", "2024-11-25T04:40:39.652136+00:00", "2024-11-25T05:10:37.960341+00:00", "2024-11-25T05:40:38.459843+00:00", "2024-11-25T06:10:37.984540+00:00", "2024-11-25T06:40:40.519283+00:00", "2024-11-25T07:10:43.502790+00:00", "2024-11-25T07:40:39.099825+00:00", "2024-11-25T08:10:38.801127+00:00", "2024-11-25T08:40:44.102963+00:00", "2024-11-25T09:10:42.378533+00:00", "2024-11-25T09:40:37.642553+00:00", "2024-11-25T10:10:39.963741+00:00", "2024-11-25T10:40:44.353076+00:00", "2024-11-25T11:10:53.926088+00:00", "2024-11-25T11:40:39.026418+00:00", "2024-11-25T12:10:53.442349+00:00", "2024-11-25T12:40:40.046929+00:00", "2024-11-25T13:10:37.029362+00:00", "2024-11-25T13:40:35.202978+00:00", "2024-11-25T14:10:51.373768+00:00", "2024-11-25T14:40:41.483162+00:00", "2024-11-25T15:10:41.767110+00:00", "2024-11-25T15:40:37.928585+00:00", "2024-11-25T16:10:42.011715+00:00", "2024-11-25T16:40:42.906804+00:00", "2024-11-25T17:10:38.623089+00:00", "2024-11-25T17:40:39.640170+00:00", "2024-11-25T18:10:43.413978+00:00", "2024-11-25T18:40:37.190645+00:00", "2024-11-25T19:10:48.661990+00:00", "2024-11-25T19:40:40.086347+00:00", "2024-11-25T20:10:38.398623+00:00", "2024-11-25T20:40:36.718008+00:00", "2024-11-25T21:10:40.473922+00:00", "2024-11-25T21:40:39.270834+00:00", "2024-11-25T22:10:38.413422+00:00", "2024-11-25T22:40:37.112224+00:00", "2024-11-25T23:10:38.497130+00:00", "2024-11-25T23:40:38.161686+00:00", "2024-11-26T00:10:40.398381+00:00", "2024-11-26T00:40:40.290316+00:00", "2024-11-26T01:10:36.612648+00:00", "2024-11-26T01:40:43.463935+00:00", "2024-11-26T02:10:39.873792+00:00", "2024-11-26T02:40:37.964913+00:00", "2024-11-26T03:10:40.017977+00:00", "2024-11-26T03:40:39.174932+00:00", "2024-11-26T04:10:37.531667+00:00", "2024-11-26T04:40:38.728656+00:00", "2024-11-26T05:10:40.144074+00:00", "2024-11-26T05:40:36.210500+00:00", "2024-11-26T06:10:39.890940+00:00", "2024-11-26T06:40:39.928897+00:00", "2024-11-26T07:10:40.117409+00:00", "2024-11-26T07:40:41.293077+00:00", "2024-11-26T08:10:38.183260+00:00", "2024-11-26T08:40:41.971167+00:00", "2024-11-26T09:10:38.739740+00:00", "2024-11-26T09:40:35.839136+00:00", "2024-11-26T10:10:39.124793+00:00", "2024-11-26T10:40:36.913053+00:00", "2024-11-26T11:10:46.791108+00:00", "2024-11-26T11:40:35.269087+00:00", "2024-11-26T12:10:37.039635+00:00", "2024-11-26T12:40:37.875948+00:00", "2024-11-26T13:10:37.513941+00:00", "2024-11-26T13:40:36.770536+00:00", "2024-11-26T14:10:39.938744+00:00", "2024-11-26T14:40:36.903117+00:00", "2024-11-26T15:10:40.208920+00:00", "2024-11-26T15:40:37.525809+00:00", "2024-11-26T16:28:26.185936+00:00", "2024-11-26T18:28:27.483157+00:00", "2024-11-26T20:28:28.808379+00:00", "2024-11-26T22:28:34.388074+00:00", "2024-11-27T00:28:27.456845+00:00", "2024-11-27T02:28:28.634644+00:00", "2024-11-27T04:28:36.038633+00:00", "2024-11-27T06:28:26.979243+00:00", "2024-11-27T08:28:34.085105+00:00", "2024-11-27T10:28:27.319493+00:00", "2024-11-27T12:28:35.219047+00:00", "2024-11-27T14:28:26.469011+00:00", "2024-11-27T16:28:36.407440+00:00", "2024-11-27T18:28:29.116643+00:00", "2024-11-27T20:28:27.257668+00:00", "2024-11-27T22:28:28.643860+00:00", "2024-11-28T00:28:30.392714+00:00", "2024-11-28T02:28:24.747195+00:00", "2024-11-28T04:28:26.938917+00:00", "2024-11-28T06:28:33.676169+00:00", "2024-11-28T08:28:30.564525+00:00", "2024-11-28T10:28:27.880829+00:00", "2024-11-28T12:28:28.772073+00:00", "2024-11-28T14:28:28.271518+00:00", "2024-11-28T16:28:28.055017+00:00", "2024-11-28T18:28:30.885546+00:00", "2024-11-28T20:28:28.577384+00:00", "2024-11-28T22:28:27.965720+00:00", "2024-11-29T00:28:24.846030+00:00", "2024-11-29T02:28:32.677658+00:00", "2024-11-29T04:28:37.027252+00:00", "2024-11-29T06:28:26.329596+00:00", "2024-11-29T08:28:29.820204+00:00", "2024-11-29T10:28:24.390040+00:00", "2024-11-29T12:28:26.894509+00:00", "2024-11-29T14:28:30.655306+00:00", "2024-11-29T16:28:28.049239+00:00", "2024-11-29T18:28:34.419647+00:00", "2024-11-29T20:28:29.595482+00:00", "2024-11-29T22:28:28.738447+00:00", "2024-11-30T00:28:29.671384+00:00", "2024-11-30T02:28:36.451290+00:00", "2024-11-30T04:28:28.599447+00:00", "2024-11-30T06:28:30.954462+00:00", "2024-11-30T08:28:32.178026+00:00", "2024-11-30T10:28:31.913121+00:00", "2024-11-30T12:28:35.238721+00:00", "2024-11-30T14:28:30.732236+00:00", "2024-11-30T16:28:25.176086+00:00", "2024-11-30T18:28:26.559552+00:00", "2024-11-30T20:28:32.378139+00:00", "2024-11-30T22:28:29.527740+00:00", "2024-12-01T00:28:27.384798+00:00", "2024-12-01T02:28:29.656687+00:00", "2024-12-01T04:28:31.741038+00:00", "2024-12-01T06:28:29.574329+00:00", "2024-12-01T08:28:28.980580+00:00", "2024-12-01T10:28:28.973626+00:00", "2024-12-01T12:28:28.385994+00:00", "2024-12-01T14:28:27.101659+00:00", "2024-12-01T16:28:30.499835+00:00", "2024-12-01T18:28:27.195336+00:00", "2024-12-01T20:28:24.503114+00:00", "2024-12-01T22:28:29.435788+00:00"], "y": [197, 197, 197, 197, 197, 196, 196, 196, 197, 197, 196, 196, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 196, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 196, 197, 197, 197, 197, 197, 198, 198, 198, 198, 198, 198, 198, 197, 197, 198, 198, 198, 197, 199, 198, 198, 200, 199, 199, 200, 199, 200, 201, 200, 200, 200, 200, 199, 200, 200, 200, 199, 198, 199, 199, 199, 199, 200, 201, 200, 201, 200, 202, 200, 200, 200, 199, 200, 200, 200, 200, 200, 200, 200, 201, 201, 201, 201, 201, 200, 200, 200, 200, 200, 200, 200, 200, 199, 199, 198], "type": "scatter"}, {"hovertemplate": "/b91746b45e0346cc2f815a520b9c6cb4d5c0902af848db0a80f85932d2e8276a/state/2
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
", "line": {"color": "#937860", "dash": "dashdot"}, "mode": "lines", "name": "/b91746b45e0346cc2f815a520b9c6cb4d5c0902af848db0a80f85932d2e8276a/state/2", "opacity": 0.7, "x": ["2024-11-25T00:10:39.677221+00:00", "2024-11-25T00:40:38.977619+00:00", "2024-11-25T01:10:38.812013+00:00", "2024-11-25T01:40:45.730964+00:00", "2024-11-25T02:10:37.088996+00:00", "2024-11-25T02:40:41.429579+00:00", "2024-11-25T03:10:38.465123+00:00", "2024-11-25T03:40:37.402302+00:00", "2024-11-25T04:10:36.685532+00:00", "2024-11-25T04:40:39.652136+00:00", "2024-11-25T05:10:37.960341+00:00", "2024-11-25T05:40:38.459843+00:00", "2024-11-25T06:10:37.984540+00:00", "2024-11-25T06:40:40.519283+00:00", "2024-11-25T07:10:43.502790+00:00", "2024-11-25T07:40:39.099825+00:00", "2024-11-25T08:10:38.801127+00:00", "2024-11-25T08:40:44.102963+00:00", "2024-11-25T09:10:42.378533+00:00", "2024-11-25T09:40:37.642553+00:00", "2024-11-25T10:10:39.963741+00:00", "2024-11-25T10:40:44.353076+00:00", "2024-11-25T11:10:53.926088+00:00", "2024-11-25T11:40:39.026418+00:00", "2024-11-25T12:10:53.442349+00:00", "2024-11-25T12:40:40.046929+00:00", "2024-11-25T13:10:37.029362+00:00", "2024-11-25T13:40:35.202978+00:00", "2024-11-25T14:10:51.373768+00:00", "2024-11-25T14:40:41.483162+00:00", "2024-11-25T15:10:41.767110+00:00", "2024-11-25T15:40:37.928585+00:00", "2024-11-25T16:10:42.011715+00:00", "2024-11-25T16:40:42.906804+00:00", "2024-11-25T17:10:38.623089+00:00", "2024-11-25T17:40:39.640170+00:00", "2024-11-25T18:10:43.413978+00:00", "2024-11-25T18:40:37.190645+00:00", "2024-11-25T19:10:48.661990+00:00", "2024-11-25T19:40:40.086347+00:00", "2024-11-25T20:10:38.398623+00:00", "2024-11-25T20:40:36.718008+00:00", "2024-11-25T21:10:40.473922+00:00", "2024-11-25T21:40:39.270834+00:00", "2024-11-25T22:10:38.413422+00:00", "2024-11-25T22:40:37.112224+00:00", "2024-11-25T23:10:38.497130+00:00", "2024-11-25T23:40:38.161686+00:00", "2024-11-26T00:10:40.398381+00:00", "2024-11-26T00:40:40.290316+00:00", "2024-11-26T01:10:36.612648+00:00", "2024-11-26T01:40:43.463935+00:00", "2024-11-26T02:10:39.873792+00:00", "2024-11-26T02:40:37.964913+00:00", "2024-11-26T03:10:40.017977+00:00", "2024-11-26T03:40:39.174932+00:00", "2024-11-26T04:10:37.531667+00:00", "2024-11-26T04:40:38.728656+00:00", "2024-11-26T05:10:40.144074+00:00", "2024-11-26T05:40:36.210500+00:00", "2024-11-26T06:10:39.890940+00:00", "2024-11-26T06:40:39.928897+00:00", "2024-11-26T07:10:40.117409+00:00", "2024-11-26T07:40:41.293077+00:00", "2024-11-26T08:10:38.183260+00:00", "2024-11-26T08:40:41.971167+00:00", "2024-11-26T09:10:38.739740+00:00", "2024-11-26T09:40:35.839136+00:00", "2024-11-26T10:10:39.124793+00:00", "2024-11-26T10:40:36.913053+00:00", "2024-11-26T11:10:46.791108+00:00", "2024-11-26T11:40:35.269087+00:00", "2024-11-26T12:10:37.039635+00:00", "2024-11-26T12:40:37.875948+00:00", "2024-11-26T13:10:37.513941+00:00", "2024-11-26T13:40:36.770536+00:00", "2024-11-26T14:10:39.938744+00:00", "2024-11-26T14:40:36.903117+00:00", "2024-11-26T15:10:40.208920+00:00", "2024-11-26T15:40:37.525809+00:00", "2024-11-26T16:28:26.185936+00:00", "2024-11-26T18:28:27.483157+00:00", "2024-11-26T20:28:28.808379+00:00", "2024-11-26T22:28:34.388074+00:00", "2024-11-27T00:28:27.456845+00:00", "2024-11-27T02:28:28.634644+00:00", "2024-11-27T04:28:36.038633+00:00", "2024-11-27T06:28:26.979243+00:00", "2024-11-27T08:28:34.085105+00:00", "2024-11-27T10:28:27.319493+00:00", "2024-11-27T12:28:35.219047+00:00", "2024-11-27T14:28:26.469011+00:00", "2024-11-27T16:28:36.407440+00:00", "2024-11-27T18:28:29.116643+00:00", "2024-11-27T20:28:27.257668+00:00", "2024-11-27T22:28:28.643860+00:00", "2024-11-28T00:28:30.392714+00:00", "2024-11-28T02:28:24.747195+00:00", "2024-11-28T04:28:26.938917+00:00", "2024-11-28T06:28:33.676169+00:00", "2024-11-28T08:28:30.564525+00:00", "2024-11-28T10:28:27.880829+00:00", "2024-11-28T12:28:28.772073+00:00", "2024-11-28T14:28:28.271518+00:00", "2024-11-28T16:28:28.055017+00:00", "2024-11-28T18:28:30.885546+00:00", "2024-11-28T20:28:28.577384+00:00", "2024-11-28T22:28:27.965720+00:00", "2024-11-29T00:28:24.846030+00:00", "2024-11-29T02:28:32.677658+00:00", "2024-11-29T04:28:37.027252+00:00", "2024-11-29T06:28:26.329596+00:00", "2024-11-29T08:28:29.820204+00:00", "2024-11-29T10:28:24.390040+00:00", "2024-11-29T12:28:26.894509+00:00", "2024-11-29T14:28:30.655306+00:00", "2024-11-29T16:28:28.049239+00:00", "2024-11-29T18:28:34.419647+00:00", "2024-11-29T20:28:29.595482+00:00", "2024-11-29T22:28:28.738447+00:00", "2024-11-30T00:28:29.671384+00:00", "2024-11-30T02:28:36.451290+00:00", "2024-11-30T04:28:28.599447+00:00", "2024-11-30T06:28:30.954462+00:00", "2024-11-30T08:28:32.178026+00:00", "2024-11-30T10:28:31.913121+00:00", "2024-11-30T12:28:35.238721+00:00", "2024-11-30T14:28:30.732236+00:00", "2024-11-30T16:28:25.176086+00:00", "2024-11-30T18:28:26.559552+00:00", "2024-11-30T20:28:32.378139+00:00", "2024-11-30T22:28:29.527740+00:00", "2024-12-01T00:28:27.384798+00:00", "2024-12-01T02:28:29.656687+00:00", "2024-12-01T04:28:31.741038+00:00", "2024-12-01T06:28:29.574329+00:00", "2024-12-01T08:28:28.980580+00:00", "2024-12-01T10:28:28.973626+00:00", "2024-12-01T12:28:28.385994+00:00", "2024-12-01T14:28:27.101659+00:00", "2024-12-01T16:28:30.499835+00:00", "2024-12-01T18:28:27.195336+00:00", "2024-12-01T20:28:24.503114+00:00", "2024-12-01T22:28:29.435788+00:00"], "y": [197, 197, 197, 197, 197, 196, 196, 196, 197, 197, 196, 196, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 196, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 196, 197, 197, 197, 197, 197, 198, 198, 198, 198, 198, 198, 198, 197, 197, 198, 198, 198, 197, 199, 198, 198, 200, 199, 199, 200, 199, 200, 201, 200, 200, 200, 200, 199, 200, 200, 200, 199, 198, 199, 199, 199, 199, 200, 201, 200, 201, 200, 202, 200, 200, 200, 199, 200, 200, 200, 200, 200, 200, 200, 201, 201, 201, 201, 201, 200, 200, 200, 200, 200, 200, 200, 200, 199, 199, 198], "type": "scatter"}, {"hovertemplate": "/b91746b45e0346cc2f815a520b9c6cb4d5c0902af848db0a80f85932d2e8276a/sync/2
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
", "line": {"color": "#da8bc3", "dash": "solid"}, "mode": "lines", "name": "/b91746b45e0346cc2f815a520b9c6cb4d5c0902af848db0a80f85932d2e8276a/sync/2", "opacity": 0.7, "x": ["2024-11-25T00:10:39.677221+00:00", "2024-11-25T00:40:38.977619+00:00", "2024-11-25T01:10:38.812013+00:00", "2024-11-25T01:40:45.730964+00:00", "2024-11-25T02:10:37.088996+00:00", "2024-11-25T02:40:41.429579+00:00", "2024-11-25T03:10:38.465123+00:00", "2024-11-25T03:40:37.402302+00:00", "2024-11-25T04:10:36.685532+00:00", "2024-11-25T04:40:39.652136+00:00", "2024-11-25T05:10:37.960341+00:00", "2024-11-25T05:40:38.459843+00:00", "2024-11-25T06:10:37.984540+00:00", "2024-11-25T06:40:40.519283+00:00", "2024-11-25T07:10:43.502790+00:00", "2024-11-25T07:40:39.099825+00:00", "2024-11-25T08:10:38.801127+00:00", "2024-11-25T08:40:44.102963+00:00", "2024-11-25T09:10:42.378533+00:00", "2024-11-25T09:40:37.642553+00:00", "2024-11-25T10:10:39.963741+00:00", "2024-11-25T10:40:44.353076+00:00", "2024-11-25T11:10:53.926088+00:00", "2024-11-25T11:40:39.026418+00:00", "2024-11-25T12:10:53.442349+00:00", "2024-11-25T12:40:40.046929+00:00", "2024-11-25T13:10:37.029362+00:00", "2024-11-25T13:40:35.202978+00:00", "2024-11-25T14:10:51.373768+00:00", "2024-11-25T14:40:41.483162+00:00", "2024-11-25T15:10:41.767110+00:00", "2024-11-25T15:40:37.928585+00:00", "2024-11-25T16:10:42.011715+00:00", "2024-11-25T16:40:42.906804+00:00", "2024-11-25T17:10:38.623089+00:00", "2024-11-25T17:40:39.640170+00:00", "2024-11-25T18:10:43.413978+00:00", "2024-11-25T18:40:37.190645+00:00", "2024-11-25T19:10:48.661990+00:00", "2024-11-25T19:40:40.086347+00:00", "2024-11-25T20:10:38.398623+00:00", "2024-11-25T20:40:36.718008+00:00", "2024-11-25T21:10:40.473922+00:00", "2024-11-25T21:40:39.270834+00:00", "2024-11-25T22:10:38.413422+00:00", "2024-11-25T22:40:37.112224+00:00", "2024-11-25T23:10:38.497130+00:00", "2024-11-25T23:40:38.161686+00:00", "2024-11-26T00:10:40.398381+00:00", "2024-11-26T00:40:40.290316+00:00", "2024-11-26T01:10:36.612648+00:00", "2024-11-26T01:40:43.463935+00:00", "2024-11-26T02:10:39.873792+00:00", "2024-11-26T02:40:37.964913+00:00", "2024-11-26T03:10:40.017977+00:00", "2024-11-26T03:40:39.174932+00:00", "2024-11-26T04:10:37.531667+00:00", "2024-11-26T04:40:38.728656+00:00", "2024-11-26T05:10:40.144074+00:00", "2024-11-26T05:40:36.210500+00:00", "2024-11-26T06:10:39.890940+00:00", "2024-11-26T06:40:39.928897+00:00", "2024-11-26T07:10:40.117409+00:00", "2024-11-26T07:40:41.293077+00:00", "2024-11-26T08:10:38.183260+00:00", "2024-11-26T08:40:41.971167+00:00", "2024-11-26T09:10:38.739740+00:00", "2024-11-26T09:40:35.839136+00:00", "2024-11-26T10:10:39.124793+00:00", "2024-11-26T10:40:36.913053+00:00", "2024-11-26T11:10:46.791108+00:00", "2024-11-26T11:40:35.269087+00:00", "2024-11-26T12:10:37.039635+00:00", "2024-11-26T12:40:37.875948+00:00", "2024-11-26T13:10:37.513941+00:00", "2024-11-26T13:40:36.770536+00:00", "2024-11-26T14:10:39.938744+00:00", "2024-11-26T14:40:36.903117+00:00", "2024-11-26T15:10:40.208920+00:00", "2024-11-26T15:40:37.525809+00:00", "2024-11-26T16:28:26.185936+00:00", "2024-11-26T18:28:27.483157+00:00", "2024-11-26T20:28:28.808379+00:00", "2024-11-26T22:28:34.388074+00:00", "2024-11-27T00:28:27.456845+00:00", "2024-11-27T02:28:28.634644+00:00", "2024-11-27T04:28:36.038633+00:00", "2024-11-27T06:28:26.979243+00:00", "2024-11-27T08:28:34.085105+00:00", "2024-11-27T10:28:27.319493+00:00", "2024-11-27T12:28:35.219047+00:00", "2024-11-27T14:28:26.469011+00:00", "2024-11-27T16:28:36.407440+00:00", "2024-11-27T18:28:29.116643+00:00", "2024-11-27T20:28:27.257668+00:00", "2024-11-27T22:28:28.643860+00:00", "2024-11-28T00:28:30.392714+00:00", "2024-11-28T02:28:24.747195+00:00", "2024-11-28T04:28:26.938917+00:00", "2024-11-28T06:28:33.676169+00:00", "2024-11-28T08:28:30.564525+00:00", "2024-11-28T10:28:27.880829+00:00", "2024-11-28T12:28:28.772073+00:00", "2024-11-28T14:28:28.271518+00:00", "2024-11-28T16:28:28.055017+00:00", "2024-11-28T18:28:30.885546+00:00", "2024-11-28T20:28:28.577384+00:00", "2024-11-28T22:28:27.965720+00:00", "2024-11-29T00:28:24.846030+00:00", "2024-11-29T02:28:32.677658+00:00", "2024-11-29T04:28:37.027252+00:00", "2024-11-29T06:28:26.329596+00:00", "2024-11-29T08:28:29.820204+00:00", "2024-11-29T10:28:24.390040+00:00", "2024-11-29T12:28:26.894509+00:00", "2024-11-29T14:28:30.655306+00:00", "2024-11-29T16:28:28.049239+00:00", "2024-11-29T18:28:34.419647+00:00", "2024-11-29T20:28:29.595482+00:00", "2024-11-29T22:28:28.738447+00:00", "2024-11-30T00:28:29.671384+00:00", "2024-11-30T02:28:36.451290+00:00", "2024-11-30T04:28:28.599447+00:00", "2024-11-30T06:28:30.954462+00:00", "2024-11-30T08:28:32.178026+00:00", "2024-11-30T10:28:31.913121+00:00", "2024-11-30T12:28:35.238721+00:00", "2024-11-30T14:28:30.732236+00:00", "2024-11-30T16:28:25.176086+00:00", "2024-11-30T18:28:26.559552+00:00", "2024-11-30T20:28:32.378139+00:00", "2024-11-30T22:28:29.527740+00:00", "2024-12-01T00:28:27.384798+00:00", "2024-12-01T02:28:29.656687+00:00", "2024-12-01T04:28:31.741038+00:00", "2024-12-01T06:28:29.574329+00:00", "2024-12-01T08:28:28.980580+00:00", "2024-12-01T10:28:28.973626+00:00", "2024-12-01T12:28:28.385994+00:00", "2024-12-01T14:28:27.101659+00:00", "2024-12-01T16:28:30.499835+00:00", "2024-12-01T18:28:27.195336+00:00", "2024-12-01T20:28:24.503114+00:00", "2024-12-01T22:28:29.435788+00:00"], "y": [197, 197, 197, 197, 197, 196, 196, 196, 197, 197, 196, 196, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 196, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 196, 197, 197, 197, 197, 197, 198, 198, 198, 198, 198, 198, 198, 197, 197, 198, 198, 198, 197, 199, 198, 198, 200, 199, 199, 200, 199, 200, 201, 200, 200, 200, 200, 199, 200, 200, 200, 199, 198, 199, 199, 199, 199, 200, 201, 200, 201, 200, 202, 200, 200, 200, 199, 200, 200, 200, 200, 200, 200, 200, 201, 201, 201, 201, 201, 200, 200, 200, 200, 200, 200, 200, 200, 199, 199, 198], "type": "scatter"}, {"hovertemplate": "/b91746b45e0346cc2f815a520b9c6cb4d5c0902af848db0a80f85932d2e8276a/sync/warp
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
", "line": {"color": "#8c8c8c", "dash": "dash"}, "mode": "lines", "name": "/b91746b45e0346cc2f815a520b9c6cb4d5c0902af848db0a80f85932d2e8276a/sync/warp", "opacity": 0.7, "x": ["2024-11-25T00:10:39.677221+00:00", "2024-11-25T00:40:38.977619+00:00", "2024-11-25T01:10:38.812013+00:00", "2024-11-25T01:40:45.730964+00:00", "2024-11-25T02:10:37.088996+00:00", "2024-11-25T02:40:41.429579+00:00", "2024-11-25T03:10:38.465123+00:00", "2024-11-25T03:40:37.402302+00:00", "2024-11-25T04:10:36.685532+00:00", "2024-11-25T04:40:39.652136+00:00", "2024-11-25T05:10:37.960341+00:00", "2024-11-25T05:40:38.459843+00:00", "2024-11-25T06:10:37.984540+00:00", "2024-11-25T06:40:40.519283+00:00", "2024-11-25T07:10:43.502790+00:00", "2024-11-25T07:40:39.099825+00:00", "2024-11-25T08:10:38.801127+00:00", "2024-11-25T08:40:44.102963+00:00", "2024-11-25T09:10:42.378533+00:00", "2024-11-25T09:40:37.642553+00:00", "2024-11-25T10:10:39.963741+00:00", "2024-11-25T10:40:44.353076+00:00", "2024-11-25T11:10:53.926088+00:00", "2024-11-25T11:40:39.026418+00:00", "2024-11-25T12:10:53.442349+00:00", "2024-11-25T12:40:40.046929+00:00", "2024-11-25T13:10:37.029362+00:00", "2024-11-25T13:40:35.202978+00:00", "2024-11-25T14:10:51.373768+00:00", "2024-11-25T14:40:41.483162+00:00", "2024-11-25T15:10:41.767110+00:00", "2024-11-25T15:40:37.928585+00:00", "2024-11-25T16:10:42.011715+00:00", "2024-11-25T16:40:42.906804+00:00", "2024-11-25T17:10:38.623089+00:00", "2024-11-25T17:40:39.640170+00:00", "2024-11-25T18:10:43.413978+00:00", "2024-11-25T18:40:37.190645+00:00", "2024-11-25T19:10:48.661990+00:00", "2024-11-25T19:40:40.086347+00:00", "2024-11-25T20:10:38.398623+00:00", "2024-11-25T20:40:36.718008+00:00", "2024-11-25T21:10:40.473922+00:00", "2024-11-25T21:40:39.270834+00:00", "2024-11-25T22:10:38.413422+00:00", "2024-11-25T22:40:37.112224+00:00", "2024-11-25T23:10:38.497130+00:00", "2024-11-25T23:40:38.161686+00:00", "2024-11-26T00:10:40.398381+00:00", "2024-11-26T00:40:40.290316+00:00", "2024-11-26T01:10:36.612648+00:00", "2024-11-26T01:40:43.463935+00:00", "2024-11-26T02:10:39.873792+00:00", "2024-11-26T02:40:37.964913+00:00", "2024-11-26T03:10:40.017977+00:00", "2024-11-26T03:40:39.174932+00:00", "2024-11-26T04:10:37.531667+00:00", "2024-11-26T04:40:38.728656+00:00", "2024-11-26T05:10:40.144074+00:00", "2024-11-26T05:40:36.210500+00:00", "2024-11-26T06:10:39.890940+00:00", "2024-11-26T06:40:39.928897+00:00", "2024-11-26T07:10:40.117409+00:00", "2024-11-26T07:40:41.293077+00:00", "2024-11-26T08:10:38.183260+00:00", "2024-11-26T08:40:41.971167+00:00", "2024-11-26T09:10:38.739740+00:00", "2024-11-26T09:40:35.839136+00:00", "2024-11-26T10:10:39.124793+00:00", "2024-11-26T10:40:36.913053+00:00", "2024-11-26T11:10:46.791108+00:00", "2024-11-26T11:40:35.269087+00:00", "2024-11-26T12:10:37.039635+00:00", "2024-11-26T12:40:37.875948+00:00", "2024-11-26T13:10:37.513941+00:00", "2024-11-26T13:40:36.770536+00:00", "2024-11-26T14:10:39.938744+00:00", "2024-11-26T14:40:36.903117+00:00", "2024-11-26T15:10:40.208920+00:00", "2024-11-26T15:40:37.525809+00:00", "2024-11-26T16:28:26.185936+00:00", "2024-11-26T18:28:27.483157+00:00", "2024-11-26T20:28:28.808379+00:00", "2024-11-26T22:28:34.388074+00:00", "2024-11-27T00:28:27.456845+00:00", "2024-11-27T02:28:28.634644+00:00", "2024-11-27T04:28:36.038633+00:00", "2024-11-27T06:28:26.979243+00:00", "2024-11-27T08:28:34.085105+00:00", "2024-11-27T10:28:27.319493+00:00", "2024-11-27T12:28:35.219047+00:00", "2024-11-27T14:28:26.469011+00:00", "2024-11-27T16:28:36.407440+00:00", "2024-11-27T18:28:29.116643+00:00", "2024-11-27T20:28:27.257668+00:00", "2024-11-27T22:28:28.643860+00:00", "2024-11-28T00:28:30.392714+00:00", "2024-11-28T02:28:24.747195+00:00", "2024-11-28T04:28:26.938917+00:00", "2024-11-28T06:28:33.676169+00:00", "2024-11-28T08:28:30.564525+00:00", "2024-11-28T10:28:27.880829+00:00", "2024-11-28T12:28:28.772073+00:00", "2024-11-28T14:28:28.271518+00:00", "2024-11-28T16:28:28.055017+00:00", "2024-11-28T18:28:30.885546+00:00", "2024-11-28T20:28:28.577384+00:00", "2024-11-28T22:28:27.965720+00:00", "2024-11-29T00:28:24.846030+00:00", "2024-11-29T02:28:32.677658+00:00", "2024-11-29T04:28:37.027252+00:00", "2024-11-29T06:28:26.329596+00:00", "2024-11-29T08:28:29.820204+00:00", "2024-11-29T10:28:24.390040+00:00", "2024-11-29T12:28:26.894509+00:00", "2024-11-29T14:28:30.655306+00:00", "2024-11-29T16:28:28.049239+00:00", "2024-11-29T18:28:34.419647+00:00", "2024-11-29T20:28:29.595482+00:00", "2024-11-29T22:28:28.738447+00:00", "2024-11-30T00:28:29.671384+00:00", "2024-11-30T02:28:36.451290+00:00", "2024-11-30T04:28:28.599447+00:00", "2024-11-30T06:28:30.954462+00:00", "2024-11-30T08:28:32.178026+00:00", "2024-11-30T10:28:31.913121+00:00", "2024-11-30T12:28:35.238721+00:00", "2024-11-30T14:28:30.732236+00:00", "2024-11-30T16:28:25.176086+00:00", "2024-11-30T18:28:26.559552+00:00", "2024-11-30T20:28:32.378139+00:00", "2024-11-30T22:28:29.527740+00:00", "2024-12-01T00:28:27.384798+00:00", "2024-12-01T02:28:29.656687+00:00", "2024-12-01T04:28:31.741038+00:00", "2024-12-01T06:28:29.574329+00:00", "2024-12-01T08:28:28.980580+00:00", "2024-12-01T10:28:28.973626+00:00", "2024-12-01T12:28:28.385994+00:00", "2024-12-01T14:28:27.101659+00:00", "2024-12-01T16:28:30.499835+00:00", "2024-12-01T18:28:27.195336+00:00", "2024-12-01T20:28:24.503114+00:00", "2024-12-01T22:28:29.435788+00:00"], "y": [197, 197, 197, 197, 197, 196, 196, 196, 197, 197, 196, 196, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 196, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 196, 197, 197, 197, 197, 197, 198, 198, 198, 198, 198, 198, 198, 197, 197, 198, 198, 198, 197, 199, 198, 198, 200, 199, 199, 200, 199, 200, 201, 200, 200, 200, 200, 199, 200, 200, 200, 199, 198, 199, 199, 199, 199, 200, 201, 200, 201, 200, 202, 200, 200, 200, 199, 200, 200, 200, 200, 200, 200, 200, 201, 201, 201, 201, 201, 200, 200, 200, 200, 200, 200, 200, 200, 199, 199, 198], "type": "scatter"}, {"hovertemplate": "/b91746b45e0346cc2f815a520b9c6cb4d5c0902af848db0a80f85932d2e8276a/transactions/1
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
", "line": {"color": "#ccb974", "dash": "dot"}, "mode": "lines", "name": "/b91746b45e0346cc2f815a520b9c6cb4d5c0902af848db0a80f85932d2e8276a/transactions/1", "opacity": 0.7, "x": ["2024-11-25T00:10:39.677221+00:00", "2024-11-25T00:40:38.977619+00:00", "2024-11-25T01:10:38.812013+00:00", "2024-11-25T01:40:45.730964+00:00", "2024-11-25T02:10:37.088996+00:00", "2024-11-25T02:40:41.429579+00:00", "2024-11-25T03:10:38.465123+00:00", "2024-11-25T03:40:37.402302+00:00", "2024-11-25T04:10:36.685532+00:00", "2024-11-25T04:40:39.652136+00:00", "2024-11-25T05:10:37.960341+00:00", "2024-11-25T05:40:38.459843+00:00", "2024-11-25T06:10:37.984540+00:00", "2024-11-25T06:40:40.519283+00:00", "2024-11-25T07:10:43.502790+00:00", "2024-11-25T07:40:39.099825+00:00", "2024-11-25T08:10:38.801127+00:00", "2024-11-25T08:40:44.102963+00:00", "2024-11-25T09:10:42.378533+00:00", "2024-11-25T09:40:37.642553+00:00", "2024-11-25T10:10:39.963741+00:00", "2024-11-25T10:40:44.353076+00:00", "2024-11-25T11:10:53.926088+00:00", "2024-11-25T11:40:39.026418+00:00", "2024-11-25T12:10:53.442349+00:00", "2024-11-25T12:40:40.046929+00:00", "2024-11-25T13:10:37.029362+00:00", "2024-11-25T13:40:35.202978+00:00", "2024-11-25T14:10:51.373768+00:00", "2024-11-25T14:40:41.483162+00:00", "2024-11-25T15:10:41.767110+00:00", "2024-11-25T15:40:37.928585+00:00", "2024-11-25T16:10:42.011715+00:00", "2024-11-25T16:40:42.906804+00:00", "2024-11-25T17:10:38.623089+00:00", "2024-11-25T17:40:39.640170+00:00", "2024-11-25T18:10:43.413978+00:00", "2024-11-25T18:40:37.190645+00:00", "2024-11-25T19:10:48.661990+00:00", "2024-11-25T19:40:40.086347+00:00", "2024-11-25T20:10:38.398623+00:00", "2024-11-25T20:40:36.718008+00:00", "2024-11-25T21:10:40.473922+00:00", "2024-11-25T21:40:39.270834+00:00", "2024-11-25T22:10:38.413422+00:00", "2024-11-25T22:40:37.112224+00:00", "2024-11-25T23:10:38.497130+00:00", "2024-11-25T23:40:38.161686+00:00", "2024-11-26T00:10:40.398381+00:00", "2024-11-26T00:40:40.290316+00:00", "2024-11-26T01:10:36.612648+00:00", "2024-11-26T01:40:43.463935+00:00", "2024-11-26T02:10:39.873792+00:00", "2024-11-26T02:40:37.964913+00:00", "2024-11-26T03:10:40.017977+00:00", "2024-11-26T03:40:39.174932+00:00", "2024-11-26T04:10:37.531667+00:00", "2024-11-26T04:40:38.728656+00:00", "2024-11-26T05:10:40.144074+00:00", "2024-11-26T05:40:36.210500+00:00", "2024-11-26T06:10:39.890940+00:00", "2024-11-26T06:40:39.928897+00:00", "2024-11-26T07:10:40.117409+00:00", "2024-11-26T07:40:41.293077+00:00", "2024-11-26T08:10:38.183260+00:00", "2024-11-26T08:40:41.971167+00:00", "2024-11-26T09:10:38.739740+00:00", "2024-11-26T09:40:35.839136+00:00", "2024-11-26T10:10:39.124793+00:00", "2024-11-26T10:40:36.913053+00:00", "2024-11-26T11:10:46.791108+00:00", "2024-11-26T11:40:35.269087+00:00", "2024-11-26T12:10:37.039635+00:00", "2024-11-26T12:40:37.875948+00:00", "2024-11-26T13:10:37.513941+00:00", "2024-11-26T13:40:36.770536+00:00", "2024-11-26T14:10:39.938744+00:00", "2024-11-26T14:40:36.903117+00:00", "2024-11-26T15:10:40.208920+00:00", "2024-11-26T15:40:37.525809+00:00", "2024-11-26T16:28:26.185936+00:00", "2024-11-26T18:28:27.483157+00:00", "2024-11-26T20:28:28.808379+00:00", "2024-11-26T22:28:34.388074+00:00", "2024-11-27T00:28:27.456845+00:00", "2024-11-27T02:28:28.634644+00:00", "2024-11-27T04:28:36.038633+00:00", "2024-11-27T06:28:26.979243+00:00", "2024-11-27T08:28:34.085105+00:00", "2024-11-27T10:28:27.319493+00:00", "2024-11-27T12:28:35.219047+00:00", "2024-11-27T14:28:26.469011+00:00", "2024-11-27T16:28:36.407440+00:00", "2024-11-27T18:28:29.116643+00:00", "2024-11-27T20:28:27.257668+00:00", "2024-11-27T22:28:28.643860+00:00", "2024-11-28T00:28:30.392714+00:00", "2024-11-28T02:28:24.747195+00:00", "2024-11-28T04:28:26.938917+00:00", "2024-11-28T06:28:33.676169+00:00", "2024-11-28T08:28:30.564525+00:00", "2024-11-28T10:28:27.880829+00:00", "2024-11-28T12:28:28.772073+00:00", "2024-11-28T14:28:28.271518+00:00", "2024-11-28T16:28:28.055017+00:00", "2024-11-28T18:28:30.885546+00:00", "2024-11-28T20:28:28.577384+00:00", "2024-11-28T22:28:27.965720+00:00", "2024-11-29T00:28:24.846030+00:00", "2024-11-29T02:28:32.677658+00:00", "2024-11-29T04:28:37.027252+00:00", "2024-11-29T06:28:26.329596+00:00", "2024-11-29T08:28:29.820204+00:00", "2024-11-29T10:28:24.390040+00:00", "2024-11-29T12:28:26.894509+00:00", "2024-11-29T14:28:30.655306+00:00", "2024-11-29T16:28:28.049239+00:00", "2024-11-29T18:28:34.419647+00:00", "2024-11-29T20:28:29.595482+00:00", "2024-11-29T22:28:28.738447+00:00", "2024-11-30T00:28:29.671384+00:00", "2024-11-30T02:28:36.451290+00:00", "2024-11-30T04:28:28.599447+00:00", "2024-11-30T06:28:30.954462+00:00", "2024-11-30T08:28:32.178026+00:00", "2024-11-30T10:28:31.913121+00:00", "2024-11-30T12:28:35.238721+00:00", "2024-11-30T14:28:30.732236+00:00", "2024-11-30T16:28:25.176086+00:00", "2024-11-30T18:28:26.559552+00:00", "2024-11-30T20:28:32.378139+00:00", "2024-11-30T22:28:29.527740+00:00", "2024-12-01T00:28:27.384798+00:00", "2024-12-01T02:28:29.656687+00:00", "2024-12-01T04:28:31.741038+00:00", "2024-12-01T06:28:29.574329+00:00", "2024-12-01T08:28:28.980580+00:00", "2024-12-01T10:28:28.973626+00:00", "2024-12-01T12:28:28.385994+00:00", "2024-12-01T14:28:27.101659+00:00", "2024-12-01T16:28:30.499835+00:00", "2024-12-01T18:28:27.195336+00:00", "2024-12-01T20:28:24.503114+00:00", "2024-12-01T22:28:29.435788+00:00"], "y": [197, 197, 197, 197, 197, 196, 196, 196, 197, 197, 196, 196, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 196, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 196, 197, 197, 197, 197, 197, 198, 198, 198, 198, 198, 198, 198, 197, 197, 198, 198, 198, 197, 199, 198, 198, 200, 199, 199, 200, 199, 200, 201, 200, 200, 200, 200, 199, 200, 200, 200, 199, 198, 199, 199, 199, 199, 200, 201, 200, 201, 200, 202, 200, 200, 200, 199, 200, 200, 200, 200, 200, 200, 200, 201, 201, 201, 201, 201, 200, 200, 200, 200, 200, 200, 200, 200, 199, 199, 198], "type": "scatter"}, {"hovertemplate": "/d3d2f3a3495dc597434a99d7d449ebad6616db45e4e4f178f31cc6fa14378b70/light/2
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
", "line": {"color": "#64b5cd", "dash": "dashdot"}, "mode": "lines", "name": "/d3d2f3a3495dc597434a99d7d449ebad6616db45e4e4f178f31cc6fa14378b70/light/2", "opacity": 0.7, "x": ["2024-11-25T00:10:39.677221+00:00", "2024-11-25T00:40:38.977619+00:00", "2024-11-25T01:10:38.812013+00:00", "2024-11-25T01:40:45.730964+00:00", "2024-11-25T02:10:37.088996+00:00", "2024-11-25T02:40:41.429579+00:00", "2024-11-25T03:10:38.465123+00:00", "2024-11-25T03:40:37.402302+00:00", "2024-11-25T04:10:36.685532+00:00", "2024-11-25T04:40:39.652136+00:00", "2024-11-25T05:10:37.960341+00:00", "2024-11-25T05:40:38.459843+00:00", "2024-11-25T06:10:37.984540+00:00", "2024-11-25T06:40:40.519283+00:00", "2024-11-25T07:10:43.502790+00:00", "2024-11-25T07:40:39.099825+00:00", "2024-11-25T08:10:38.801127+00:00", "2024-11-25T08:40:44.102963+00:00", "2024-11-25T09:10:42.378533+00:00", "2024-11-25T09:40:37.642553+00:00", "2024-11-25T10:10:39.963741+00:00", "2024-11-25T10:40:44.353076+00:00", "2024-11-25T11:10:53.926088+00:00", "2024-11-25T11:40:39.026418+00:00", "2024-11-25T12:10:53.442349+00:00", "2024-11-25T12:40:40.046929+00:00", "2024-11-25T13:10:37.029362+00:00", "2024-11-25T13:40:35.202978+00:00", "2024-11-25T14:10:51.373768+00:00", "2024-11-25T14:40:41.483162+00:00", "2024-11-25T15:10:41.767110+00:00", "2024-11-25T15:40:37.928585+00:00", "2024-11-25T16:10:42.011715+00:00", "2024-11-25T16:40:42.906804+00:00", "2024-11-25T17:10:38.623089+00:00", "2024-11-25T17:40:39.640170+00:00", "2024-11-25T18:10:43.413978+00:00", "2024-11-25T18:40:37.190645+00:00", "2024-11-25T19:10:48.661990+00:00", "2024-11-25T19:40:40.086347+00:00", "2024-11-25T20:10:38.398623+00:00", "2024-11-25T20:40:36.718008+00:00", "2024-11-25T21:10:40.473922+00:00", "2024-11-25T21:40:39.270834+00:00", "2024-11-25T22:10:38.413422+00:00", "2024-11-25T22:40:37.112224+00:00", "2024-11-25T23:10:38.497130+00:00", "2024-11-25T23:40:38.161686+00:00", "2024-11-26T00:10:40.398381+00:00", "2024-11-26T00:40:40.290316+00:00", "2024-11-26T01:10:36.612648+00:00", "2024-11-26T01:40:43.463935+00:00", "2024-11-26T02:10:39.873792+00:00", "2024-11-26T02:40:37.964913+00:00", "2024-11-26T03:10:40.017977+00:00", "2024-11-26T03:40:39.174932+00:00", "2024-11-26T04:10:37.531667+00:00", "2024-11-26T04:40:38.728656+00:00", "2024-11-26T05:10:40.144074+00:00", "2024-11-26T05:40:36.210500+00:00", "2024-11-26T06:10:39.890940+00:00", "2024-11-26T06:40:39.928897+00:00", "2024-11-26T07:10:40.117409+00:00", "2024-11-26T07:40:41.293077+00:00", "2024-11-26T08:10:38.183260+00:00", "2024-11-26T08:40:41.971167+00:00", "2024-11-26T09:10:38.739740+00:00", "2024-11-26T09:40:35.839136+00:00", "2024-11-26T10:10:39.124793+00:00", "2024-11-26T10:40:36.913053+00:00", "2024-11-26T11:10:46.791108+00:00", "2024-11-26T11:40:35.269087+00:00", "2024-11-26T12:10:37.039635+00:00", "2024-11-26T12:40:37.875948+00:00", "2024-11-26T13:10:37.513941+00:00", "2024-11-26T13:40:36.770536+00:00", "2024-11-26T14:10:39.938744+00:00", "2024-11-26T14:40:36.903117+00:00", "2024-11-26T15:10:40.208920+00:00", "2024-11-26T15:40:37.525809+00:00", "2024-11-26T16:28:26.185936+00:00", "2024-11-26T18:28:27.483157+00:00", "2024-11-26T20:28:28.808379+00:00", "2024-11-26T22:28:34.388074+00:00", "2024-11-27T00:28:27.456845+00:00", "2024-11-27T02:28:28.634644+00:00", "2024-11-27T04:28:36.038633+00:00", "2024-11-27T06:28:26.979243+00:00", "2024-11-27T08:28:34.085105+00:00", "2024-11-27T10:28:27.319493+00:00", "2024-11-27T12:28:35.219047+00:00", "2024-11-27T14:28:26.469011+00:00", "2024-11-27T16:28:36.407440+00:00", "2024-11-27T18:28:29.116643+00:00", "2024-11-27T20:28:27.257668+00:00", "2024-11-27T22:28:28.643860+00:00", "2024-11-28T00:28:30.392714+00:00", "2024-11-28T02:28:24.747195+00:00", "2024-11-28T04:28:26.938917+00:00", "2024-11-28T06:28:33.676169+00:00", "2024-11-28T08:28:30.564525+00:00", "2024-11-28T10:28:27.880829+00:00", "2024-11-28T12:28:28.772073+00:00", "2024-11-28T14:28:28.271518+00:00", "2024-11-28T16:28:28.055017+00:00", "2024-11-28T18:28:30.885546+00:00", "2024-11-28T20:28:28.577384+00:00", "2024-11-28T22:28:27.965720+00:00", "2024-11-29T00:28:24.846030+00:00", "2024-11-29T02:28:32.677658+00:00", "2024-11-29T04:28:37.027252+00:00", "2024-11-29T06:28:26.329596+00:00", "2024-11-29T08:28:29.820204+00:00", "2024-11-29T10:28:24.390040+00:00", "2024-11-29T12:28:26.894509+00:00", "2024-11-29T14:28:30.655306+00:00", "2024-11-29T16:28:28.049239+00:00", "2024-11-29T18:28:34.419647+00:00", "2024-11-29T20:28:29.595482+00:00", "2024-11-29T22:28:28.738447+00:00", "2024-11-30T00:28:29.671384+00:00", "2024-11-30T02:28:36.451290+00:00", "2024-11-30T04:28:28.599447+00:00", "2024-11-30T06:28:30.954462+00:00", "2024-11-30T08:28:32.178026+00:00", "2024-11-30T10:28:31.913121+00:00", "2024-11-30T12:28:35.238721+00:00", "2024-11-30T14:28:30.732236+00:00", "2024-11-30T16:28:25.176086+00:00", "2024-11-30T18:28:26.559552+00:00", "2024-11-30T20:28:32.378139+00:00", "2024-11-30T22:28:29.527740+00:00", "2024-12-01T00:28:27.384798+00:00", "2024-12-01T02:28:29.656687+00:00", "2024-12-01T04:28:31.741038+00:00", "2024-12-01T06:28:29.574329+00:00", "2024-12-01T08:28:28.980580+00:00", "2024-12-01T10:28:28.973626+00:00", "2024-12-01T12:28:28.385994+00:00", "2024-12-01T14:28:27.101659+00:00", "2024-12-01T16:28:30.499835+00:00", "2024-12-01T18:28:27.195336+00:00", "2024-12-01T20:28:24.503114+00:00", "2024-12-01T22:28:29.435788+00:00"], "y": [135, 135, 136, 135, 135, 134, 135, 133, 135, 135, 135, 136, 135, 135, 136, 136, 135, 135, 136, 135, 135, 135, 136, 135, 135, 138, 138, 139, 138, 139, 139, 138, 139, 138, 139, 138, 139, 138, 139, 138, 139, 138, 138, 139, 139, 138, 138, 139, 138, 139, 139, 138, 139, 138, 139, 139, 139, 138, 138, 138, 138, 138, 138, 138, 138, 138, 139, 138, 139, 139, 138, 139, 139, 139, 139, 139, 138, 138, 139, 139, 138, 139, 139, 139, 139, 138, 139, 139, 138, 138, 139, 139, 139, 139, 138, 138, 138, 138, 137, 138, 139, 139, 140, 138, 139, 139, 138, 138, 137, 137, 138, 138, 135, 138, 138, 137, 137, 137, 138, 138, 135, 137, 137, 137, 137, 136, 137, 135, 136, 136, 136, 136, 136, 136, 136, 136, 136, 134, 135, 135, 134, 134, 135, 134], "type": "scatter"}, {"hovertemplate": "/d3d2f3a3495dc597434a99d7d449ebad6616db45e4e4f178f31cc6fa14378b70/kad
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
", "line": {"color": "#4c72b0", "dash": "solid"}, "mode": "lines", "name": "/d3d2f3a3495dc597434a99d7d449ebad6616db45e4e4f178f31cc6fa14378b70/kad", "opacity": 0.7, "x": ["2024-11-25T00:10:39.677221+00:00", "2024-11-25T00:40:38.977619+00:00", "2024-11-25T01:10:38.812013+00:00", "2024-11-25T01:40:45.730964+00:00", "2024-11-25T02:10:37.088996+00:00", "2024-11-25T02:40:41.429579+00:00", "2024-11-25T03:10:38.465123+00:00", "2024-11-25T03:40:37.402302+00:00", "2024-11-25T04:10:36.685532+00:00", "2024-11-25T04:40:39.652136+00:00", "2024-11-25T05:10:37.960341+00:00", "2024-11-25T05:40:38.459843+00:00", "2024-11-25T06:10:37.984540+00:00", "2024-11-25T06:40:40.519283+00:00", "2024-11-25T07:10:43.502790+00:00", "2024-11-25T07:40:39.099825+00:00", "2024-11-25T08:10:38.801127+00:00", "2024-11-25T08:40:44.102963+00:00", "2024-11-25T09:10:42.378533+00:00", "2024-11-25T09:40:37.642553+00:00", "2024-11-25T10:10:39.963741+00:00", "2024-11-25T10:40:44.353076+00:00", "2024-11-25T11:10:53.926088+00:00", "2024-11-25T11:40:39.026418+00:00", "2024-11-25T12:10:53.442349+00:00", "2024-11-25T12:40:40.046929+00:00", "2024-11-25T13:10:37.029362+00:00", "2024-11-25T13:40:35.202978+00:00", "2024-11-25T14:10:51.373768+00:00", "2024-11-25T14:40:41.483162+00:00", "2024-11-25T15:10:41.767110+00:00", "2024-11-25T15:40:37.928585+00:00", "2024-11-25T16:10:42.011715+00:00", "2024-11-25T16:40:42.906804+00:00", "2024-11-25T17:10:38.623089+00:00", "2024-11-25T17:40:39.640170+00:00", "2024-11-25T18:10:43.413978+00:00", "2024-11-25T18:40:37.190645+00:00", "2024-11-25T19:10:48.661990+00:00", "2024-11-25T19:40:40.086347+00:00", "2024-11-25T20:10:38.398623+00:00", "2024-11-25T20:40:36.718008+00:00", "2024-11-25T21:10:40.473922+00:00", "2024-11-25T21:40:39.270834+00:00", "2024-11-25T22:10:38.413422+00:00", "2024-11-25T22:40:37.112224+00:00", "2024-11-25T23:10:38.497130+00:00", "2024-11-25T23:40:38.161686+00:00", "2024-11-26T00:10:40.398381+00:00", "2024-11-26T00:40:40.290316+00:00", "2024-11-26T01:10:36.612648+00:00", "2024-11-26T01:40:43.463935+00:00", "2024-11-26T02:10:39.873792+00:00", "2024-11-26T02:40:37.964913+00:00", "2024-11-26T03:10:40.017977+00:00", "2024-11-26T03:40:39.174932+00:00", "2024-11-26T04:10:37.531667+00:00", "2024-11-26T04:40:38.728656+00:00", "2024-11-26T05:10:40.144074+00:00", "2024-11-26T05:40:36.210500+00:00", "2024-11-26T06:10:39.890940+00:00", "2024-11-26T06:40:39.928897+00:00", "2024-11-26T07:10:40.117409+00:00", "2024-11-26T07:40:41.293077+00:00", "2024-11-26T08:10:38.183260+00:00", "2024-11-26T08:40:41.971167+00:00", "2024-11-26T09:10:38.739740+00:00", "2024-11-26T09:40:35.839136+00:00", "2024-11-26T10:10:39.124793+00:00", "2024-11-26T10:40:36.913053+00:00", "2024-11-26T11:10:46.791108+00:00", "2024-11-26T11:40:35.269087+00:00", "2024-11-26T12:10:37.039635+00:00", "2024-11-26T12:40:37.875948+00:00", "2024-11-26T13:10:37.513941+00:00", "2024-11-26T13:40:36.770536+00:00", "2024-11-26T14:10:39.938744+00:00", "2024-11-26T14:40:36.903117+00:00", "2024-11-26T15:10:40.208920+00:00", "2024-11-26T15:40:37.525809+00:00", "2024-11-26T16:28:26.185936+00:00", "2024-11-26T18:28:27.483157+00:00", "2024-11-26T20:28:28.808379+00:00", "2024-11-26T22:28:34.388074+00:00", "2024-11-27T00:28:27.456845+00:00", "2024-11-27T02:28:28.634644+00:00", "2024-11-27T04:28:36.038633+00:00", "2024-11-27T06:28:26.979243+00:00", "2024-11-27T08:28:34.085105+00:00", "2024-11-27T10:28:27.319493+00:00", "2024-11-27T12:28:35.219047+00:00", "2024-11-27T14:28:26.469011+00:00", "2024-11-27T16:28:36.407440+00:00", "2024-11-27T18:28:29.116643+00:00", "2024-11-27T20:28:27.257668+00:00", "2024-11-27T22:28:28.643860+00:00", "2024-11-28T00:28:30.392714+00:00", "2024-11-28T02:28:24.747195+00:00", "2024-11-28T04:28:26.938917+00:00", "2024-11-28T06:28:33.676169+00:00", "2024-11-28T08:28:30.564525+00:00", "2024-11-28T10:28:27.880829+00:00", "2024-11-28T12:28:28.772073+00:00", "2024-11-28T14:28:28.271518+00:00", "2024-11-28T16:28:28.055017+00:00", "2024-11-28T18:28:30.885546+00:00", "2024-11-28T20:28:28.577384+00:00", "2024-11-28T22:28:27.965720+00:00", "2024-11-29T00:28:24.846030+00:00", "2024-11-29T02:28:32.677658+00:00", "2024-11-29T04:28:37.027252+00:00", "2024-11-29T06:28:26.329596+00:00", "2024-11-29T08:28:29.820204+00:00", "2024-11-29T10:28:24.390040+00:00", "2024-11-29T12:28:26.894509+00:00", "2024-11-29T14:28:30.655306+00:00", "2024-11-29T16:28:28.049239+00:00", "2024-11-29T18:28:34.419647+00:00", "2024-11-29T20:28:29.595482+00:00", "2024-11-29T22:28:28.738447+00:00", "2024-11-30T00:28:29.671384+00:00", "2024-11-30T02:28:36.451290+00:00", "2024-11-30T04:28:28.599447+00:00", "2024-11-30T06:28:30.954462+00:00", "2024-11-30T08:28:32.178026+00:00", "2024-11-30T10:28:31.913121+00:00", "2024-11-30T12:28:35.238721+00:00", "2024-11-30T14:28:30.732236+00:00", "2024-11-30T16:28:25.176086+00:00", "2024-11-30T18:28:26.559552+00:00", "2024-11-30T20:28:32.378139+00:00", "2024-11-30T22:28:29.527740+00:00", "2024-12-01T00:28:27.384798+00:00", "2024-12-01T02:28:29.656687+00:00", "2024-12-01T04:28:31.741038+00:00", "2024-12-01T06:28:29.574329+00:00", "2024-12-01T08:28:28.980580+00:00", "2024-12-01T10:28:28.973626+00:00", "2024-12-01T12:28:28.385994+00:00", "2024-12-01T14:28:27.101659+00:00", "2024-12-01T16:28:30.499835+00:00", "2024-12-01T18:28:27.195336+00:00", "2024-12-01T20:28:24.503114+00:00", "2024-12-01T22:28:29.435788+00:00"], "y": [135, 135, 136, 135, 135, 134, 135, 133, 135, 135, 135, 136, 135, 135, 136, 136, 135, 135, 136, 135, 135, 135, 136, 135, 135, 138, 138, 139, 138, 139, 139, 138, 139, 138, 139, 138, 139, 138, 139, 138, 139, 138, 138, 139, 139, 138, 138, 139, 138, 139, 139, 138, 139, 138, 139, 139, 139, 138, 138, 138, 138, 138, 138, 138, 138, 138, 139, 138, 139, 139, 138, 139, 139, 139, 139, 139, 138, 138, 139, 139, 138, 139, 139, 139, 139, 138, 139, 139, 138, 138, 139, 139, 139, 139, 138, 138, 138, 138, 137, 138, 139, 139, 140, 138, 139, 139, 138, 138, 137, 137, 138, 138, 135, 138, 138, 137, 137, 137, 138, 138, 135, 137, 137, 137, 137, 136, 137, 135, 136, 136, 136, 136, 136, 136, 136, 136, 136, 134, 135, 135, 134, 134, 135, 134], "type": "scatter"}, {"hovertemplate": "/d3d2f3a3495dc597434a99d7d449ebad6616db45e4e4f178f31cc6fa14378b70/grandpa/1
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
", "line": {"color": "#dd8452", "dash": "dash"}, "mode": "lines", "name": "/d3d2f3a3495dc597434a99d7d449ebad6616db45e4e4f178f31cc6fa14378b70/grandpa/1", "opacity": 0.7, "x": ["2024-11-25T00:10:39.677221+00:00", "2024-11-25T00:40:38.977619+00:00", "2024-11-25T01:10:38.812013+00:00", "2024-11-25T01:40:45.730964+00:00", "2024-11-25T02:10:37.088996+00:00", "2024-11-25T02:40:41.429579+00:00", "2024-11-25T03:10:38.465123+00:00", "2024-11-25T03:40:37.402302+00:00", "2024-11-25T04:10:36.685532+00:00", "2024-11-25T04:40:39.652136+00:00", "2024-11-25T05:10:37.960341+00:00", "2024-11-25T05:40:38.459843+00:00", "2024-11-25T06:10:37.984540+00:00", "2024-11-25T06:40:40.519283+00:00", "2024-11-25T07:10:43.502790+00:00", "2024-11-25T07:40:39.099825+00:00", "2024-11-25T08:10:38.801127+00:00", "2024-11-25T08:40:44.102963+00:00", "2024-11-25T09:10:42.378533+00:00", "2024-11-25T09:40:37.642553+00:00", "2024-11-25T10:10:39.963741+00:00", "2024-11-25T10:40:44.353076+00:00", "2024-11-25T11:10:53.926088+00:00", "2024-11-25T11:40:39.026418+00:00", "2024-11-25T12:10:53.442349+00:00", "2024-11-25T12:40:40.046929+00:00", "2024-11-25T13:10:37.029362+00:00", "2024-11-25T13:40:35.202978+00:00", "2024-11-25T14:10:51.373768+00:00", "2024-11-25T14:40:41.483162+00:00", "2024-11-25T15:10:41.767110+00:00", "2024-11-25T15:40:37.928585+00:00", "2024-11-25T16:10:42.011715+00:00", "2024-11-25T16:40:42.906804+00:00", "2024-11-25T17:10:38.623089+00:00", "2024-11-25T17:40:39.640170+00:00", "2024-11-25T18:10:43.413978+00:00", "2024-11-25T18:40:37.190645+00:00", "2024-11-25T19:10:48.661990+00:00", "2024-11-25T19:40:40.086347+00:00", "2024-11-25T20:10:38.398623+00:00", "2024-11-25T20:40:36.718008+00:00", "2024-11-25T21:10:40.473922+00:00", "2024-11-25T21:40:39.270834+00:00", "2024-11-25T22:10:38.413422+00:00", "2024-11-25T22:40:37.112224+00:00", "2024-11-25T23:10:38.497130+00:00", "2024-11-25T23:40:38.161686+00:00", "2024-11-26T00:10:40.398381+00:00", "2024-11-26T00:40:40.290316+00:00", "2024-11-26T01:10:36.612648+00:00", "2024-11-26T01:40:43.463935+00:00", "2024-11-26T02:10:39.873792+00:00", "2024-11-26T02:40:37.964913+00:00", "2024-11-26T03:10:40.017977+00:00", "2024-11-26T03:40:39.174932+00:00", "2024-11-26T04:10:37.531667+00:00", "2024-11-26T04:40:38.728656+00:00", "2024-11-26T05:10:40.144074+00:00", "2024-11-26T05:40:36.210500+00:00", "2024-11-26T06:10:39.890940+00:00", "2024-11-26T06:40:39.928897+00:00", "2024-11-26T07:10:40.117409+00:00", "2024-11-26T07:40:41.293077+00:00", "2024-11-26T08:10:38.183260+00:00", "2024-11-26T08:40:41.971167+00:00", "2024-11-26T09:10:38.739740+00:00", "2024-11-26T09:40:35.839136+00:00", "2024-11-26T10:10:39.124793+00:00", "2024-11-26T10:40:36.913053+00:00", "2024-11-26T11:10:46.791108+00:00", "2024-11-26T11:40:35.269087+00:00", "2024-11-26T12:10:37.039635+00:00", "2024-11-26T12:40:37.875948+00:00", "2024-11-26T13:10:37.513941+00:00", "2024-11-26T13:40:36.770536+00:00", "2024-11-26T14:10:39.938744+00:00", "2024-11-26T14:40:36.903117+00:00", "2024-11-26T15:10:40.208920+00:00", "2024-11-26T15:40:37.525809+00:00", "2024-11-26T16:28:26.185936+00:00", "2024-11-26T18:28:27.483157+00:00", "2024-11-26T20:28:28.808379+00:00", "2024-11-26T22:28:34.388074+00:00", "2024-11-27T00:28:27.456845+00:00", "2024-11-27T02:28:28.634644+00:00", "2024-11-27T04:28:36.038633+00:00", "2024-11-27T06:28:26.979243+00:00", "2024-11-27T08:28:34.085105+00:00", "2024-11-27T10:28:27.319493+00:00", "2024-11-27T12:28:35.219047+00:00", "2024-11-27T14:28:26.469011+00:00", "2024-11-27T16:28:36.407440+00:00", "2024-11-27T18:28:29.116643+00:00", "2024-11-27T20:28:27.257668+00:00", "2024-11-27T22:28:28.643860+00:00", "2024-11-28T00:28:30.392714+00:00", "2024-11-28T02:28:24.747195+00:00", "2024-11-28T04:28:26.938917+00:00", "2024-11-28T06:28:33.676169+00:00", "2024-11-28T08:28:30.564525+00:00", "2024-11-28T10:28:27.880829+00:00", "2024-11-28T12:28:28.772073+00:00", "2024-11-28T14:28:28.271518+00:00", "2024-11-28T16:28:28.055017+00:00", "2024-11-28T18:28:30.885546+00:00", "2024-11-28T20:28:28.577384+00:00", "2024-11-28T22:28:27.965720+00:00", "2024-11-29T00:28:24.846030+00:00", "2024-11-29T02:28:32.677658+00:00", "2024-11-29T04:28:37.027252+00:00", "2024-11-29T06:28:26.329596+00:00", "2024-11-29T08:28:29.820204+00:00", "2024-11-29T10:28:24.390040+00:00", "2024-11-29T12:28:26.894509+00:00", "2024-11-29T14:28:30.655306+00:00", "2024-11-29T16:28:28.049239+00:00", "2024-11-29T18:28:34.419647+00:00", "2024-11-29T20:28:29.595482+00:00", "2024-11-29T22:28:28.738447+00:00", "2024-11-30T00:28:29.671384+00:00", "2024-11-30T02:28:36.451290+00:00", "2024-11-30T04:28:28.599447+00:00", "2024-11-30T06:28:30.954462+00:00", "2024-11-30T08:28:32.178026+00:00", "2024-11-30T10:28:31.913121+00:00", "2024-11-30T12:28:35.238721+00:00", "2024-11-30T14:28:30.732236+00:00", "2024-11-30T16:28:25.176086+00:00", "2024-11-30T18:28:26.559552+00:00", "2024-11-30T20:28:32.378139+00:00", "2024-11-30T22:28:29.527740+00:00", "2024-12-01T00:28:27.384798+00:00", "2024-12-01T02:28:29.656687+00:00", "2024-12-01T04:28:31.741038+00:00", "2024-12-01T06:28:29.574329+00:00", "2024-12-01T08:28:28.980580+00:00", "2024-12-01T10:28:28.973626+00:00", "2024-12-01T12:28:28.385994+00:00", "2024-12-01T14:28:27.101659+00:00", "2024-12-01T16:28:30.499835+00:00", "2024-12-01T18:28:27.195336+00:00", "2024-12-01T20:28:24.503114+00:00", "2024-12-01T22:28:29.435788+00:00"], "y": [135, 135, 136, 135, 135, 134, 135, 133, 135, 135, 135, 136, 135, 135, 136, 136, 135, 135, 136, 135, 135, 135, 136, 135, 135, 138, 138, 139, 138, 139, 139, 138, 139, 138, 139, 138, 139, 138, 139, 138, 139, 138, 138, 139, 139, 138, 138, 139, 138, 139, 139, 138, 139, 138, 139, 139, 139, 138, 138, 138, 138, 138, 138, 138, 138, 138, 139, 138, 139, 139, 138, 139, 139, 139, 139, 139, 138, 138, 139, 139, 138, 139, 139, 139, 139, 138, 139, 139, 138, 138, 139, 139, 139, 139, 138, 138, 138, 138, 137, 138, 139, 139, 140, 138, 139, 139, 138, 138, 137, 137, 138, 138, 135, 138, 138, 137, 137, 137, 138, 138, 135, 137, 137, 137, 137, 136, 137, 135, 136, 136, 136, 136, 136, 136, 136, 136, 136, 134, 135, 135, 134, 134, 135, 134], "type": "scatter"}, {"hovertemplate": "/d3d2f3a3495dc597434a99d7d449ebad6616db45e4e4f178f31cc6fa14378b70/block-announces/1
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
", "line": {"color": "#55a868", "dash": "dot"}, "mode": "lines", "name": "/d3d2f3a3495dc597434a99d7d449ebad6616db45e4e4f178f31cc6fa14378b70/block-announces/1", "opacity": 0.7, "x": ["2024-11-25T00:10:39.677221+00:00", "2024-11-25T00:40:38.977619+00:00", "2024-11-25T01:10:38.812013+00:00", "2024-11-25T01:40:45.730964+00:00", "2024-11-25T02:10:37.088996+00:00", "2024-11-25T02:40:41.429579+00:00", "2024-11-25T03:10:38.465123+00:00", "2024-11-25T03:40:37.402302+00:00", "2024-11-25T04:10:36.685532+00:00", "2024-11-25T04:40:39.652136+00:00", "2024-11-25T05:10:37.960341+00:00", "2024-11-25T05:40:38.459843+00:00", "2024-11-25T06:10:37.984540+00:00", "2024-11-25T06:40:40.519283+00:00", "2024-11-25T07:10:43.502790+00:00", "2024-11-25T07:40:39.099825+00:00", "2024-11-25T08:10:38.801127+00:00", "2024-11-25T08:40:44.102963+00:00", "2024-11-25T09:10:42.378533+00:00", "2024-11-25T09:40:37.642553+00:00", "2024-11-25T10:10:39.963741+00:00", "2024-11-25T10:40:44.353076+00:00", "2024-11-25T11:10:53.926088+00:00", "2024-11-25T11:40:39.026418+00:00", "2024-11-25T12:10:53.442349+00:00", "2024-11-25T12:40:40.046929+00:00", "2024-11-25T13:10:37.029362+00:00", "2024-11-25T13:40:35.202978+00:00", "2024-11-25T14:10:51.373768+00:00", "2024-11-25T14:40:41.483162+00:00", "2024-11-25T15:10:41.767110+00:00", "2024-11-25T15:40:37.928585+00:00", "2024-11-25T16:10:42.011715+00:00", "2024-11-25T16:40:42.906804+00:00", "2024-11-25T17:10:38.623089+00:00", "2024-11-25T17:40:39.640170+00:00", "2024-11-25T18:10:43.413978+00:00", "2024-11-25T18:40:37.190645+00:00", "2024-11-25T19:10:48.661990+00:00", "2024-11-25T19:40:40.086347+00:00", "2024-11-25T20:10:38.398623+00:00", "2024-11-25T20:40:36.718008+00:00", "2024-11-25T21:10:40.473922+00:00", "2024-11-25T21:40:39.270834+00:00", "2024-11-25T22:10:38.413422+00:00", "2024-11-25T22:40:37.112224+00:00", "2024-11-25T23:10:38.497130+00:00", "2024-11-25T23:40:38.161686+00:00", "2024-11-26T00:10:40.398381+00:00", "2024-11-26T00:40:40.290316+00:00", "2024-11-26T01:10:36.612648+00:00", "2024-11-26T01:40:43.463935+00:00", "2024-11-26T02:10:39.873792+00:00", "2024-11-26T02:40:37.964913+00:00", "2024-11-26T03:10:40.017977+00:00", "2024-11-26T03:40:39.174932+00:00", "2024-11-26T04:10:37.531667+00:00", "2024-11-26T04:40:38.728656+00:00", "2024-11-26T05:10:40.144074+00:00", "2024-11-26T05:40:36.210500+00:00", "2024-11-26T06:10:39.890940+00:00", "2024-11-26T06:40:39.928897+00:00", "2024-11-26T07:10:40.117409+00:00", "2024-11-26T07:40:41.293077+00:00", "2024-11-26T08:10:38.183260+00:00", "2024-11-26T08:40:41.971167+00:00", "2024-11-26T09:10:38.739740+00:00", "2024-11-26T09:40:35.839136+00:00", "2024-11-26T10:10:39.124793+00:00", "2024-11-26T10:40:36.913053+00:00", "2024-11-26T11:10:46.791108+00:00", "2024-11-26T11:40:35.269087+00:00", "2024-11-26T12:10:37.039635+00:00", "2024-11-26T12:40:37.875948+00:00", "2024-11-26T13:10:37.513941+00:00", "2024-11-26T13:40:36.770536+00:00", "2024-11-26T14:10:39.938744+00:00", "2024-11-26T14:40:36.903117+00:00", "2024-11-26T15:10:40.208920+00:00", "2024-11-26T15:40:37.525809+00:00", "2024-11-26T16:28:26.185936+00:00", "2024-11-26T18:28:27.483157+00:00", "2024-11-26T20:28:28.808379+00:00", "2024-11-26T22:28:34.388074+00:00", "2024-11-27T00:28:27.456845+00:00", "2024-11-27T02:28:28.634644+00:00", "2024-11-27T04:28:36.038633+00:00", "2024-11-27T06:28:26.979243+00:00", "2024-11-27T08:28:34.085105+00:00", "2024-11-27T10:28:27.319493+00:00", "2024-11-27T12:28:35.219047+00:00", "2024-11-27T14:28:26.469011+00:00", "2024-11-27T16:28:36.407440+00:00", "2024-11-27T18:28:29.116643+00:00", "2024-11-27T20:28:27.257668+00:00", "2024-11-27T22:28:28.643860+00:00", "2024-11-28T00:28:30.392714+00:00", "2024-11-28T02:28:24.747195+00:00", "2024-11-28T04:28:26.938917+00:00", "2024-11-28T06:28:33.676169+00:00", "2024-11-28T08:28:30.564525+00:00", "2024-11-28T10:28:27.880829+00:00", "2024-11-28T12:28:28.772073+00:00", "2024-11-28T14:28:28.271518+00:00", "2024-11-28T16:28:28.055017+00:00", "2024-11-28T18:28:30.885546+00:00", "2024-11-28T20:28:28.577384+00:00", "2024-11-28T22:28:27.965720+00:00", "2024-11-29T00:28:24.846030+00:00", "2024-11-29T02:28:32.677658+00:00", "2024-11-29T04:28:37.027252+00:00", "2024-11-29T06:28:26.329596+00:00", "2024-11-29T08:28:29.820204+00:00", "2024-11-29T10:28:24.390040+00:00", "2024-11-29T12:28:26.894509+00:00", "2024-11-29T14:28:30.655306+00:00", "2024-11-29T16:28:28.049239+00:00", "2024-11-29T18:28:34.419647+00:00", "2024-11-29T20:28:29.595482+00:00", "2024-11-29T22:28:28.738447+00:00", "2024-11-30T00:28:29.671384+00:00", "2024-11-30T02:28:36.451290+00:00", "2024-11-30T04:28:28.599447+00:00", "2024-11-30T06:28:30.954462+00:00", "2024-11-30T08:28:32.178026+00:00", "2024-11-30T10:28:31.913121+00:00", "2024-11-30T12:28:35.238721+00:00", "2024-11-30T14:28:30.732236+00:00", "2024-11-30T16:28:25.176086+00:00", "2024-11-30T18:28:26.559552+00:00", "2024-11-30T20:28:32.378139+00:00", "2024-11-30T22:28:29.527740+00:00", "2024-12-01T00:28:27.384798+00:00", "2024-12-01T02:28:29.656687+00:00", "2024-12-01T04:28:31.741038+00:00", "2024-12-01T06:28:29.574329+00:00", "2024-12-01T08:28:28.980580+00:00", "2024-12-01T10:28:28.973626+00:00", "2024-12-01T12:28:28.385994+00:00", "2024-12-01T14:28:27.101659+00:00", "2024-12-01T16:28:30.499835+00:00", "2024-12-01T18:28:27.195336+00:00", "2024-12-01T20:28:24.503114+00:00", "2024-12-01T22:28:29.435788+00:00"], "y": [135, 135, 136, 135, 135, 134, 135, 133, 135, 135, 135, 136, 135, 135, 136, 136, 135, 135, 136, 135, 135, 135, 136, 135, 135, 138, 138, 139, 138, 139, 139, 138, 139, 138, 139, 138, 139, 138, 139, 138, 139, 138, 138, 139, 139, 138, 138, 139, 138, 139, 139, 138, 139, 138, 139, 139, 139, 138, 138, 138, 138, 138, 138, 138, 138, 138, 139, 138, 139, 139, 138, 139, 139, 139, 139, 139, 138, 138, 139, 139, 138, 139, 139, 139, 139, 138, 139, 139, 138, 138, 139, 139, 139, 139, 138, 138, 138, 138, 137, 138, 139, 139, 140, 138, 139, 139, 138, 138, 137, 137, 138, 138, 135, 138, 138, 137, 137, 137, 138, 138, 135, 137, 137, 137, 137, 136, 137, 135, 136, 136, 136, 136, 136, 136, 136, 136, 136, 134, 135, 135, 134, 134, 135, 134], "type": "scatter"}, {"hovertemplate": "/d3d2f3a3495dc597434a99d7d449ebad6616db45e4e4f178f31cc6fa14378b70/transactions/1
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
", "line": {"color": "#c44e52", "dash": "dashdot"}, "mode": "lines", "name": "/d3d2f3a3495dc597434a99d7d449ebad6616db45e4e4f178f31cc6fa14378b70/transactions/1", "opacity": 0.7, "x": ["2024-11-25T00:10:39.677221+00:00", "2024-11-25T00:40:38.977619+00:00", "2024-11-25T01:10:38.812013+00:00", "2024-11-25T01:40:45.730964+00:00", "2024-11-25T02:10:37.088996+00:00", "2024-11-25T02:40:41.429579+00:00", "2024-11-25T03:10:38.465123+00:00", "2024-11-25T03:40:37.402302+00:00", "2024-11-25T04:10:36.685532+00:00", "2024-11-25T04:40:39.652136+00:00", "2024-11-25T05:10:37.960341+00:00", "2024-11-25T05:40:38.459843+00:00", "2024-11-25T06:10:37.984540+00:00", "2024-11-25T06:40:40.519283+00:00", "2024-11-25T07:10:43.502790+00:00", "2024-11-25T07:40:39.099825+00:00", "2024-11-25T08:10:38.801127+00:00", "2024-11-25T08:40:44.102963+00:00", "2024-11-25T09:10:42.378533+00:00", "2024-11-25T09:40:37.642553+00:00", "2024-11-25T10:10:39.963741+00:00", "2024-11-25T10:40:44.353076+00:00", "2024-11-25T11:10:53.926088+00:00", "2024-11-25T11:40:39.026418+00:00", "2024-11-25T12:10:53.442349+00:00", "2024-11-25T12:40:40.046929+00:00", "2024-11-25T13:10:37.029362+00:00", "2024-11-25T13:40:35.202978+00:00", "2024-11-25T14:10:51.373768+00:00", "2024-11-25T14:40:41.483162+00:00", "2024-11-25T15:10:41.767110+00:00", "2024-11-25T15:40:37.928585+00:00", "2024-11-25T16:10:42.011715+00:00", "2024-11-25T16:40:42.906804+00:00", "2024-11-25T17:10:38.623089+00:00", "2024-11-25T17:40:39.640170+00:00", "2024-11-25T18:10:43.413978+00:00", "2024-11-25T18:40:37.190645+00:00", "2024-11-25T19:10:48.661990+00:00", "2024-11-25T19:40:40.086347+00:00", "2024-11-25T20:10:38.398623+00:00", "2024-11-25T20:40:36.718008+00:00", "2024-11-25T21:10:40.473922+00:00", "2024-11-25T21:40:39.270834+00:00", "2024-11-25T22:10:38.413422+00:00", "2024-11-25T22:40:37.112224+00:00", "2024-11-25T23:10:38.497130+00:00", "2024-11-25T23:40:38.161686+00:00", "2024-11-26T00:10:40.398381+00:00", "2024-11-26T00:40:40.290316+00:00", "2024-11-26T01:10:36.612648+00:00", "2024-11-26T01:40:43.463935+00:00", "2024-11-26T02:10:39.873792+00:00", "2024-11-26T02:40:37.964913+00:00", "2024-11-26T03:10:40.017977+00:00", "2024-11-26T03:40:39.174932+00:00", "2024-11-26T04:10:37.531667+00:00", "2024-11-26T04:40:38.728656+00:00", "2024-11-26T05:10:40.144074+00:00", "2024-11-26T05:40:36.210500+00:00", "2024-11-26T06:10:39.890940+00:00", "2024-11-26T06:40:39.928897+00:00", "2024-11-26T07:10:40.117409+00:00", "2024-11-26T07:40:41.293077+00:00", "2024-11-26T08:10:38.183260+00:00", "2024-11-26T08:40:41.971167+00:00", "2024-11-26T09:10:38.739740+00:00", "2024-11-26T09:40:35.839136+00:00", "2024-11-26T10:10:39.124793+00:00", "2024-11-26T10:40:36.913053+00:00", "2024-11-26T11:10:46.791108+00:00", "2024-11-26T11:40:35.269087+00:00", "2024-11-26T12:10:37.039635+00:00", "2024-11-26T12:40:37.875948+00:00", "2024-11-26T13:10:37.513941+00:00", "2024-11-26T13:40:36.770536+00:00", "2024-11-26T14:10:39.938744+00:00", "2024-11-26T14:40:36.903117+00:00", "2024-11-26T15:10:40.208920+00:00", "2024-11-26T15:40:37.525809+00:00", "2024-11-26T16:28:26.185936+00:00", "2024-11-26T18:28:27.483157+00:00", "2024-11-26T20:28:28.808379+00:00", "2024-11-26T22:28:34.388074+00:00", "2024-11-27T00:28:27.456845+00:00", "2024-11-27T02:28:28.634644+00:00", "2024-11-27T04:28:36.038633+00:00", "2024-11-27T06:28:26.979243+00:00", "2024-11-27T08:28:34.085105+00:00", "2024-11-27T10:28:27.319493+00:00", "2024-11-27T12:28:35.219047+00:00", "2024-11-27T14:28:26.469011+00:00", "2024-11-27T16:28:36.407440+00:00", "2024-11-27T18:28:29.116643+00:00", "2024-11-27T20:28:27.257668+00:00", "2024-11-27T22:28:28.643860+00:00", "2024-11-28T00:28:30.392714+00:00", "2024-11-28T02:28:24.747195+00:00", "2024-11-28T04:28:26.938917+00:00", "2024-11-28T06:28:33.676169+00:00", "2024-11-28T08:28:30.564525+00:00", "2024-11-28T10:28:27.880829+00:00", "2024-11-28T12:28:28.772073+00:00", "2024-11-28T14:28:28.271518+00:00", "2024-11-28T16:28:28.055017+00:00", "2024-11-28T18:28:30.885546+00:00", "2024-11-28T20:28:28.577384+00:00", "2024-11-28T22:28:27.965720+00:00", "2024-11-29T00:28:24.846030+00:00", "2024-11-29T02:28:32.677658+00:00", "2024-11-29T04:28:37.027252+00:00", "2024-11-29T06:28:26.329596+00:00", "2024-11-29T08:28:29.820204+00:00", "2024-11-29T10:28:24.390040+00:00", "2024-11-29T12:28:26.894509+00:00", "2024-11-29T14:28:30.655306+00:00", "2024-11-29T16:28:28.049239+00:00", "2024-11-29T18:28:34.419647+00:00", "2024-11-29T20:28:29.595482+00:00", "2024-11-29T22:28:28.738447+00:00", "2024-11-30T00:28:29.671384+00:00", "2024-11-30T02:28:36.451290+00:00", "2024-11-30T04:28:28.599447+00:00", "2024-11-30T06:28:30.954462+00:00", "2024-11-30T08:28:32.178026+00:00", "2024-11-30T10:28:31.913121+00:00", "2024-11-30T12:28:35.238721+00:00", "2024-11-30T14:28:30.732236+00:00", "2024-11-30T16:28:25.176086+00:00", "2024-11-30T18:28:26.559552+00:00", "2024-11-30T20:28:32.378139+00:00", "2024-11-30T22:28:29.527740+00:00", "2024-12-01T00:28:27.384798+00:00", "2024-12-01T02:28:29.656687+00:00", "2024-12-01T04:28:31.741038+00:00", "2024-12-01T06:28:29.574329+00:00", "2024-12-01T08:28:28.980580+00:00", "2024-12-01T10:28:28.973626+00:00", "2024-12-01T12:28:28.385994+00:00", "2024-12-01T14:28:27.101659+00:00", "2024-12-01T16:28:30.499835+00:00", "2024-12-01T18:28:27.195336+00:00", "2024-12-01T20:28:24.503114+00:00", "2024-12-01T22:28:29.435788+00:00"], "y": [135, 135, 136, 135, 135, 134, 135, 133, 135, 135, 135, 136, 135, 135, 136, 136, 135, 135, 136, 135, 135, 135, 136, 135, 135, 138, 138, 139, 138, 139, 139, 138, 139, 138, 139, 138, 139, 138, 139, 138, 139, 138, 138, 139, 139, 138, 138, 139, 138, 139, 139, 138, 139, 138, 139, 139, 139, 138, 138, 138, 138, 138, 138, 138, 138, 138, 139, 138, 139, 139, 138, 139, 139, 139, 139, 139, 138, 138, 139, 139, 138, 139, 139, 139, 139, 138, 139, 139, 138, 138, 139, 139, 139, 139, 138, 138, 138, 138, 137, 138, 139, 139, 140, 138, 139, 139, 138, 138, 137, 137, 138, 138, 135, 138, 138, 137, 137, 137, 138, 138, 135, 137, 137, 137, 137, 136, 137, 135, 136, 136, 136, 136, 136, 136, 136, 136, 136, 134, 135, 135, 134, 134, 135, 134], "type": "scatter"}, {"hovertemplate": "/d3d2f3a3495dc597434a99d7d449ebad6616db45e4e4f178f31cc6fa14378b70/sync/warp
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
", "line": {"color": "#8172b3", "dash": "solid"}, "mode": "lines", "name": "/d3d2f3a3495dc597434a99d7d449ebad6616db45e4e4f178f31cc6fa14378b70/sync/warp", "opacity": 0.7, "x": ["2024-11-25T00:10:39.677221+00:00", "2024-11-25T00:40:38.977619+00:00", "2024-11-25T01:10:38.812013+00:00", "2024-11-25T01:40:45.730964+00:00", "2024-11-25T02:10:37.088996+00:00", "2024-11-25T02:40:41.429579+00:00", "2024-11-25T03:10:38.465123+00:00", "2024-11-25T03:40:37.402302+00:00", "2024-11-25T04:10:36.685532+00:00", "2024-11-25T04:40:39.652136+00:00", "2024-11-25T05:10:37.960341+00:00", "2024-11-25T05:40:38.459843+00:00", "2024-11-25T06:10:37.984540+00:00", "2024-11-25T06:40:40.519283+00:00", "2024-11-25T07:10:43.502790+00:00", "2024-11-25T07:40:39.099825+00:00", "2024-11-25T08:10:38.801127+00:00", "2024-11-25T08:40:44.102963+00:00", "2024-11-25T09:10:42.378533+00:00", "2024-11-25T09:40:37.642553+00:00", "2024-11-25T10:10:39.963741+00:00", "2024-11-25T10:40:44.353076+00:00", "2024-11-25T11:10:53.926088+00:00", "2024-11-25T11:40:39.026418+00:00", "2024-11-25T12:10:53.442349+00:00", "2024-11-25T12:40:40.046929+00:00", "2024-11-25T13:10:37.029362+00:00", "2024-11-25T13:40:35.202978+00:00", "2024-11-25T14:10:51.373768+00:00", "2024-11-25T14:40:41.483162+00:00", "2024-11-25T15:10:41.767110+00:00", "2024-11-25T15:40:37.928585+00:00", "2024-11-25T16:10:42.011715+00:00", "2024-11-25T16:40:42.906804+00:00", "2024-11-25T17:10:38.623089+00:00", "2024-11-25T17:40:39.640170+00:00", "2024-11-25T18:10:43.413978+00:00", "2024-11-25T18:40:37.190645+00:00", "2024-11-25T19:10:48.661990+00:00", "2024-11-25T19:40:40.086347+00:00", "2024-11-25T20:10:38.398623+00:00", "2024-11-25T20:40:36.718008+00:00", "2024-11-25T21:10:40.473922+00:00", "2024-11-25T21:40:39.270834+00:00", "2024-11-25T22:10:38.413422+00:00", "2024-11-25T22:40:37.112224+00:00", "2024-11-25T23:10:38.497130+00:00", "2024-11-25T23:40:38.161686+00:00", "2024-11-26T00:10:40.398381+00:00", "2024-11-26T00:40:40.290316+00:00", "2024-11-26T01:10:36.612648+00:00", "2024-11-26T01:40:43.463935+00:00", "2024-11-26T02:10:39.873792+00:00", "2024-11-26T02:40:37.964913+00:00", "2024-11-26T03:10:40.017977+00:00", "2024-11-26T03:40:39.174932+00:00", "2024-11-26T04:10:37.531667+00:00", "2024-11-26T04:40:38.728656+00:00", "2024-11-26T05:10:40.144074+00:00", "2024-11-26T05:40:36.210500+00:00", "2024-11-26T06:10:39.890940+00:00", "2024-11-26T06:40:39.928897+00:00", "2024-11-26T07:10:40.117409+00:00", "2024-11-26T07:40:41.293077+00:00", "2024-11-26T08:10:38.183260+00:00", "2024-11-26T08:40:41.971167+00:00", "2024-11-26T09:10:38.739740+00:00", "2024-11-26T09:40:35.839136+00:00", "2024-11-26T10:10:39.124793+00:00", "2024-11-26T10:40:36.913053+00:00", "2024-11-26T11:10:46.791108+00:00", "2024-11-26T11:40:35.269087+00:00", "2024-11-26T12:10:37.039635+00:00", "2024-11-26T12:40:37.875948+00:00", "2024-11-26T13:10:37.513941+00:00", "2024-11-26T13:40:36.770536+00:00", "2024-11-26T14:10:39.938744+00:00", "2024-11-26T14:40:36.903117+00:00", "2024-11-26T15:10:40.208920+00:00", "2024-11-26T15:40:37.525809+00:00", "2024-11-26T16:28:26.185936+00:00", "2024-11-26T18:28:27.483157+00:00", "2024-11-26T20:28:28.808379+00:00", "2024-11-26T22:28:34.388074+00:00", "2024-11-27T00:28:27.456845+00:00", "2024-11-27T02:28:28.634644+00:00", "2024-11-27T04:28:36.038633+00:00", "2024-11-27T06:28:26.979243+00:00", "2024-11-27T08:28:34.085105+00:00", "2024-11-27T10:28:27.319493+00:00", "2024-11-27T12:28:35.219047+00:00", "2024-11-27T14:28:26.469011+00:00", "2024-11-27T16:28:36.407440+00:00", "2024-11-27T18:28:29.116643+00:00", "2024-11-27T20:28:27.257668+00:00", "2024-11-27T22:28:28.643860+00:00", "2024-11-28T00:28:30.392714+00:00", "2024-11-28T02:28:24.747195+00:00", "2024-11-28T04:28:26.938917+00:00", "2024-11-28T06:28:33.676169+00:00", "2024-11-28T08:28:30.564525+00:00", "2024-11-28T10:28:27.880829+00:00", "2024-11-28T12:28:28.772073+00:00", "2024-11-28T14:28:28.271518+00:00", "2024-11-28T16:28:28.055017+00:00", "2024-11-28T18:28:30.885546+00:00", "2024-11-28T20:28:28.577384+00:00", "2024-11-28T22:28:27.965720+00:00", "2024-11-29T00:28:24.846030+00:00", "2024-11-29T02:28:32.677658+00:00", "2024-11-29T04:28:37.027252+00:00", "2024-11-29T06:28:26.329596+00:00", "2024-11-29T08:28:29.820204+00:00", "2024-11-29T10:28:24.390040+00:00", "2024-11-29T12:28:26.894509+00:00", "2024-11-29T14:28:30.655306+00:00", "2024-11-29T16:28:28.049239+00:00", "2024-11-29T18:28:34.419647+00:00", "2024-11-29T20:28:29.595482+00:00", "2024-11-29T22:28:28.738447+00:00", "2024-11-30T00:28:29.671384+00:00", "2024-11-30T02:28:36.451290+00:00", "2024-11-30T04:28:28.599447+00:00", "2024-11-30T06:28:30.954462+00:00", "2024-11-30T08:28:32.178026+00:00", "2024-11-30T10:28:31.913121+00:00", "2024-11-30T12:28:35.238721+00:00", "2024-11-30T14:28:30.732236+00:00", "2024-11-30T16:28:25.176086+00:00", "2024-11-30T18:28:26.559552+00:00", "2024-11-30T20:28:32.378139+00:00", "2024-11-30T22:28:29.527740+00:00", "2024-12-01T00:28:27.384798+00:00", "2024-12-01T02:28:29.656687+00:00", "2024-12-01T04:28:31.741038+00:00", "2024-12-01T06:28:29.574329+00:00", "2024-12-01T08:28:28.980580+00:00", "2024-12-01T10:28:28.973626+00:00", "2024-12-01T12:28:28.385994+00:00", "2024-12-01T14:28:27.101659+00:00", "2024-12-01T16:28:30.499835+00:00", "2024-12-01T18:28:27.195336+00:00", "2024-12-01T20:28:24.503114+00:00", "2024-12-01T22:28:29.435788+00:00"], "y": [135, 135, 136, 135, 135, 134, 135, 133, 135, 135, 135, 136, 135, 135, 136, 136, 135, 135, 136, 135, 135, 135, 136, 135, 135, 138, 138, 139, 138, 139, 139, 138, 139, 138, 139, 138, 139, 138, 139, 138, 139, 138, 138, 139, 139, 138, 138, 139, 138, 139, 139, 138, 139, 138, 139, 139, 139, 138, 138, 138, 138, 138, 138, 138, 138, 138, 139, 138, 139, 139, 138, 139, 139, 139, 139, 139, 138, 138, 139, 139, 138, 139, 139, 139, 139, 138, 139, 139, 138, 138, 139, 139, 139, 139, 138, 138, 138, 138, 137, 138, 139, 139, 140, 138, 139, 139, 138, 138, 137, 137, 138, 138, 135, 138, 138, 137, 137, 137, 138, 138, 135, 137, 137, 137, 137, 136, 137, 135, 136, 136, 136, 136, 136, 136, 136, 136, 136, 134, 135, 135, 134, 134, 135, 134], "type": "scatter"}, {"hovertemplate": "/d3d2f3a3495dc597434a99d7d449ebad6616db45e4e4f178f31cc6fa14378b70/sync/2
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
", "line": {"color": "#937860", "dash": "dash"}, "mode": "lines", "name": "/d3d2f3a3495dc597434a99d7d449ebad6616db45e4e4f178f31cc6fa14378b70/sync/2", "opacity": 0.7, "x": ["2024-11-25T00:10:39.677221+00:00", "2024-11-25T00:40:38.977619+00:00", "2024-11-25T01:10:38.812013+00:00", "2024-11-25T01:40:45.730964+00:00", "2024-11-25T02:10:37.088996+00:00", "2024-11-25T02:40:41.429579+00:00", "2024-11-25T03:10:38.465123+00:00", "2024-11-25T03:40:37.402302+00:00", "2024-11-25T04:10:36.685532+00:00", "2024-11-25T04:40:39.652136+00:00", "2024-11-25T05:10:37.960341+00:00", "2024-11-25T05:40:38.459843+00:00", "2024-11-25T06:10:37.984540+00:00", "2024-11-25T06:40:40.519283+00:00", "2024-11-25T07:10:43.502790+00:00", "2024-11-25T07:40:39.099825+00:00", "2024-11-25T08:10:38.801127+00:00", "2024-11-25T08:40:44.102963+00:00", "2024-11-25T09:10:42.378533+00:00", "2024-11-25T09:40:37.642553+00:00", "2024-11-25T10:10:39.963741+00:00", "2024-11-25T10:40:44.353076+00:00", "2024-11-25T11:10:53.926088+00:00", "2024-11-25T11:40:39.026418+00:00", "2024-11-25T12:10:53.442349+00:00", "2024-11-25T12:40:40.046929+00:00", "2024-11-25T13:10:37.029362+00:00", "2024-11-25T13:40:35.202978+00:00", "2024-11-25T14:10:51.373768+00:00", "2024-11-25T14:40:41.483162+00:00", "2024-11-25T15:10:41.767110+00:00", "2024-11-25T15:40:37.928585+00:00", "2024-11-25T16:10:42.011715+00:00", "2024-11-25T16:40:42.906804+00:00", "2024-11-25T17:10:38.623089+00:00", "2024-11-25T17:40:39.640170+00:00", "2024-11-25T18:10:43.413978+00:00", "2024-11-25T18:40:37.190645+00:00", "2024-11-25T19:10:48.661990+00:00", "2024-11-25T19:40:40.086347+00:00", "2024-11-25T20:10:38.398623+00:00", "2024-11-25T20:40:36.718008+00:00", "2024-11-25T21:10:40.473922+00:00", "2024-11-25T21:40:39.270834+00:00", "2024-11-25T22:10:38.413422+00:00", "2024-11-25T22:40:37.112224+00:00", "2024-11-25T23:10:38.497130+00:00", "2024-11-25T23:40:38.161686+00:00", "2024-11-26T00:10:40.398381+00:00", "2024-11-26T00:40:40.290316+00:00", "2024-11-26T01:10:36.612648+00:00", "2024-11-26T01:40:43.463935+00:00", "2024-11-26T02:10:39.873792+00:00", "2024-11-26T02:40:37.964913+00:00", "2024-11-26T03:10:40.017977+00:00", "2024-11-26T03:40:39.174932+00:00", "2024-11-26T04:10:37.531667+00:00", "2024-11-26T04:40:38.728656+00:00", "2024-11-26T05:10:40.144074+00:00", "2024-11-26T05:40:36.210500+00:00", "2024-11-26T06:10:39.890940+00:00", "2024-11-26T06:40:39.928897+00:00", "2024-11-26T07:10:40.117409+00:00", "2024-11-26T07:40:41.293077+00:00", "2024-11-26T08:10:38.183260+00:00", "2024-11-26T08:40:41.971167+00:00", "2024-11-26T09:10:38.739740+00:00", "2024-11-26T09:40:35.839136+00:00", "2024-11-26T10:10:39.124793+00:00", "2024-11-26T10:40:36.913053+00:00", "2024-11-26T11:10:46.791108+00:00", "2024-11-26T11:40:35.269087+00:00", "2024-11-26T12:10:37.039635+00:00", "2024-11-26T12:40:37.875948+00:00", "2024-11-26T13:10:37.513941+00:00", "2024-11-26T13:40:36.770536+00:00", "2024-11-26T14:10:39.938744+00:00", "2024-11-26T14:40:36.903117+00:00", "2024-11-26T15:10:40.208920+00:00", "2024-11-26T15:40:37.525809+00:00", "2024-11-26T16:28:26.185936+00:00", "2024-11-26T18:28:27.483157+00:00", "2024-11-26T20:28:28.808379+00:00", "2024-11-26T22:28:34.388074+00:00", "2024-11-27T00:28:27.456845+00:00", "2024-11-27T02:28:28.634644+00:00", "2024-11-27T04:28:36.038633+00:00", "2024-11-27T06:28:26.979243+00:00", "2024-11-27T08:28:34.085105+00:00", "2024-11-27T10:28:27.319493+00:00", "2024-11-27T12:28:35.219047+00:00", "2024-11-27T14:28:26.469011+00:00", "2024-11-27T16:28:36.407440+00:00", "2024-11-27T18:28:29.116643+00:00", "2024-11-27T20:28:27.257668+00:00", "2024-11-27T22:28:28.643860+00:00", "2024-11-28T00:28:30.392714+00:00", "2024-11-28T02:28:24.747195+00:00", "2024-11-28T04:28:26.938917+00:00", "2024-11-28T06:28:33.676169+00:00", "2024-11-28T08:28:30.564525+00:00", "2024-11-28T10:28:27.880829+00:00", "2024-11-28T12:28:28.772073+00:00", "2024-11-28T14:28:28.271518+00:00", "2024-11-28T16:28:28.055017+00:00", "2024-11-28T18:28:30.885546+00:00", "2024-11-28T20:28:28.577384+00:00", "2024-11-28T22:28:27.965720+00:00", "2024-11-29T00:28:24.846030+00:00", "2024-11-29T02:28:32.677658+00:00", "2024-11-29T04:28:37.027252+00:00", "2024-11-29T06:28:26.329596+00:00", "2024-11-29T08:28:29.820204+00:00", "2024-11-29T10:28:24.390040+00:00", "2024-11-29T12:28:26.894509+00:00", "2024-11-29T14:28:30.655306+00:00", "2024-11-29T16:28:28.049239+00:00", "2024-11-29T18:28:34.419647+00:00", "2024-11-29T20:28:29.595482+00:00", "2024-11-29T22:28:28.738447+00:00", "2024-11-30T00:28:29.671384+00:00", "2024-11-30T02:28:36.451290+00:00", "2024-11-30T04:28:28.599447+00:00", "2024-11-30T06:28:30.954462+00:00", "2024-11-30T08:28:32.178026+00:00", "2024-11-30T10:28:31.913121+00:00", "2024-11-30T12:28:35.238721+00:00", "2024-11-30T14:28:30.732236+00:00", "2024-11-30T16:28:25.176086+00:00", "2024-11-30T18:28:26.559552+00:00", "2024-11-30T20:28:32.378139+00:00", "2024-11-30T22:28:29.527740+00:00", "2024-12-01T00:28:27.384798+00:00", "2024-12-01T02:28:29.656687+00:00", "2024-12-01T04:28:31.741038+00:00", "2024-12-01T06:28:29.574329+00:00", "2024-12-01T08:28:28.980580+00:00", "2024-12-01T10:28:28.973626+00:00", "2024-12-01T12:28:28.385994+00:00", "2024-12-01T14:28:27.101659+00:00", "2024-12-01T16:28:30.499835+00:00", "2024-12-01T18:28:27.195336+00:00", "2024-12-01T20:28:24.503114+00:00", "2024-12-01T22:28:29.435788+00:00"], "y": [135, 135, 136, 135, 135, 134, 135, 133, 135, 135, 135, 136, 135, 135, 136, 136, 135, 135, 136, 135, 135, 135, 136, 135, 135, 138, 138, 139, 138, 139, 139, 138, 139, 138, 139, 138, 139, 138, 139, 138, 139, 138, 138, 139, 139, 138, 138, 139, 138, 139, 139, 138, 139, 138, 139, 139, 139, 138, 138, 138, 138, 138, 138, 138, 138, 138, 139, 138, 139, 139, 138, 139, 139, 139, 139, 139, 138, 138, 139, 139, 138, 139, 139, 139, 139, 138, 139, 139, 138, 138, 139, 139, 139, 139, 138, 138, 138, 138, 137, 138, 139, 139, 140, 138, 139, 139, 138, 138, 137, 137, 138, 138, 135, 138, 138, 137, 137, 137, 138, 138, 135, 137, 137, 137, 137, 136, 137, 135, 136, 136, 136, 136, 136, 136, 136, 136, 136, 134, 135, 135, 134, 134, 135, 134], "type": "scatter"}, {"hovertemplate": "/d3d2f3a3495dc597434a99d7d449ebad6616db45e4e4f178f31cc6fa14378b70/state/2
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
", "line": {"color": "#da8bc3", "dash": "dot"}, "mode": "lines", "name": "/d3d2f3a3495dc597434a99d7d449ebad6616db45e4e4f178f31cc6fa14378b70/state/2", "opacity": 0.7, "x": ["2024-11-25T00:10:39.677221+00:00", "2024-11-25T00:40:38.977619+00:00", "2024-11-25T01:10:38.812013+00:00", "2024-11-25T01:40:45.730964+00:00", "2024-11-25T02:10:37.088996+00:00", "2024-11-25T02:40:41.429579+00:00", "2024-11-25T03:10:38.465123+00:00", "2024-11-25T03:40:37.402302+00:00", "2024-11-25T04:10:36.685532+00:00", "2024-11-25T04:40:39.652136+00:00", "2024-11-25T05:10:37.960341+00:00", "2024-11-25T05:40:38.459843+00:00", "2024-11-25T06:10:37.984540+00:00", "2024-11-25T06:40:40.519283+00:00", "2024-11-25T07:10:43.502790+00:00", "2024-11-25T07:40:39.099825+00:00", "2024-11-25T08:10:38.801127+00:00", "2024-11-25T08:40:44.102963+00:00", "2024-11-25T09:10:42.378533+00:00", "2024-11-25T09:40:37.642553+00:00", "2024-11-25T10:10:39.963741+00:00", "2024-11-25T10:40:44.353076+00:00", "2024-11-25T11:10:53.926088+00:00", "2024-11-25T11:40:39.026418+00:00", "2024-11-25T12:10:53.442349+00:00", "2024-11-25T12:40:40.046929+00:00", "2024-11-25T13:10:37.029362+00:00", "2024-11-25T13:40:35.202978+00:00", "2024-11-25T14:10:51.373768+00:00", "2024-11-25T14:40:41.483162+00:00", "2024-11-25T15:10:41.767110+00:00", "2024-11-25T15:40:37.928585+00:00", "2024-11-25T16:10:42.011715+00:00", "2024-11-25T16:40:42.906804+00:00", "2024-11-25T17:10:38.623089+00:00", "2024-11-25T17:40:39.640170+00:00", "2024-11-25T18:10:43.413978+00:00", "2024-11-25T18:40:37.190645+00:00", "2024-11-25T19:10:48.661990+00:00", "2024-11-25T19:40:40.086347+00:00", "2024-11-25T20:10:38.398623+00:00", "2024-11-25T20:40:36.718008+00:00", "2024-11-25T21:10:40.473922+00:00", "2024-11-25T21:40:39.270834+00:00", "2024-11-25T22:10:38.413422+00:00", "2024-11-25T22:40:37.112224+00:00", "2024-11-25T23:10:38.497130+00:00", "2024-11-25T23:40:38.161686+00:00", "2024-11-26T00:10:40.398381+00:00", "2024-11-26T00:40:40.290316+00:00", "2024-11-26T01:10:36.612648+00:00", "2024-11-26T01:40:43.463935+00:00", "2024-11-26T02:10:39.873792+00:00", "2024-11-26T02:40:37.964913+00:00", "2024-11-26T03:10:40.017977+00:00", "2024-11-26T03:40:39.174932+00:00", "2024-11-26T04:10:37.531667+00:00", "2024-11-26T04:40:38.728656+00:00", "2024-11-26T05:10:40.144074+00:00", "2024-11-26T05:40:36.210500+00:00", "2024-11-26T06:10:39.890940+00:00", "2024-11-26T06:40:39.928897+00:00", "2024-11-26T07:10:40.117409+00:00", "2024-11-26T07:40:41.293077+00:00", "2024-11-26T08:10:38.183260+00:00", "2024-11-26T08:40:41.971167+00:00", "2024-11-26T09:10:38.739740+00:00", "2024-11-26T09:40:35.839136+00:00", "2024-11-26T10:10:39.124793+00:00", "2024-11-26T10:40:36.913053+00:00", "2024-11-26T11:10:46.791108+00:00", "2024-11-26T11:40:35.269087+00:00", "2024-11-26T12:10:37.039635+00:00", "2024-11-26T12:40:37.875948+00:00", "2024-11-26T13:10:37.513941+00:00", "2024-11-26T13:40:36.770536+00:00", "2024-11-26T14:10:39.938744+00:00", "2024-11-26T14:40:36.903117+00:00", "2024-11-26T15:10:40.208920+00:00", "2024-11-26T15:40:37.525809+00:00", "2024-11-26T16:28:26.185936+00:00", "2024-11-26T18:28:27.483157+00:00", "2024-11-26T20:28:28.808379+00:00", "2024-11-26T22:28:34.388074+00:00", "2024-11-27T00:28:27.456845+00:00", "2024-11-27T02:28:28.634644+00:00", "2024-11-27T04:28:36.038633+00:00", "2024-11-27T06:28:26.979243+00:00", "2024-11-27T08:28:34.085105+00:00", "2024-11-27T10:28:27.319493+00:00", "2024-11-27T12:28:35.219047+00:00", "2024-11-27T14:28:26.469011+00:00", "2024-11-27T16:28:36.407440+00:00", "2024-11-27T18:28:29.116643+00:00", "2024-11-27T20:28:27.257668+00:00", "2024-11-27T22:28:28.643860+00:00", "2024-11-28T00:28:30.392714+00:00", "2024-11-28T02:28:24.747195+00:00", "2024-11-28T04:28:26.938917+00:00", "2024-11-28T06:28:33.676169+00:00", "2024-11-28T08:28:30.564525+00:00", "2024-11-28T10:28:27.880829+00:00", "2024-11-28T12:28:28.772073+00:00", "2024-11-28T14:28:28.271518+00:00", "2024-11-28T16:28:28.055017+00:00", "2024-11-28T18:28:30.885546+00:00", "2024-11-28T20:28:28.577384+00:00", "2024-11-28T22:28:27.965720+00:00", "2024-11-29T00:28:24.846030+00:00", "2024-11-29T02:28:32.677658+00:00", "2024-11-29T04:28:37.027252+00:00", "2024-11-29T06:28:26.329596+00:00", "2024-11-29T08:28:29.820204+00:00", "2024-11-29T10:28:24.390040+00:00", "2024-11-29T12:28:26.894509+00:00", "2024-11-29T14:28:30.655306+00:00", "2024-11-29T16:28:28.049239+00:00", "2024-11-29T18:28:34.419647+00:00", "2024-11-29T20:28:29.595482+00:00", "2024-11-29T22:28:28.738447+00:00", "2024-11-30T00:28:29.671384+00:00", "2024-11-30T02:28:36.451290+00:00", "2024-11-30T04:28:28.599447+00:00", "2024-11-30T06:28:30.954462+00:00", "2024-11-30T08:28:32.178026+00:00", "2024-11-30T10:28:31.913121+00:00", "2024-11-30T12:28:35.238721+00:00", "2024-11-30T14:28:30.732236+00:00", "2024-11-30T16:28:25.176086+00:00", "2024-11-30T18:28:26.559552+00:00", "2024-11-30T20:28:32.378139+00:00", "2024-11-30T22:28:29.527740+00:00", "2024-12-01T00:28:27.384798+00:00", "2024-12-01T02:28:29.656687+00:00", "2024-12-01T04:28:31.741038+00:00", "2024-12-01T06:28:29.574329+00:00", "2024-12-01T08:28:28.980580+00:00", "2024-12-01T10:28:28.973626+00:00", "2024-12-01T12:28:28.385994+00:00", "2024-12-01T14:28:27.101659+00:00", "2024-12-01T16:28:30.499835+00:00", "2024-12-01T18:28:27.195336+00:00", "2024-12-01T20:28:24.503114+00:00", "2024-12-01T22:28:29.435788+00:00"], "y": [135, 135, 136, 135, 135, 134, 135, 133, 135, 135, 135, 136, 135, 135, 136, 136, 135, 135, 136, 135, 135, 135, 136, 135, 135, 138, 138, 139, 138, 139, 139, 138, 139, 138, 139, 138, 139, 138, 139, 138, 139, 138, 138, 139, 139, 138, 138, 139, 138, 139, 139, 138, 139, 138, 139, 139, 139, 138, 138, 138, 138, 138, 138, 138, 138, 138, 139, 138, 139, 139, 138, 139, 139, 139, 139, 139, 138, 138, 139, 139, 138, 139, 139, 139, 139, 138, 139, 139, 138, 138, 139, 139, 139, 139, 138, 138, 138, 138, 137, 138, 139, 139, 140, 138, 139, 139, 138, 138, 137, 137, 138, 138, 135, 138, 138, 137, 137, 137, 138, 138, 135, 137, 137, 137, 137, 136, 137, 135, 136, 136, 136, 136, 136, 136, 136, 136, 136, 134, 135, 135, 134, 134, 135, 134], "type": "scatter"}], "layout": {"template": {"data": {"scatter": [{"type": "scatter"}]}}, "xaxis": {"title": {"text": "Date"}, "tickangle": -20, "type": "date", "tickformat": "%Y-%m-%d"}, "yaxis": {"title": {"text": "Count"}, "autorange": true, "rangemode": "tozero", "tickformat": ","}, "legend": {"font": {"size": 14}, "x": 0.5, "y": -0.1, "xanchor": "center", "yanchor": "top", "orientation": "v", "bgcolor": "rgba(0,0,0,0)"}, "annotations": [{"font": {"size": 18}, "showarrow": false, "text": "Observed Protocols", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.15, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 14}, "showarrow": false, "text": "", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.1, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 10}, "showarrow": false, "text": "Data: week ending 01 Dec 2024. Source: Nebula", "x": 0.99, "xanchor": "right", "xref": "paper", "y": -0.1, "yanchor": "top", "yref": "paper"}]}} \ No newline at end of file diff --git a/content.en/plots/2024/11/25/avail-geo-agent-All-bars.json b/content.en/plots/2024/11/25/avail-geo-agent-All-bars.json new file mode 100644 index 000000000..47d6cbcec --- /dev/null +++ b/content.en/plots/2024/11/25/avail-geo-agent-All-bars.json @@ -0,0 +1 @@ +{"data": [{"hovertemplate": "Country: %{x}
Count: %{y:,}
Percentage: %{text}
", "text": ["32.6%", "16.9%", "11.7%", "8.9%", "7.1%", "4.9%", "2.6%", "2.5%", "2.4%", "2.0%", "0.9%", "0.9%", "6.5%"], "textposition": "outside", "x": ["DE", "multi", "US", "NL", "GB", "FR", "PL", "FI", "CA", "SG", "SC", "TR", "others"], "y": [137, 71, 49, 37, 29, 20, 10, 10, 10, 8, 3, 3, 27], "type": "bar"}], "layout": {"template": {"data": {"scatter": [{"type": "scatter"}]}}, "xaxis": {"title": {"text": "Country"}, "tickangle": -45}, "yaxis": {"title": {"text": "Count"}, "autorange": true, "rangemode": "tozero"}, "autosize": true, "annotations": [{"font": {"size": 18}, "showarrow": false, "text": "Country Distribution of All Nodes", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.15, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 14}, "showarrow": false, "text": "Total: 420", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.1, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 10}, "showarrow": false, "text": "Data: week ending 01 Dec 2024. Source: Nebula", "x": 0.99, "xanchor": "right", "xref": "paper", "y": -0.14, "yanchor": "top", "yref": "paper"}]}} \ No newline at end of file diff --git a/content.en/plots/2024/11/25/avail-geo-agent-All-lines.json b/content.en/plots/2024/11/25/avail-geo-agent-All-lines.json new file mode 100644 index 000000000..7c695c72d --- /dev/null +++ b/content.en/plots/2024/11/25/avail-geo-agent-All-lines.json @@ -0,0 +1 @@ +{"data": [{"hovertemplate": "Country: DE
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
Percentage: %{text}
", "mode": "lines", "name": "DE", "text": ["31.74%", "33.01%", "31.83%", "32.78%", "32.78%", "32.21%", "32.54%", "32.20%", "32.29%", "31.49%", "31.08%", "31.25%", "32.29%", "32.53%", "32.37%", "31.41%", "31.34%", "31.01%", "32.37%", "32.37%", "33.25%", "32.21%", "31.98%", "31.49%", "33.09%", "33.57%", "32.54%", "32.30%", "32.54%", "32.22%", "32.94%", "32.46%", "31.59%", "31.19%", "32.70%", "31.83%", "32.14%", "31.90%", "31.29%", "30.79%", "31.75%", "32.46%", "32.38%", "33.10%", "32.30%", "31.19%", "31.03%", "32.78%", "33.02%", "32.23%", "31.75%", "31.83%", "32.15%", "31.03%", "31.91%", "31.35%", "31.52%", "31.19%", "32.78%", "33.65%", "30.24%", "31.67%", "32.86%", "31.74%", "33.41%", "32.54%", "31.75%", "31.35%", "33.10%", "31.59%", "32.62%", "33.25%", "31.84%", "32.46%", "33.65%", "33.57%", "32.78%", "31.68%", "33.41%", "31.44%", "33.73%", "32.62%", "32.86%", "33.41%", "31.44%", "32.07%", "34.36%", "31.84%", "32.62%", "33.73%", "33.33%", "33.41%", "33.96%", "34.04%", "32.94%", "32.46%", "32.07%", "32.32%", "32.78%", "33.57%", "34.35%", "32.54%", "33.33%", "34.28%", "33.41%", "33.57%", "33.49%", "34.04%", "33.97%", "34.36%", "33.49%", "33.10%", "31.12%", "33.18%", "34.27%", "34.36%", "34.04%", "33.89%", "33.33%", "34.12%", "33.17%", "34.28%", "34.60%", "33.57%", "33.97%", "33.97%", "33.33%", "32.70%", "31.67%", "32.38%", "33.18%", "31.28%", "32.54%", "33.57%", "33.17%", "33.57%", "31.99%", "33.01%", "33.41%", "32.06%", "31.58%", "34.29%", "33.65%", "34.62%"], "x": ["2024-11-25T00:10:39.677221+00:00", "2024-11-25T00:40:38.977619+00:00", "2024-11-25T01:10:38.812013+00:00", "2024-11-25T01:40:45.730964+00:00", "2024-11-25T02:10:37.088996+00:00", "2024-11-25T02:40:41.429579+00:00", "2024-11-25T03:10:38.465123+00:00", "2024-11-25T03:40:37.402302+00:00", "2024-11-25T04:10:36.685532+00:00", "2024-11-25T04:40:39.652136+00:00", "2024-11-25T05:10:37.960341+00:00", "2024-11-25T05:40:38.459843+00:00", "2024-11-25T06:10:37.984540+00:00", "2024-11-25T06:40:40.519283+00:00", "2024-11-25T07:10:43.502790+00:00", "2024-11-25T07:40:39.099825+00:00", "2024-11-25T08:10:38.801127+00:00", "2024-11-25T08:40:44.102963+00:00", "2024-11-25T09:10:42.378533+00:00", "2024-11-25T09:40:37.642553+00:00", "2024-11-25T10:10:39.963741+00:00", "2024-11-25T10:40:44.353076+00:00", "2024-11-25T11:10:53.926088+00:00", "2024-11-25T11:40:39.026418+00:00", "2024-11-25T12:10:53.442349+00:00", "2024-11-25T12:40:40.046929+00:00", "2024-11-25T13:10:37.029362+00:00", "2024-11-25T13:40:35.202978+00:00", "2024-11-25T14:10:51.373768+00:00", "2024-11-25T14:40:41.483162+00:00", "2024-11-25T15:10:41.767110+00:00", "2024-11-25T15:40:37.928585+00:00", "2024-11-25T16:10:42.011715+00:00", "2024-11-25T16:40:42.906804+00:00", "2024-11-25T17:10:38.623089+00:00", "2024-11-25T17:40:39.640170+00:00", "2024-11-25T18:10:43.413978+00:00", "2024-11-25T18:40:37.190645+00:00", "2024-11-25T19:10:48.661990+00:00", "2024-11-25T19:40:40.086347+00:00", "2024-11-25T20:10:38.398623+00:00", "2024-11-25T20:40:36.718008+00:00", "2024-11-25T21:10:40.473922+00:00", "2024-11-25T21:40:39.270834+00:00", "2024-11-25T22:10:38.413422+00:00", "2024-11-25T22:40:37.112224+00:00", "2024-11-25T23:10:38.497130+00:00", "2024-11-25T23:40:38.161686+00:00", "2024-11-26T00:10:40.398381+00:00", "2024-11-26T00:40:40.290316+00:00", "2024-11-26T01:10:36.612648+00:00", "2024-11-26T01:40:43.463935+00:00", "2024-11-26T02:10:39.873792+00:00", "2024-11-26T02:40:37.964913+00:00", "2024-11-26T03:10:40.017977+00:00", "2024-11-26T03:40:39.174932+00:00", "2024-11-26T04:10:37.531667+00:00", "2024-11-26T04:40:38.728656+00:00", "2024-11-26T05:10:40.144074+00:00", "2024-11-26T05:40:36.210500+00:00", "2024-11-26T06:10:39.890940+00:00", "2024-11-26T06:40:39.928897+00:00", "2024-11-26T07:10:40.117409+00:00", "2024-11-26T07:40:41.293077+00:00", "2024-11-26T08:10:38.183260+00:00", "2024-11-26T08:40:41.971167+00:00", "2024-11-26T09:10:38.739740+00:00", "2024-11-26T09:40:35.839136+00:00", "2024-11-26T10:10:39.124793+00:00", "2024-11-26T10:40:36.913053+00:00", "2024-11-26T11:10:46.791108+00:00", "2024-11-26T11:40:35.269087+00:00", "2024-11-26T12:10:37.039635+00:00", "2024-11-26T12:40:37.875948+00:00", "2024-11-26T13:10:37.513941+00:00", "2024-11-26T13:40:36.770536+00:00", "2024-11-26T14:10:39.938744+00:00", "2024-11-26T14:40:36.903117+00:00", "2024-11-26T15:10:40.208920+00:00", "2024-11-26T15:40:37.525809+00:00", "2024-11-26T16:28:26.185936+00:00", "2024-11-26T18:28:27.483157+00:00", "2024-11-26T20:28:28.808379+00:00", "2024-11-26T22:28:34.388074+00:00", "2024-11-27T00:28:27.456845+00:00", "2024-11-27T02:28:28.634644+00:00", "2024-11-27T04:28:36.038633+00:00", "2024-11-27T06:28:26.979243+00:00", "2024-11-27T08:28:34.085105+00:00", "2024-11-27T10:28:27.319493+00:00", "2024-11-27T12:28:35.219047+00:00", "2024-11-27T14:28:26.469011+00:00", "2024-11-27T16:28:36.407440+00:00", "2024-11-27T18:28:29.116643+00:00", "2024-11-27T20:28:27.257668+00:00", "2024-11-27T22:28:28.643860+00:00", "2024-11-28T00:28:30.392714+00:00", "2024-11-28T02:28:24.747195+00:00", "2024-11-28T04:28:26.938917+00:00", "2024-11-28T06:28:33.676169+00:00", "2024-11-28T08:28:30.564525+00:00", "2024-11-28T10:28:27.880829+00:00", "2024-11-28T12:28:28.772073+00:00", "2024-11-28T14:28:28.271518+00:00", "2024-11-28T16:28:28.055017+00:00", "2024-11-28T18:28:30.885546+00:00", "2024-11-28T20:28:28.577384+00:00", "2024-11-28T22:28:27.965720+00:00", "2024-11-29T00:28:24.846030+00:00", "2024-11-29T02:28:32.677658+00:00", "2024-11-29T04:28:37.027252+00:00", "2024-11-29T06:28:26.329596+00:00", "2024-11-29T08:28:29.820204+00:00", "2024-11-29T10:28:24.390040+00:00", "2024-11-29T12:28:26.894509+00:00", "2024-11-29T14:28:30.655306+00:00", "2024-11-29T16:28:28.049239+00:00", "2024-11-29T18:28:34.419647+00:00", "2024-11-29T20:28:29.595482+00:00", "2024-11-29T22:28:28.738447+00:00", "2024-11-30T00:28:29.671384+00:00", "2024-11-30T02:28:36.451290+00:00", "2024-11-30T04:28:28.599447+00:00", "2024-11-30T06:28:30.954462+00:00", "2024-11-30T08:28:32.178026+00:00", "2024-11-30T10:28:31.913121+00:00", "2024-11-30T12:28:35.238721+00:00", "2024-11-30T14:28:30.732236+00:00", "2024-11-30T16:28:25.176086+00:00", "2024-11-30T18:28:26.559552+00:00", "2024-11-30T20:28:32.378139+00:00", "2024-11-30T22:28:29.527740+00:00", "2024-12-01T00:28:27.384798+00:00", "2024-12-01T02:28:29.656687+00:00", "2024-12-01T04:28:31.741038+00:00", "2024-12-01T06:28:29.574329+00:00", "2024-12-01T08:28:28.980580+00:00", "2024-12-01T10:28:28.973626+00:00", "2024-12-01T12:28:28.385994+00:00", "2024-12-01T14:28:27.101659+00:00", "2024-12-01T16:28:30.499835+00:00", "2024-12-01T18:28:27.195336+00:00", "2024-12-01T20:28:24.503114+00:00", "2024-12-01T22:28:29.435788+00:00"], "y": [133, 138, 134, 137, 137, 134, 136, 133, 134, 131, 129, 130, 134, 135, 135, 131, 131, 129, 135, 135, 139, 134, 134, 131, 138, 142, 137, 136, 137, 135, 139, 137, 133, 131, 138, 134, 135, 134, 133, 129, 134, 137, 136, 139, 136, 131, 130, 139, 139, 136, 134, 134, 136, 130, 135, 132, 133, 131, 138, 142, 127, 133, 139, 133, 141, 137, 134, 132, 139, 133, 138, 140, 135, 137, 142, 142, 138, 134, 141, 133, 142, 137, 138, 141, 133, 135, 145, 135, 138, 143, 142, 143, 144, 145, 139, 137, 135, 138, 138, 141, 146, 137, 142, 145, 142, 143, 141, 144, 143, 145, 141, 139, 131, 140, 146, 145, 145, 143, 141, 144, 139, 145, 146, 142, 143, 143, 140, 137, 133, 136, 140, 132, 136, 141, 139, 141, 135, 138, 141, 134, 132, 143, 141, 144], "type": "scatter"}, {"hovertemplate": "Country: multi
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
Percentage: %{text}
", "mode": "lines", "name": "multi", "text": ["19.57%", "17.94%", "19.95%", "17.70%", "17.46%", "17.79%", "18.66%", "17.68%", "18.31%", "18.75%", "18.07%", "18.99%", "17.83%", "18.07%", "17.51%", "19.18%", "20.33%", "18.99%", "17.75%", "16.55%", "17.46%", "18.27%", "17.18%", "17.55%", "16.55%", "15.60%", "15.91%", "16.39%", "16.86%", "16.47%", "15.40%", "16.11%", "17.81%", "19.05%", "15.17%", "16.39%", "15.95%", "15.48%", "17.88%", "19.09%", "17.30%", "16.59%", "17.14%", "15.95%", "18.05%", "17.86%", "17.18%", "16.75%", "17.81%", "18.96%", "19.19%", "18.53%", "18.20%", "20.76%", "18.44%", "20.67%", "20.14%", "19.76%", "18.05%", "17.06%", "20.71%", "20.48%", "17.97%", "19.81%", "17.77%", "18.53%", "18.72%", "20.19%", "17.14%", "20.19%", "19.39%", "18.53%", "18.63%", "17.30%", "16.11%", "15.13%", "16.39%", "18.44%", "14.93%", "17.97%", "15.44%", "17.62%", "15.95%", "16.11%", "18.68%", "18.53%", "15.88%", "17.92%", "16.55%", "14.86%", "15.96%", "16.59%", "15.33%", "16.43%", "16.35%", "17.06%", "17.81%", "17.10%", "15.68%", "14.05%", "15.29%", "15.68%", "15.49%", "14.18%", "15.29%", "14.08%", "14.01%", "14.42%", "14.73%", "13.51%", "14.49%", "15.24%", "17.58%", "14.22%", "13.38%", "12.80%", "14.55%", "13.74%", "16.08%", "14.93%", "16.47%", "15.13%", "14.22%", "15.60%", "14.73%", "14.49%", "14.29%", "16.95%", "17.14%", "16.67%", "16.11%", "20.14%", "17.46%", "16.19%", "16.47%", "16.19%", "17.06%", "16.27%", "15.40%", "15.79%", "16.75%", "13.67%", "13.84%", "13.22%"], "x": ["2024-11-25T00:10:39.677221+00:00", "2024-11-25T00:40:38.977619+00:00", "2024-11-25T01:10:38.812013+00:00", "2024-11-25T01:40:45.730964+00:00", "2024-11-25T02:10:37.088996+00:00", "2024-11-25T02:40:41.429579+00:00", "2024-11-25T03:10:38.465123+00:00", "2024-11-25T03:40:37.402302+00:00", "2024-11-25T04:10:36.685532+00:00", "2024-11-25T04:40:39.652136+00:00", "2024-11-25T05:10:37.960341+00:00", "2024-11-25T05:40:38.459843+00:00", "2024-11-25T06:10:37.984540+00:00", "2024-11-25T06:40:40.519283+00:00", "2024-11-25T07:10:43.502790+00:00", "2024-11-25T07:40:39.099825+00:00", "2024-11-25T08:10:38.801127+00:00", "2024-11-25T08:40:44.102963+00:00", "2024-11-25T09:10:42.378533+00:00", "2024-11-25T09:40:37.642553+00:00", "2024-11-25T10:10:39.963741+00:00", "2024-11-25T10:40:44.353076+00:00", "2024-11-25T11:10:53.926088+00:00", "2024-11-25T11:40:39.026418+00:00", "2024-11-25T12:10:53.442349+00:00", "2024-11-25T12:40:40.046929+00:00", "2024-11-25T13:10:37.029362+00:00", "2024-11-25T13:40:35.202978+00:00", "2024-11-25T14:10:51.373768+00:00", "2024-11-25T14:40:41.483162+00:00", "2024-11-25T15:10:41.767110+00:00", "2024-11-25T15:40:37.928585+00:00", "2024-11-25T16:10:42.011715+00:00", "2024-11-25T16:40:42.906804+00:00", "2024-11-25T17:10:38.623089+00:00", "2024-11-25T17:40:39.640170+00:00", "2024-11-25T18:10:43.413978+00:00", "2024-11-25T18:40:37.190645+00:00", "2024-11-25T19:10:48.661990+00:00", "2024-11-25T19:40:40.086347+00:00", "2024-11-25T20:10:38.398623+00:00", "2024-11-25T20:40:36.718008+00:00", "2024-11-25T21:10:40.473922+00:00", "2024-11-25T21:40:39.270834+00:00", "2024-11-25T22:10:38.413422+00:00", "2024-11-25T22:40:37.112224+00:00", "2024-11-25T23:10:38.497130+00:00", "2024-11-25T23:40:38.161686+00:00", "2024-11-26T00:10:40.398381+00:00", "2024-11-26T00:40:40.290316+00:00", "2024-11-26T01:10:36.612648+00:00", "2024-11-26T01:40:43.463935+00:00", "2024-11-26T02:10:39.873792+00:00", "2024-11-26T02:40:37.964913+00:00", "2024-11-26T03:10:40.017977+00:00", "2024-11-26T03:40:39.174932+00:00", "2024-11-26T04:10:37.531667+00:00", "2024-11-26T04:40:38.728656+00:00", "2024-11-26T05:10:40.144074+00:00", "2024-11-26T05:40:36.210500+00:00", "2024-11-26T06:10:39.890940+00:00", "2024-11-26T06:40:39.928897+00:00", "2024-11-26T07:10:40.117409+00:00", "2024-11-26T07:40:41.293077+00:00", "2024-11-26T08:10:38.183260+00:00", "2024-11-26T08:40:41.971167+00:00", "2024-11-26T09:10:38.739740+00:00", "2024-11-26T09:40:35.839136+00:00", "2024-11-26T10:10:39.124793+00:00", "2024-11-26T10:40:36.913053+00:00", "2024-11-26T11:10:46.791108+00:00", "2024-11-26T11:40:35.269087+00:00", "2024-11-26T12:10:37.039635+00:00", "2024-11-26T12:40:37.875948+00:00", "2024-11-26T13:10:37.513941+00:00", "2024-11-26T13:40:36.770536+00:00", "2024-11-26T14:10:39.938744+00:00", "2024-11-26T14:40:36.903117+00:00", "2024-11-26T15:10:40.208920+00:00", "2024-11-26T15:40:37.525809+00:00", "2024-11-26T16:28:26.185936+00:00", "2024-11-26T18:28:27.483157+00:00", "2024-11-26T20:28:28.808379+00:00", "2024-11-26T22:28:34.388074+00:00", "2024-11-27T00:28:27.456845+00:00", "2024-11-27T02:28:28.634644+00:00", "2024-11-27T04:28:36.038633+00:00", "2024-11-27T06:28:26.979243+00:00", "2024-11-27T08:28:34.085105+00:00", "2024-11-27T10:28:27.319493+00:00", "2024-11-27T12:28:35.219047+00:00", "2024-11-27T14:28:26.469011+00:00", "2024-11-27T16:28:36.407440+00:00", "2024-11-27T18:28:29.116643+00:00", "2024-11-27T20:28:27.257668+00:00", "2024-11-27T22:28:28.643860+00:00", "2024-11-28T00:28:30.392714+00:00", "2024-11-28T02:28:24.747195+00:00", "2024-11-28T04:28:26.938917+00:00", "2024-11-28T06:28:33.676169+00:00", "2024-11-28T08:28:30.564525+00:00", "2024-11-28T10:28:27.880829+00:00", "2024-11-28T12:28:28.772073+00:00", "2024-11-28T14:28:28.271518+00:00", "2024-11-28T16:28:28.055017+00:00", "2024-11-28T18:28:30.885546+00:00", "2024-11-28T20:28:28.577384+00:00", "2024-11-28T22:28:27.965720+00:00", "2024-11-29T00:28:24.846030+00:00", "2024-11-29T02:28:32.677658+00:00", "2024-11-29T04:28:37.027252+00:00", "2024-11-29T06:28:26.329596+00:00", "2024-11-29T08:28:29.820204+00:00", "2024-11-29T10:28:24.390040+00:00", "2024-11-29T12:28:26.894509+00:00", "2024-11-29T14:28:30.655306+00:00", "2024-11-29T16:28:28.049239+00:00", "2024-11-29T18:28:34.419647+00:00", "2024-11-29T20:28:29.595482+00:00", "2024-11-29T22:28:28.738447+00:00", "2024-11-30T00:28:29.671384+00:00", "2024-11-30T02:28:36.451290+00:00", "2024-11-30T04:28:28.599447+00:00", "2024-11-30T06:28:30.954462+00:00", "2024-11-30T08:28:32.178026+00:00", "2024-11-30T10:28:31.913121+00:00", "2024-11-30T12:28:35.238721+00:00", "2024-11-30T14:28:30.732236+00:00", "2024-11-30T16:28:25.176086+00:00", "2024-11-30T18:28:26.559552+00:00", "2024-11-30T20:28:32.378139+00:00", "2024-11-30T22:28:29.527740+00:00", "2024-12-01T00:28:27.384798+00:00", "2024-12-01T02:28:29.656687+00:00", "2024-12-01T04:28:31.741038+00:00", "2024-12-01T06:28:29.574329+00:00", "2024-12-01T08:28:28.980580+00:00", "2024-12-01T10:28:28.973626+00:00", "2024-12-01T12:28:28.385994+00:00", "2024-12-01T14:28:27.101659+00:00", "2024-12-01T16:28:30.499835+00:00", "2024-12-01T18:28:27.195336+00:00", "2024-12-01T20:28:24.503114+00:00", "2024-12-01T22:28:29.435788+00:00"], "y": [82, 75, 84, 74, 73, 74, 78, 73, 76, 78, 75, 79, 74, 75, 73, 80, 85, 79, 74, 69, 73, 76, 72, 73, 69, 66, 67, 69, 71, 69, 65, 68, 75, 80, 64, 69, 67, 65, 76, 80, 73, 70, 72, 67, 76, 75, 72, 71, 75, 80, 81, 78, 77, 87, 78, 87, 85, 83, 76, 72, 87, 86, 76, 83, 75, 78, 79, 85, 72, 85, 82, 78, 79, 73, 68, 64, 69, 78, 63, 76, 65, 74, 67, 68, 79, 78, 67, 76, 70, 63, 68, 71, 65, 70, 69, 72, 75, 73, 66, 59, 65, 66, 66, 60, 65, 60, 59, 61, 62, 57, 61, 64, 74, 60, 57, 54, 62, 58, 68, 63, 69, 64, 60, 66, 62, 61, 60, 71, 72, 70, 68, 85, 73, 68, 69, 68, 72, 68, 65, 66, 70, 57, 58, 55], "type": "scatter"}, {"hovertemplate": "Country: US
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
Percentage: %{text}
", "mode": "lines", "name": "US", "text": ["11.69%", "11.72%", "11.64%", "11.72%", "11.72%", "11.78%", "11.72%", "11.86%", "11.81%", "11.78%", "11.81%", "11.78%", "11.81%", "11.81%", "11.75%", "11.75%", "11.72%", "11.78%", "11.75%", "11.75%", "11.72%", "11.78%", "11.69%", "11.78%", "11.75%", "11.58%", "11.64%", "11.64%", "11.64%", "11.69%", "11.61%", "11.61%", "11.64%", "11.67%", "11.61%", "11.64%", "11.67%", "11.67%", "11.53%", "11.69%", "11.61%", "11.61%", "11.67%", "11.67%", "11.64%", "11.67%", "11.69%", "11.56%", "11.64%", "11.61%", "11.61%", "11.64%", "11.58%", "11.69%", "11.58%", "11.64%", "11.61%", "11.67%", "11.64%", "11.61%", "11.67%", "11.67%", "11.58%", "11.69%", "11.61%", "11.64%", "11.61%", "11.64%", "11.67%", "11.64%", "11.58%", "11.64%", "11.56%", "11.61%", "11.61%", "11.58%", "11.64%", "11.58%", "11.61%", "11.58%", "11.64%", "11.43%", "11.43%", "11.37%", "11.35%", "11.40%", "11.37%", "11.32%", "11.58%", "11.56%", "11.50%", "11.45%", "11.56%", "11.50%", "11.61%", "11.61%", "11.40%", "11.48%", "11.64%", "11.67%", "11.53%", "11.64%", "11.50%", "11.58%", "11.53%", "11.50%", "11.64%", "11.58%", "11.64%", "11.61%", "11.64%", "11.90%", "11.64%", "11.85%", "11.74%", "11.85%", "11.74%", "11.85%", "11.82%", "11.85%", "11.69%", "11.82%", "11.85%", "11.82%", "11.88%", "11.88%", "11.90%", "11.93%", "11.90%", "11.90%", "11.85%", "11.85%", "11.72%", "11.90%", "11.93%", "11.90%", "11.85%", "11.96%", "11.85%", "11.96%", "11.96%", "11.99%", "11.93%", "12.02%"], "x": ["2024-11-25T00:10:39.677221+00:00", "2024-11-25T00:40:38.977619+00:00", "2024-11-25T01:10:38.812013+00:00", "2024-11-25T01:40:45.730964+00:00", "2024-11-25T02:10:37.088996+00:00", "2024-11-25T02:40:41.429579+00:00", "2024-11-25T03:10:38.465123+00:00", "2024-11-25T03:40:37.402302+00:00", "2024-11-25T04:10:36.685532+00:00", "2024-11-25T04:40:39.652136+00:00", "2024-11-25T05:10:37.960341+00:00", "2024-11-25T05:40:38.459843+00:00", "2024-11-25T06:10:37.984540+00:00", "2024-11-25T06:40:40.519283+00:00", "2024-11-25T07:10:43.502790+00:00", "2024-11-25T07:40:39.099825+00:00", "2024-11-25T08:10:38.801127+00:00", "2024-11-25T08:40:44.102963+00:00", "2024-11-25T09:10:42.378533+00:00", "2024-11-25T09:40:37.642553+00:00", "2024-11-25T10:10:39.963741+00:00", "2024-11-25T10:40:44.353076+00:00", "2024-11-25T11:10:53.926088+00:00", "2024-11-25T11:40:39.026418+00:00", "2024-11-25T12:10:53.442349+00:00", "2024-11-25T12:40:40.046929+00:00", "2024-11-25T13:10:37.029362+00:00", "2024-11-25T13:40:35.202978+00:00", "2024-11-25T14:10:51.373768+00:00", "2024-11-25T14:40:41.483162+00:00", "2024-11-25T15:10:41.767110+00:00", "2024-11-25T15:40:37.928585+00:00", "2024-11-25T16:10:42.011715+00:00", "2024-11-25T16:40:42.906804+00:00", "2024-11-25T17:10:38.623089+00:00", "2024-11-25T17:40:39.640170+00:00", "2024-11-25T18:10:43.413978+00:00", "2024-11-25T18:40:37.190645+00:00", "2024-11-25T19:10:48.661990+00:00", "2024-11-25T19:40:40.086347+00:00", "2024-11-25T20:10:38.398623+00:00", "2024-11-25T20:40:36.718008+00:00", "2024-11-25T21:10:40.473922+00:00", "2024-11-25T21:40:39.270834+00:00", "2024-11-25T22:10:38.413422+00:00", "2024-11-25T22:40:37.112224+00:00", "2024-11-25T23:10:38.497130+00:00", "2024-11-25T23:40:38.161686+00:00", "2024-11-26T00:10:40.398381+00:00", "2024-11-26T00:40:40.290316+00:00", "2024-11-26T01:10:36.612648+00:00", "2024-11-26T01:40:43.463935+00:00", "2024-11-26T02:10:39.873792+00:00", "2024-11-26T02:40:37.964913+00:00", "2024-11-26T03:10:40.017977+00:00", "2024-11-26T03:40:39.174932+00:00", "2024-11-26T04:10:37.531667+00:00", "2024-11-26T04:40:38.728656+00:00", "2024-11-26T05:10:40.144074+00:00", "2024-11-26T05:40:36.210500+00:00", "2024-11-26T06:10:39.890940+00:00", "2024-11-26T06:40:39.928897+00:00", "2024-11-26T07:10:40.117409+00:00", "2024-11-26T07:40:41.293077+00:00", "2024-11-26T08:10:38.183260+00:00", "2024-11-26T08:40:41.971167+00:00", "2024-11-26T09:10:38.739740+00:00", "2024-11-26T09:40:35.839136+00:00", "2024-11-26T10:10:39.124793+00:00", "2024-11-26T10:40:36.913053+00:00", "2024-11-26T11:10:46.791108+00:00", "2024-11-26T11:40:35.269087+00:00", "2024-11-26T12:10:37.039635+00:00", "2024-11-26T12:40:37.875948+00:00", "2024-11-26T13:10:37.513941+00:00", "2024-11-26T13:40:36.770536+00:00", "2024-11-26T14:10:39.938744+00:00", "2024-11-26T14:40:36.903117+00:00", "2024-11-26T15:10:40.208920+00:00", "2024-11-26T15:40:37.525809+00:00", "2024-11-26T16:28:26.185936+00:00", "2024-11-26T18:28:27.483157+00:00", "2024-11-26T20:28:28.808379+00:00", "2024-11-26T22:28:34.388074+00:00", "2024-11-27T00:28:27.456845+00:00", "2024-11-27T02:28:28.634644+00:00", "2024-11-27T04:28:36.038633+00:00", "2024-11-27T06:28:26.979243+00:00", "2024-11-27T08:28:34.085105+00:00", "2024-11-27T10:28:27.319493+00:00", "2024-11-27T12:28:35.219047+00:00", "2024-11-27T14:28:26.469011+00:00", "2024-11-27T16:28:36.407440+00:00", "2024-11-27T18:28:29.116643+00:00", "2024-11-27T20:28:27.257668+00:00", "2024-11-27T22:28:28.643860+00:00", "2024-11-28T00:28:30.392714+00:00", "2024-11-28T02:28:24.747195+00:00", "2024-11-28T04:28:26.938917+00:00", "2024-11-28T06:28:33.676169+00:00", "2024-11-28T08:28:30.564525+00:00", "2024-11-28T10:28:27.880829+00:00", "2024-11-28T12:28:28.772073+00:00", "2024-11-28T14:28:28.271518+00:00", "2024-11-28T16:28:28.055017+00:00", "2024-11-28T18:28:30.885546+00:00", "2024-11-28T20:28:28.577384+00:00", "2024-11-28T22:28:27.965720+00:00", "2024-11-29T00:28:24.846030+00:00", "2024-11-29T02:28:32.677658+00:00", "2024-11-29T04:28:37.027252+00:00", "2024-11-29T06:28:26.329596+00:00", "2024-11-29T08:28:29.820204+00:00", "2024-11-29T10:28:24.390040+00:00", "2024-11-29T12:28:26.894509+00:00", "2024-11-29T14:28:30.655306+00:00", "2024-11-29T16:28:28.049239+00:00", "2024-11-29T18:28:34.419647+00:00", "2024-11-29T20:28:29.595482+00:00", "2024-11-29T22:28:28.738447+00:00", "2024-11-30T00:28:29.671384+00:00", "2024-11-30T02:28:36.451290+00:00", "2024-11-30T04:28:28.599447+00:00", "2024-11-30T06:28:30.954462+00:00", "2024-11-30T08:28:32.178026+00:00", "2024-11-30T10:28:31.913121+00:00", "2024-11-30T12:28:35.238721+00:00", "2024-11-30T14:28:30.732236+00:00", "2024-11-30T16:28:25.176086+00:00", "2024-11-30T18:28:26.559552+00:00", "2024-11-30T20:28:32.378139+00:00", "2024-11-30T22:28:29.527740+00:00", "2024-12-01T00:28:27.384798+00:00", "2024-12-01T02:28:29.656687+00:00", "2024-12-01T04:28:31.741038+00:00", "2024-12-01T06:28:29.574329+00:00", "2024-12-01T08:28:28.980580+00:00", "2024-12-01T10:28:28.973626+00:00", "2024-12-01T12:28:28.385994+00:00", "2024-12-01T14:28:27.101659+00:00", "2024-12-01T16:28:30.499835+00:00", "2024-12-01T18:28:27.195336+00:00", "2024-12-01T20:28:24.503114+00:00", "2024-12-01T22:28:29.435788+00:00"], "y": [49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 48, 48, 48, 48, 48, 48, 48, 49, 49, 49, 49, 49, 49, 49, 49, 48, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 50, 49, 50, 50, 50, 50, 50, 50, 50, 49, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 49, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50], "type": "scatter"}, {"hovertemplate": "Country: NL
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
Percentage: %{text}
", "mode": "lines", "name": "NL", "text": ["8.11%", "9.09%", "8.79%", "8.13%", "8.61%", "8.89%", "9.09%", "9.20%", "8.92%", "8.89%", "9.16%", "8.89%", "8.92%", "8.92%", "9.35%", "8.87%", "8.61%", "8.65%", "8.63%", "9.11%", "8.85%", "9.13%", "9.07%", "9.38%", "9.11%", "8.98%", "9.26%", "9.26%", "8.79%", "9.07%", "9.00%", "9.00%", "8.79%", "8.57%", "9.24%", "9.03%", "8.57%", "9.29%", "8.71%", "8.83%", "8.53%", "8.53%", "9.29%", "8.57%", "8.55%", "8.33%", "8.83%", "8.73%", "8.55%", "8.29%", "8.06%", "8.55%", "8.51%", "8.83%", "8.04%", "8.31%", "8.06%", "8.57%", "7.84%", "8.29%", "8.57%", "8.57%", "8.75%", "8.35%", "8.06%", "8.79%", "8.29%", "8.55%", "8.81%", "8.31%", "8.04%", "8.55%", "8.25%", "9.24%", "9.00%", "9.22%", "8.31%", "8.51%", "8.77%", "8.98%", "8.55%", "9.05%", "8.81%", "9.00%", "8.51%", "8.79%", "9.24%", "9.20%", "9.22%", "8.96%", "8.92%", "9.11%", "9.20%", "9.15%", "8.77%", "9.00%", "9.03%", "8.90%", "9.26%", "9.29%", "8.94%", "9.26%", "9.15%", "9.46%", "9.41%", "9.39%", "9.03%", "8.98%", "9.03%", "9.24%", "9.50%", "9.29%", "9.26%", "9.48%", "9.39%", "9.48%", "9.15%", "9.24%", "8.27%", "8.77%", "9.07%", "9.22%", "9.24%", "9.22%", "9.50%", "9.03%", "9.52%", "9.31%", "9.52%", "9.52%", "9.48%", "9.00%", "9.09%", "8.81%", "9.31%", "8.81%", "9.00%", "9.57%", "9.48%", "9.57%", "9.57%", "9.35%", "9.31%", "9.13%"], "x": ["2024-11-25T00:10:39.677221+00:00", "2024-11-25T00:40:38.977619+00:00", "2024-11-25T01:10:38.812013+00:00", "2024-11-25T01:40:45.730964+00:00", "2024-11-25T02:10:37.088996+00:00", "2024-11-25T02:40:41.429579+00:00", "2024-11-25T03:10:38.465123+00:00", "2024-11-25T03:40:37.402302+00:00", "2024-11-25T04:10:36.685532+00:00", "2024-11-25T04:40:39.652136+00:00", "2024-11-25T05:10:37.960341+00:00", "2024-11-25T05:40:38.459843+00:00", "2024-11-25T06:10:37.984540+00:00", "2024-11-25T06:40:40.519283+00:00", "2024-11-25T07:10:43.502790+00:00", "2024-11-25T07:40:39.099825+00:00", "2024-11-25T08:10:38.801127+00:00", "2024-11-25T08:40:44.102963+00:00", "2024-11-25T09:10:42.378533+00:00", "2024-11-25T09:40:37.642553+00:00", "2024-11-25T10:10:39.963741+00:00", "2024-11-25T10:40:44.353076+00:00", "2024-11-25T11:10:53.926088+00:00", "2024-11-25T11:40:39.026418+00:00", "2024-11-25T12:10:53.442349+00:00", "2024-11-25T12:40:40.046929+00:00", "2024-11-25T13:10:37.029362+00:00", "2024-11-25T13:40:35.202978+00:00", "2024-11-25T14:10:51.373768+00:00", "2024-11-25T14:40:41.483162+00:00", "2024-11-25T15:10:41.767110+00:00", "2024-11-25T15:40:37.928585+00:00", "2024-11-25T16:10:42.011715+00:00", "2024-11-25T16:40:42.906804+00:00", "2024-11-25T17:10:38.623089+00:00", "2024-11-25T17:40:39.640170+00:00", "2024-11-25T18:10:43.413978+00:00", "2024-11-25T18:40:37.190645+00:00", "2024-11-25T19:10:48.661990+00:00", "2024-11-25T19:40:40.086347+00:00", "2024-11-25T20:10:38.398623+00:00", "2024-11-25T20:40:36.718008+00:00", "2024-11-25T21:10:40.473922+00:00", "2024-11-25T21:40:39.270834+00:00", "2024-11-25T22:10:38.413422+00:00", "2024-11-25T22:40:37.112224+00:00", "2024-11-25T23:10:38.497130+00:00", "2024-11-25T23:40:38.161686+00:00", "2024-11-26T00:10:40.398381+00:00", "2024-11-26T00:40:40.290316+00:00", "2024-11-26T01:10:36.612648+00:00", "2024-11-26T01:40:43.463935+00:00", "2024-11-26T02:10:39.873792+00:00", "2024-11-26T02:40:37.964913+00:00", "2024-11-26T03:10:40.017977+00:00", "2024-11-26T03:40:39.174932+00:00", "2024-11-26T04:10:37.531667+00:00", "2024-11-26T04:40:38.728656+00:00", "2024-11-26T05:10:40.144074+00:00", "2024-11-26T05:40:36.210500+00:00", "2024-11-26T06:10:39.890940+00:00", "2024-11-26T06:40:39.928897+00:00", "2024-11-26T07:10:40.117409+00:00", "2024-11-26T07:40:41.293077+00:00", "2024-11-26T08:10:38.183260+00:00", "2024-11-26T08:40:41.971167+00:00", "2024-11-26T09:10:38.739740+00:00", "2024-11-26T09:40:35.839136+00:00", "2024-11-26T10:10:39.124793+00:00", "2024-11-26T10:40:36.913053+00:00", "2024-11-26T11:10:46.791108+00:00", "2024-11-26T11:40:35.269087+00:00", "2024-11-26T12:10:37.039635+00:00", "2024-11-26T12:40:37.875948+00:00", "2024-11-26T13:10:37.513941+00:00", "2024-11-26T13:40:36.770536+00:00", "2024-11-26T14:10:39.938744+00:00", "2024-11-26T14:40:36.903117+00:00", "2024-11-26T15:10:40.208920+00:00", "2024-11-26T15:40:37.525809+00:00", "2024-11-26T16:28:26.185936+00:00", "2024-11-26T18:28:27.483157+00:00", "2024-11-26T20:28:28.808379+00:00", "2024-11-26T22:28:34.388074+00:00", "2024-11-27T00:28:27.456845+00:00", "2024-11-27T02:28:28.634644+00:00", "2024-11-27T04:28:36.038633+00:00", "2024-11-27T06:28:26.979243+00:00", "2024-11-27T08:28:34.085105+00:00", "2024-11-27T10:28:27.319493+00:00", "2024-11-27T12:28:35.219047+00:00", "2024-11-27T14:28:26.469011+00:00", "2024-11-27T16:28:36.407440+00:00", "2024-11-27T18:28:29.116643+00:00", "2024-11-27T20:28:27.257668+00:00", "2024-11-27T22:28:28.643860+00:00", "2024-11-28T00:28:30.392714+00:00", "2024-11-28T02:28:24.747195+00:00", "2024-11-28T04:28:26.938917+00:00", "2024-11-28T06:28:33.676169+00:00", "2024-11-28T08:28:30.564525+00:00", "2024-11-28T10:28:27.880829+00:00", "2024-11-28T12:28:28.772073+00:00", "2024-11-28T14:28:28.271518+00:00", "2024-11-28T16:28:28.055017+00:00", "2024-11-28T18:28:30.885546+00:00", "2024-11-28T20:28:28.577384+00:00", "2024-11-28T22:28:27.965720+00:00", "2024-11-29T00:28:24.846030+00:00", "2024-11-29T02:28:32.677658+00:00", "2024-11-29T04:28:37.027252+00:00", "2024-11-29T06:28:26.329596+00:00", "2024-11-29T08:28:29.820204+00:00", "2024-11-29T10:28:24.390040+00:00", "2024-11-29T12:28:26.894509+00:00", "2024-11-29T14:28:30.655306+00:00", "2024-11-29T16:28:28.049239+00:00", "2024-11-29T18:28:34.419647+00:00", "2024-11-29T20:28:29.595482+00:00", "2024-11-29T22:28:28.738447+00:00", "2024-11-30T00:28:29.671384+00:00", "2024-11-30T02:28:36.451290+00:00", "2024-11-30T04:28:28.599447+00:00", "2024-11-30T06:28:30.954462+00:00", "2024-11-30T08:28:32.178026+00:00", "2024-11-30T10:28:31.913121+00:00", "2024-11-30T12:28:35.238721+00:00", "2024-11-30T14:28:30.732236+00:00", "2024-11-30T16:28:25.176086+00:00", "2024-11-30T18:28:26.559552+00:00", "2024-11-30T20:28:32.378139+00:00", "2024-11-30T22:28:29.527740+00:00", "2024-12-01T00:28:27.384798+00:00", "2024-12-01T02:28:29.656687+00:00", "2024-12-01T04:28:31.741038+00:00", "2024-12-01T06:28:29.574329+00:00", "2024-12-01T08:28:28.980580+00:00", "2024-12-01T10:28:28.973626+00:00", "2024-12-01T12:28:28.385994+00:00", "2024-12-01T14:28:27.101659+00:00", "2024-12-01T16:28:30.499835+00:00", "2024-12-01T18:28:27.195336+00:00", "2024-12-01T20:28:24.503114+00:00", "2024-12-01T22:28:29.435788+00:00"], "y": [34, 38, 37, 34, 36, 37, 38, 38, 37, 37, 38, 37, 37, 37, 39, 37, 36, 36, 36, 38, 37, 38, 38, 39, 38, 38, 39, 39, 37, 38, 38, 38, 37, 36, 39, 38, 36, 39, 37, 37, 36, 36, 39, 36, 36, 35, 37, 37, 36, 35, 34, 36, 36, 37, 34, 35, 34, 36, 33, 35, 36, 36, 37, 35, 34, 37, 35, 36, 37, 35, 34, 36, 35, 39, 38, 39, 35, 36, 37, 38, 36, 38, 37, 38, 36, 37, 39, 39, 39, 38, 38, 39, 39, 39, 37, 38, 38, 38, 39, 39, 38, 39, 39, 40, 40, 40, 38, 38, 38, 39, 40, 39, 39, 40, 40, 40, 39, 39, 35, 37, 38, 39, 39, 39, 40, 38, 40, 39, 40, 40, 40, 38, 38, 37, 39, 37, 38, 40, 40, 40, 40, 39, 39, 38], "type": "scatter"}, {"hovertemplate": "Country: GB
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
Percentage: %{text}
", "mode": "lines", "name": "GB", "text": ["6.92%", "6.94%", "6.65%", "7.18%", "6.94%", "6.97%", "6.94%", "7.26%", "7.47%", "6.49%", "7.47%", "7.21%", "6.75%", "6.99%", "6.47%", "7.19%", "6.70%", "7.21%", "6.71%", "6.95%", "6.94%", "7.21%", "7.40%", "7.21%", "6.71%", "6.86%", "7.13%", "6.89%", "6.41%", "7.40%", "7.11%", "7.35%", "6.89%", "6.43%", "7.35%", "7.60%", "7.38%", "7.38%", "7.29%", "6.68%", "7.11%", "7.58%", "7.14%", "7.14%", "7.13%", "7.62%", "7.40%", "7.31%", "6.89%", "7.35%", "6.87%", "7.36%", "7.09%", "7.40%", "7.33%", "6.65%", "7.11%", "6.90%", "7.60%", "7.35%", "7.38%", "6.90%", "7.33%", "7.16%", "7.35%", "6.65%", "6.64%", "6.41%", "6.90%", "6.65%", "6.62%", "6.65%", "7.31%", "6.87%", "6.87%", "7.57%", "7.60%", "7.09%", "7.58%", "7.33%", "7.13%", "6.90%", "6.90%", "7.58%", "6.86%", "7.36%", "6.40%", "7.08%", "6.62%", "7.31%", "6.81%", "6.31%", "7.31%", "6.81%", "7.11%", "6.87%", "6.65%", "6.79%", "6.65%", "7.62%", "7.29%", "6.65%", "7.04%", "6.86%", "6.82%", "7.28%", "7.36%", "6.86%", "7.36%", "7.11%", "7.13%", "6.67%", "6.89%", "7.35%", "7.28%", "7.58%", "6.81%", "7.35%", "6.86%", "7.11%", "6.68%", "6.62%", "7.11%", "7.09%", "7.36%", "7.60%", "7.38%", "6.68%", "6.90%", "7.62%", "7.58%", "6.16%", "6.46%", "7.62%", "7.16%", "7.14%", "7.82%", "7.66%", "7.58%", "6.94%", "7.42%", "7.43%", "7.64%", "7.69%"], "x": ["2024-11-25T00:10:39.677221+00:00", "2024-11-25T00:40:38.977619+00:00", "2024-11-25T01:10:38.812013+00:00", "2024-11-25T01:40:45.730964+00:00", "2024-11-25T02:10:37.088996+00:00", "2024-11-25T02:40:41.429579+00:00", "2024-11-25T03:10:38.465123+00:00", "2024-11-25T03:40:37.402302+00:00", "2024-11-25T04:10:36.685532+00:00", "2024-11-25T04:40:39.652136+00:00", "2024-11-25T05:10:37.960341+00:00", "2024-11-25T05:40:38.459843+00:00", "2024-11-25T06:10:37.984540+00:00", "2024-11-25T06:40:40.519283+00:00", "2024-11-25T07:10:43.502790+00:00", "2024-11-25T07:40:39.099825+00:00", "2024-11-25T08:10:38.801127+00:00", "2024-11-25T08:40:44.102963+00:00", "2024-11-25T09:10:42.378533+00:00", "2024-11-25T09:40:37.642553+00:00", "2024-11-25T10:10:39.963741+00:00", "2024-11-25T10:40:44.353076+00:00", "2024-11-25T11:10:53.926088+00:00", "2024-11-25T11:40:39.026418+00:00", "2024-11-25T12:10:53.442349+00:00", "2024-11-25T12:40:40.046929+00:00", "2024-11-25T13:10:37.029362+00:00", "2024-11-25T13:40:35.202978+00:00", "2024-11-25T14:10:51.373768+00:00", "2024-11-25T14:40:41.483162+00:00", "2024-11-25T15:10:41.767110+00:00", "2024-11-25T15:40:37.928585+00:00", "2024-11-25T16:10:42.011715+00:00", "2024-11-25T16:40:42.906804+00:00", "2024-11-25T17:10:38.623089+00:00", "2024-11-25T17:40:39.640170+00:00", "2024-11-25T18:10:43.413978+00:00", "2024-11-25T18:40:37.190645+00:00", "2024-11-25T19:10:48.661990+00:00", "2024-11-25T19:40:40.086347+00:00", "2024-11-25T20:10:38.398623+00:00", "2024-11-25T20:40:36.718008+00:00", "2024-11-25T21:10:40.473922+00:00", "2024-11-25T21:40:39.270834+00:00", "2024-11-25T22:10:38.413422+00:00", "2024-11-25T22:40:37.112224+00:00", "2024-11-25T23:10:38.497130+00:00", "2024-11-25T23:40:38.161686+00:00", "2024-11-26T00:10:40.398381+00:00", "2024-11-26T00:40:40.290316+00:00", "2024-11-26T01:10:36.612648+00:00", "2024-11-26T01:40:43.463935+00:00", "2024-11-26T02:10:39.873792+00:00", "2024-11-26T02:40:37.964913+00:00", "2024-11-26T03:10:40.017977+00:00", "2024-11-26T03:40:39.174932+00:00", "2024-11-26T04:10:37.531667+00:00", "2024-11-26T04:40:38.728656+00:00", "2024-11-26T05:10:40.144074+00:00", "2024-11-26T05:40:36.210500+00:00", "2024-11-26T06:10:39.890940+00:00", "2024-11-26T06:40:39.928897+00:00", "2024-11-26T07:10:40.117409+00:00", "2024-11-26T07:40:41.293077+00:00", "2024-11-26T08:10:38.183260+00:00", "2024-11-26T08:40:41.971167+00:00", "2024-11-26T09:10:38.739740+00:00", "2024-11-26T09:40:35.839136+00:00", "2024-11-26T10:10:39.124793+00:00", "2024-11-26T10:40:36.913053+00:00", "2024-11-26T11:10:46.791108+00:00", "2024-11-26T11:40:35.269087+00:00", "2024-11-26T12:10:37.039635+00:00", "2024-11-26T12:40:37.875948+00:00", "2024-11-26T13:10:37.513941+00:00", "2024-11-26T13:40:36.770536+00:00", "2024-11-26T14:10:39.938744+00:00", "2024-11-26T14:40:36.903117+00:00", "2024-11-26T15:10:40.208920+00:00", "2024-11-26T15:40:37.525809+00:00", "2024-11-26T16:28:26.185936+00:00", "2024-11-26T18:28:27.483157+00:00", "2024-11-26T20:28:28.808379+00:00", "2024-11-26T22:28:34.388074+00:00", "2024-11-27T00:28:27.456845+00:00", "2024-11-27T02:28:28.634644+00:00", "2024-11-27T04:28:36.038633+00:00", "2024-11-27T06:28:26.979243+00:00", "2024-11-27T08:28:34.085105+00:00", "2024-11-27T10:28:27.319493+00:00", "2024-11-27T12:28:35.219047+00:00", "2024-11-27T14:28:26.469011+00:00", "2024-11-27T16:28:36.407440+00:00", "2024-11-27T18:28:29.116643+00:00", "2024-11-27T20:28:27.257668+00:00", "2024-11-27T22:28:28.643860+00:00", "2024-11-28T00:28:30.392714+00:00", "2024-11-28T02:28:24.747195+00:00", "2024-11-28T04:28:26.938917+00:00", "2024-11-28T06:28:33.676169+00:00", "2024-11-28T08:28:30.564525+00:00", "2024-11-28T10:28:27.880829+00:00", "2024-11-28T12:28:28.772073+00:00", "2024-11-28T14:28:28.271518+00:00", "2024-11-28T16:28:28.055017+00:00", "2024-11-28T18:28:30.885546+00:00", "2024-11-28T20:28:28.577384+00:00", "2024-11-28T22:28:27.965720+00:00", "2024-11-29T00:28:24.846030+00:00", "2024-11-29T02:28:32.677658+00:00", "2024-11-29T04:28:37.027252+00:00", "2024-11-29T06:28:26.329596+00:00", "2024-11-29T08:28:29.820204+00:00", "2024-11-29T10:28:24.390040+00:00", "2024-11-29T12:28:26.894509+00:00", "2024-11-29T14:28:30.655306+00:00", "2024-11-29T16:28:28.049239+00:00", "2024-11-29T18:28:34.419647+00:00", "2024-11-29T20:28:29.595482+00:00", "2024-11-29T22:28:28.738447+00:00", "2024-11-30T00:28:29.671384+00:00", "2024-11-30T02:28:36.451290+00:00", "2024-11-30T04:28:28.599447+00:00", "2024-11-30T06:28:30.954462+00:00", "2024-11-30T08:28:32.178026+00:00", "2024-11-30T10:28:31.913121+00:00", "2024-11-30T12:28:35.238721+00:00", "2024-11-30T14:28:30.732236+00:00", "2024-11-30T16:28:25.176086+00:00", "2024-11-30T18:28:26.559552+00:00", "2024-11-30T20:28:32.378139+00:00", "2024-11-30T22:28:29.527740+00:00", "2024-12-01T00:28:27.384798+00:00", "2024-12-01T02:28:29.656687+00:00", "2024-12-01T04:28:31.741038+00:00", "2024-12-01T06:28:29.574329+00:00", "2024-12-01T08:28:28.980580+00:00", "2024-12-01T10:28:28.973626+00:00", "2024-12-01T12:28:28.385994+00:00", "2024-12-01T14:28:27.101659+00:00", "2024-12-01T16:28:30.499835+00:00", "2024-12-01T18:28:27.195336+00:00", "2024-12-01T20:28:24.503114+00:00", "2024-12-01T22:28:29.435788+00:00"], "y": [29, 29, 28, 30, 29, 29, 29, 30, 31, 27, 31, 30, 28, 29, 27, 30, 28, 30, 28, 29, 29, 30, 31, 30, 28, 29, 30, 29, 27, 31, 30, 31, 29, 27, 31, 32, 31, 31, 31, 28, 30, 32, 30, 30, 30, 32, 31, 31, 29, 31, 29, 31, 30, 31, 31, 28, 30, 29, 32, 31, 31, 29, 31, 30, 31, 28, 28, 27, 29, 28, 28, 28, 31, 29, 29, 32, 32, 30, 32, 31, 30, 29, 29, 32, 29, 31, 27, 30, 28, 31, 29, 27, 31, 29, 30, 29, 28, 29, 28, 32, 31, 28, 30, 29, 29, 31, 31, 29, 31, 30, 30, 28, 29, 31, 31, 32, 29, 31, 29, 30, 28, 28, 30, 30, 31, 32, 31, 28, 29, 32, 32, 26, 27, 32, 30, 30, 33, 32, 32, 29, 31, 31, 32, 32], "type": "scatter"}, {"hovertemplate": "Country: FR
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
Percentage: %{text}
", "mode": "lines", "name": "FR", "text": ["4.30%", "4.55%", "4.04%", "4.78%", "4.78%", "4.57%", "4.07%", "4.12%", "3.61%", "4.33%", "4.34%", "3.85%", "4.34%", "4.10%", "4.08%", "3.84%", "4.31%", "4.33%", "4.32%", "4.56%", "4.31%", "4.57%", "4.77%", "4.33%", "4.56%", "5.20%", "5.23%", "5.46%", "5.23%", "5.01%", "4.98%", "5.45%", "4.99%", "5.00%", "5.21%", "5.46%", "5.24%", "5.48%", "4.94%", "4.77%", "5.21%", "4.98%", "4.76%", "5.24%", "4.75%", "5.00%", "5.01%", "5.19%", "4.75%", "4.98%", "4.98%", "5.23%", "4.49%", "4.53%", "5.20%", "4.51%", "4.74%", "5.24%", "4.75%", "4.74%", "4.52%", "4.52%", "4.73%", "4.53%", "4.74%", "4.99%", "5.21%", "4.51%", "4.76%", "4.51%", "4.73%", "4.51%", "4.48%", "4.98%", "4.98%", "4.73%", "4.75%", "4.96%", "5.21%", "4.73%", "5.23%", "5.24%", "5.24%", "4.98%", "5.20%", "4.99%", "4.74%", "5.19%", "4.96%", "5.19%", "4.93%", "5.14%", "5.19%", "4.69%", "4.98%", "4.74%", "4.99%", "5.15%", "5.46%", "5.24%", "4.71%", "5.46%", "4.93%", "5.44%", "4.94%", "5.40%", "5.70%", "5.20%", "4.99%", "5.45%", "5.70%", "5.71%", "4.99%", "5.45%", "5.16%", "5.21%", "5.63%", "5.45%", "4.96%", "4.98%", "4.30%", "5.20%", "4.98%", "4.96%", "4.75%", "4.99%", "5.24%", "5.01%", "5.24%", "4.76%", "5.21%", "4.74%", "5.26%", "5.48%", "5.01%", "5.00%", "5.21%", "5.26%", "5.21%", "5.26%", "5.26%", "5.28%", "5.49%", "5.05%"], "x": ["2024-11-25T00:10:39.677221+00:00", "2024-11-25T00:40:38.977619+00:00", "2024-11-25T01:10:38.812013+00:00", "2024-11-25T01:40:45.730964+00:00", "2024-11-25T02:10:37.088996+00:00", "2024-11-25T02:40:41.429579+00:00", "2024-11-25T03:10:38.465123+00:00", "2024-11-25T03:40:37.402302+00:00", "2024-11-25T04:10:36.685532+00:00", "2024-11-25T04:40:39.652136+00:00", "2024-11-25T05:10:37.960341+00:00", "2024-11-25T05:40:38.459843+00:00", "2024-11-25T06:10:37.984540+00:00", "2024-11-25T06:40:40.519283+00:00", "2024-11-25T07:10:43.502790+00:00", "2024-11-25T07:40:39.099825+00:00", "2024-11-25T08:10:38.801127+00:00", "2024-11-25T08:40:44.102963+00:00", "2024-11-25T09:10:42.378533+00:00", "2024-11-25T09:40:37.642553+00:00", "2024-11-25T10:10:39.963741+00:00", "2024-11-25T10:40:44.353076+00:00", "2024-11-25T11:10:53.926088+00:00", "2024-11-25T11:40:39.026418+00:00", "2024-11-25T12:10:53.442349+00:00", "2024-11-25T12:40:40.046929+00:00", "2024-11-25T13:10:37.029362+00:00", "2024-11-25T13:40:35.202978+00:00", "2024-11-25T14:10:51.373768+00:00", "2024-11-25T14:40:41.483162+00:00", "2024-11-25T15:10:41.767110+00:00", "2024-11-25T15:40:37.928585+00:00", "2024-11-25T16:10:42.011715+00:00", "2024-11-25T16:40:42.906804+00:00", "2024-11-25T17:10:38.623089+00:00", "2024-11-25T17:40:39.640170+00:00", "2024-11-25T18:10:43.413978+00:00", "2024-11-25T18:40:37.190645+00:00", "2024-11-25T19:10:48.661990+00:00", "2024-11-25T19:40:40.086347+00:00", "2024-11-25T20:10:38.398623+00:00", "2024-11-25T20:40:36.718008+00:00", "2024-11-25T21:10:40.473922+00:00", "2024-11-25T21:40:39.270834+00:00", "2024-11-25T22:10:38.413422+00:00", "2024-11-25T22:40:37.112224+00:00", "2024-11-25T23:10:38.497130+00:00", "2024-11-25T23:40:38.161686+00:00", "2024-11-26T00:10:40.398381+00:00", "2024-11-26T00:40:40.290316+00:00", "2024-11-26T01:10:36.612648+00:00", "2024-11-26T01:40:43.463935+00:00", "2024-11-26T02:10:39.873792+00:00", "2024-11-26T02:40:37.964913+00:00", "2024-11-26T03:10:40.017977+00:00", "2024-11-26T03:40:39.174932+00:00", "2024-11-26T04:10:37.531667+00:00", "2024-11-26T04:40:38.728656+00:00", "2024-11-26T05:10:40.144074+00:00", "2024-11-26T05:40:36.210500+00:00", "2024-11-26T06:10:39.890940+00:00", "2024-11-26T06:40:39.928897+00:00", "2024-11-26T07:10:40.117409+00:00", "2024-11-26T07:40:41.293077+00:00", "2024-11-26T08:10:38.183260+00:00", "2024-11-26T08:40:41.971167+00:00", "2024-11-26T09:10:38.739740+00:00", "2024-11-26T09:40:35.839136+00:00", "2024-11-26T10:10:39.124793+00:00", "2024-11-26T10:40:36.913053+00:00", "2024-11-26T11:10:46.791108+00:00", "2024-11-26T11:40:35.269087+00:00", "2024-11-26T12:10:37.039635+00:00", "2024-11-26T12:40:37.875948+00:00", "2024-11-26T13:10:37.513941+00:00", "2024-11-26T13:40:36.770536+00:00", "2024-11-26T14:10:39.938744+00:00", "2024-11-26T14:40:36.903117+00:00", "2024-11-26T15:10:40.208920+00:00", "2024-11-26T15:40:37.525809+00:00", "2024-11-26T16:28:26.185936+00:00", "2024-11-26T18:28:27.483157+00:00", "2024-11-26T20:28:28.808379+00:00", "2024-11-26T22:28:34.388074+00:00", "2024-11-27T00:28:27.456845+00:00", "2024-11-27T02:28:28.634644+00:00", "2024-11-27T04:28:36.038633+00:00", "2024-11-27T06:28:26.979243+00:00", "2024-11-27T08:28:34.085105+00:00", "2024-11-27T10:28:27.319493+00:00", "2024-11-27T12:28:35.219047+00:00", "2024-11-27T14:28:26.469011+00:00", "2024-11-27T16:28:36.407440+00:00", "2024-11-27T18:28:29.116643+00:00", "2024-11-27T20:28:27.257668+00:00", "2024-11-27T22:28:28.643860+00:00", "2024-11-28T00:28:30.392714+00:00", "2024-11-28T02:28:24.747195+00:00", "2024-11-28T04:28:26.938917+00:00", "2024-11-28T06:28:33.676169+00:00", "2024-11-28T08:28:30.564525+00:00", "2024-11-28T10:28:27.880829+00:00", "2024-11-28T12:28:28.772073+00:00", "2024-11-28T14:28:28.271518+00:00", "2024-11-28T16:28:28.055017+00:00", "2024-11-28T18:28:30.885546+00:00", "2024-11-28T20:28:28.577384+00:00", "2024-11-28T22:28:27.965720+00:00", "2024-11-29T00:28:24.846030+00:00", "2024-11-29T02:28:32.677658+00:00", "2024-11-29T04:28:37.027252+00:00", "2024-11-29T06:28:26.329596+00:00", "2024-11-29T08:28:29.820204+00:00", "2024-11-29T10:28:24.390040+00:00", "2024-11-29T12:28:26.894509+00:00", "2024-11-29T14:28:30.655306+00:00", "2024-11-29T16:28:28.049239+00:00", "2024-11-29T18:28:34.419647+00:00", "2024-11-29T20:28:29.595482+00:00", "2024-11-29T22:28:28.738447+00:00", "2024-11-30T00:28:29.671384+00:00", "2024-11-30T02:28:36.451290+00:00", "2024-11-30T04:28:28.599447+00:00", "2024-11-30T06:28:30.954462+00:00", "2024-11-30T08:28:32.178026+00:00", "2024-11-30T10:28:31.913121+00:00", "2024-11-30T12:28:35.238721+00:00", "2024-11-30T14:28:30.732236+00:00", "2024-11-30T16:28:25.176086+00:00", "2024-11-30T18:28:26.559552+00:00", "2024-11-30T20:28:32.378139+00:00", "2024-11-30T22:28:29.527740+00:00", "2024-12-01T00:28:27.384798+00:00", "2024-12-01T02:28:29.656687+00:00", "2024-12-01T04:28:31.741038+00:00", "2024-12-01T06:28:29.574329+00:00", "2024-12-01T08:28:28.980580+00:00", "2024-12-01T10:28:28.973626+00:00", "2024-12-01T12:28:28.385994+00:00", "2024-12-01T14:28:27.101659+00:00", "2024-12-01T16:28:30.499835+00:00", "2024-12-01T18:28:27.195336+00:00", "2024-12-01T20:28:24.503114+00:00", "2024-12-01T22:28:29.435788+00:00"], "y": [18, 19, 17, 20, 20, 19, 17, 17, 15, 18, 18, 16, 18, 17, 17, 16, 18, 18, 18, 19, 18, 19, 20, 18, 19, 22, 22, 23, 22, 21, 21, 23, 21, 21, 22, 23, 22, 23, 21, 20, 22, 21, 20, 22, 20, 21, 21, 22, 20, 21, 21, 22, 19, 19, 22, 19, 20, 22, 20, 20, 19, 19, 20, 19, 20, 21, 22, 19, 20, 19, 20, 19, 19, 21, 21, 20, 20, 21, 22, 20, 22, 22, 22, 21, 22, 21, 20, 22, 21, 22, 21, 22, 22, 20, 21, 20, 21, 22, 23, 22, 20, 23, 21, 23, 21, 23, 24, 22, 21, 23, 24, 24, 21, 23, 22, 22, 24, 23, 21, 21, 18, 22, 21, 21, 20, 21, 22, 21, 22, 20, 22, 20, 22, 23, 21, 21, 22, 22, 22, 22, 22, 22, 23, 21], "type": "scatter"}, {"hovertemplate": "Country: others
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
Percentage: %{text}
", "mode": "lines", "name": "others", "text": ["17.66%", "16.75%", "17.10%", "17.70%", "17.70%", "17.79%", "16.99%", "17.68%", "17.59%", "18.27%", "18.07%", "18.03%", "18.07%", "17.59%", "18.47%", "17.75%", "16.99%", "18.03%", "18.47%", "18.71%", "17.46%", "16.83%", "17.90%", "18.27%", "18.23%", "18.20%", "18.29%", "18.05%", "18.53%", "18.14%", "18.96%", "18.01%", "18.29%", "18.10%", "18.72%", "18.05%", "19.05%", "18.81%", "18.35%", "18.14%", "18.48%", "18.25%", "17.62%", "18.33%", "17.58%", "18.33%", "18.85%", "17.69%", "17.34%", "16.59%", "17.54%", "16.86%", "17.97%", "15.75%", "17.49%", "16.86%", "16.82%", "16.67%", "17.34%", "17.30%", "16.90%", "16.19%", "16.78%", "16.71%", "17.06%", "16.86%", "17.77%", "17.34%", "17.62%", "17.10%", "17.02%", "16.86%", "17.92%", "17.54%", "17.77%", "18.20%", "18.53%", "17.73%", "18.48%", "17.97%", "18.29%", "17.14%", "18.81%", "17.54%", "17.97%", "16.86%", "18.01%", "17.45%", "18.44%", "18.40%", "18.54%", "17.99%", "17.45%", "17.37%", "18.25%", "18.25%", "18.05%", "18.27%", "18.53%", "18.57%", "17.88%", "18.76%", "18.54%", "18.20%", "18.59%", "18.78%", "18.76%", "18.91%", "18.29%", "18.72%", "18.05%", "18.10%", "18.53%", "18.48%", "18.78%", "18.72%", "18.08%", "18.48%", "18.68%", "18.25%", "18.62%", "17.73%", "18.01%", "17.73%", "17.81%", "18.05%", "18.33%", "17.42%", "17.62%", "17.14%", "16.59%", "16.82%", "17.46%", "16.43%", "16.95%", "17.38%", "17.06%", "16.27%", "17.06%", "18.42%", "17.46%", "17.99%", "18.14%", "18.27%"], "x": ["2024-11-25T00:10:39.677221+00:00", "2024-11-25T00:40:38.977619+00:00", "2024-11-25T01:10:38.812013+00:00", "2024-11-25T01:40:45.730964+00:00", "2024-11-25T02:10:37.088996+00:00", "2024-11-25T02:40:41.429579+00:00", "2024-11-25T03:10:38.465123+00:00", "2024-11-25T03:40:37.402302+00:00", "2024-11-25T04:10:36.685532+00:00", "2024-11-25T04:40:39.652136+00:00", "2024-11-25T05:10:37.960341+00:00", "2024-11-25T05:40:38.459843+00:00", "2024-11-25T06:10:37.984540+00:00", "2024-11-25T06:40:40.519283+00:00", "2024-11-25T07:10:43.502790+00:00", "2024-11-25T07:40:39.099825+00:00", "2024-11-25T08:10:38.801127+00:00", "2024-11-25T08:40:44.102963+00:00", "2024-11-25T09:10:42.378533+00:00", "2024-11-25T09:40:37.642553+00:00", "2024-11-25T10:10:39.963741+00:00", "2024-11-25T10:40:44.353076+00:00", "2024-11-25T11:10:53.926088+00:00", "2024-11-25T11:40:39.026418+00:00", "2024-11-25T12:10:53.442349+00:00", "2024-11-25T12:40:40.046929+00:00", "2024-11-25T13:10:37.029362+00:00", "2024-11-25T13:40:35.202978+00:00", "2024-11-25T14:10:51.373768+00:00", "2024-11-25T14:40:41.483162+00:00", "2024-11-25T15:10:41.767110+00:00", "2024-11-25T15:40:37.928585+00:00", "2024-11-25T16:10:42.011715+00:00", "2024-11-25T16:40:42.906804+00:00", "2024-11-25T17:10:38.623089+00:00", "2024-11-25T17:40:39.640170+00:00", "2024-11-25T18:10:43.413978+00:00", "2024-11-25T18:40:37.190645+00:00", "2024-11-25T19:10:48.661990+00:00", "2024-11-25T19:40:40.086347+00:00", "2024-11-25T20:10:38.398623+00:00", "2024-11-25T20:40:36.718008+00:00", "2024-11-25T21:10:40.473922+00:00", "2024-11-25T21:40:39.270834+00:00", "2024-11-25T22:10:38.413422+00:00", "2024-11-25T22:40:37.112224+00:00", "2024-11-25T23:10:38.497130+00:00", "2024-11-25T23:40:38.161686+00:00", "2024-11-26T00:10:40.398381+00:00", "2024-11-26T00:40:40.290316+00:00", "2024-11-26T01:10:36.612648+00:00", "2024-11-26T01:40:43.463935+00:00", "2024-11-26T02:10:39.873792+00:00", "2024-11-26T02:40:37.964913+00:00", "2024-11-26T03:10:40.017977+00:00", "2024-11-26T03:40:39.174932+00:00", "2024-11-26T04:10:37.531667+00:00", "2024-11-26T04:40:38.728656+00:00", "2024-11-26T05:10:40.144074+00:00", "2024-11-26T05:40:36.210500+00:00", "2024-11-26T06:10:39.890940+00:00", "2024-11-26T06:40:39.928897+00:00", "2024-11-26T07:10:40.117409+00:00", "2024-11-26T07:40:41.293077+00:00", "2024-11-26T08:10:38.183260+00:00", "2024-11-26T08:40:41.971167+00:00", "2024-11-26T09:10:38.739740+00:00", "2024-11-26T09:40:35.839136+00:00", "2024-11-26T10:10:39.124793+00:00", "2024-11-26T10:40:36.913053+00:00", "2024-11-26T11:10:46.791108+00:00", "2024-11-26T11:40:35.269087+00:00", "2024-11-26T12:10:37.039635+00:00", "2024-11-26T12:40:37.875948+00:00", "2024-11-26T13:10:37.513941+00:00", "2024-11-26T13:40:36.770536+00:00", "2024-11-26T14:10:39.938744+00:00", "2024-11-26T14:40:36.903117+00:00", "2024-11-26T15:10:40.208920+00:00", "2024-11-26T15:40:37.525809+00:00", "2024-11-26T16:28:26.185936+00:00", "2024-11-26T18:28:27.483157+00:00", "2024-11-26T20:28:28.808379+00:00", "2024-11-26T22:28:34.388074+00:00", "2024-11-27T00:28:27.456845+00:00", "2024-11-27T02:28:28.634644+00:00", "2024-11-27T04:28:36.038633+00:00", "2024-11-27T06:28:26.979243+00:00", "2024-11-27T08:28:34.085105+00:00", "2024-11-27T10:28:27.319493+00:00", "2024-11-27T12:28:35.219047+00:00", "2024-11-27T14:28:26.469011+00:00", "2024-11-27T16:28:36.407440+00:00", "2024-11-27T18:28:29.116643+00:00", "2024-11-27T20:28:27.257668+00:00", "2024-11-27T22:28:28.643860+00:00", "2024-11-28T00:28:30.392714+00:00", "2024-11-28T02:28:24.747195+00:00", "2024-11-28T04:28:26.938917+00:00", "2024-11-28T06:28:33.676169+00:00", "2024-11-28T08:28:30.564525+00:00", "2024-11-28T10:28:27.880829+00:00", "2024-11-28T12:28:28.772073+00:00", "2024-11-28T14:28:28.271518+00:00", "2024-11-28T16:28:28.055017+00:00", "2024-11-28T18:28:30.885546+00:00", "2024-11-28T20:28:28.577384+00:00", "2024-11-28T22:28:27.965720+00:00", "2024-11-29T00:28:24.846030+00:00", "2024-11-29T02:28:32.677658+00:00", "2024-11-29T04:28:37.027252+00:00", "2024-11-29T06:28:26.329596+00:00", "2024-11-29T08:28:29.820204+00:00", "2024-11-29T10:28:24.390040+00:00", "2024-11-29T12:28:26.894509+00:00", "2024-11-29T14:28:30.655306+00:00", "2024-11-29T16:28:28.049239+00:00", "2024-11-29T18:28:34.419647+00:00", "2024-11-29T20:28:29.595482+00:00", "2024-11-29T22:28:28.738447+00:00", "2024-11-30T00:28:29.671384+00:00", "2024-11-30T02:28:36.451290+00:00", "2024-11-30T04:28:28.599447+00:00", "2024-11-30T06:28:30.954462+00:00", "2024-11-30T08:28:32.178026+00:00", "2024-11-30T10:28:31.913121+00:00", "2024-11-30T12:28:35.238721+00:00", "2024-11-30T14:28:30.732236+00:00", "2024-11-30T16:28:25.176086+00:00", "2024-11-30T18:28:26.559552+00:00", "2024-11-30T20:28:32.378139+00:00", "2024-11-30T22:28:29.527740+00:00", "2024-12-01T00:28:27.384798+00:00", "2024-12-01T02:28:29.656687+00:00", "2024-12-01T04:28:31.741038+00:00", "2024-12-01T06:28:29.574329+00:00", "2024-12-01T08:28:28.980580+00:00", "2024-12-01T10:28:28.973626+00:00", "2024-12-01T12:28:28.385994+00:00", "2024-12-01T14:28:27.101659+00:00", "2024-12-01T16:28:30.499835+00:00", "2024-12-01T18:28:27.195336+00:00", "2024-12-01T20:28:24.503114+00:00", "2024-12-01T22:28:29.435788+00:00"], "y": [74, 70, 72, 74, 74, 74, 71, 73, 73, 76, 75, 75, 75, 73, 77, 74, 71, 75, 77, 78, 73, 70, 75, 76, 76, 77, 77, 76, 78, 76, 80, 76, 77, 76, 79, 76, 80, 79, 78, 76, 78, 77, 74, 77, 74, 77, 79, 75, 73, 70, 74, 71, 76, 66, 74, 71, 71, 70, 73, 73, 71, 68, 71, 70, 72, 71, 75, 73, 74, 72, 72, 71, 76, 74, 75, 77, 78, 75, 78, 76, 77, 72, 79, 74, 76, 71, 76, 74, 78, 78, 79, 77, 74, 74, 77, 77, 76, 78, 78, 78, 76, 79, 79, 77, 79, 80, 79, 80, 77, 79, 76, 76, 78, 78, 80, 79, 77, 78, 79, 77, 78, 75, 76, 75, 75, 76, 77, 73, 74, 72, 70, 71, 73, 69, 71, 73, 72, 68, 72, 77, 73, 75, 76, 76], "type": "scatter"}], "layout": {"template": {"data": {"scatter": [{"type": "scatter"}]}}, "xaxis": {"title": {"text": "Date"}, "tickangle": -20, "type": "date", "tickformat": "%Y-%m-%d"}, "yaxis": {"title": {"text": "Count"}}, "legend": {"title": {"text": "Country"}}, "annotations": [{"font": {"size": 18}, "showarrow": false, "text": "Country Distribution of All Nodes", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.15, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 14}, "showarrow": false, "text": "Total Mean: 420", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.1, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 10}, "showarrow": false, "text": "Data: week ending 01 Dec 2024. Source: Nebula", "x": 0.99, "xanchor": "right", "xref": "paper", "y": -0.14, "yanchor": "top", "yref": "paper"}]}} \ No newline at end of file diff --git a/content.en/plots/2024/11/25/avail-network-stability-cdf.json b/content.en/plots/2024/11/25/avail-network-stability-cdf.json new file mode 100644 index 000000000..7755d1ab1 --- /dev/null +++ b/content.en/plots/2024/11/25/avail-network-stability-cdf.json @@ -0,0 +1 @@ +{"data": [{"hovertemplate": "After %{text}: %{y:.1f}%
", "line": {"color": "#4c72b0", "dash": "solid", "width": 2}, "text": ["00:00", "00:15", "00:30", "00:45", "01:00", "01:15", "01:30", "01:45", "02:00", "02:15", "02:30", "02:45", "03:00", "03:15", "03:30", "03:45", "04:00", "04:15", "04:30", "04:45", "05:00", "05:15", "05:30", "05:45", "06:00", "06:15", "06:30", "06:45", "07:00", "07:15", "07:30", "07:45", "08:00", "08:15", "08:30", "08:45", "09:00", "09:15", "09:30", "09:45", "10:00", "10:15", "10:30", "10:45", "11:00", "11:15", "11:30", "11:45", "12:00", "12:15", "12:30", "12:45", "13:00", "13:15", "13:30", "13:45", "14:00", "14:15", "14:30", "14:45", "15:00", "15:15", "15:30", "15:45", "16:00", "16:15", "16:30", "16:45", "17:00", "17:15", "17:30", "17:45", "18:00", "18:15", "18:30", "18:45", "19:00", "19:15", "19:30", "19:45", "20:00", "20:15", "20:30", "20:45", "21:00", "21:15", "21:30", "21:45", "22:00", "22:15", "22:30", "22:45", "23:00", "23:15", "23:30", "23:45", "24:00"], "x": [0.0, 0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0, 2.25, 2.5, 2.75, 3.0, 3.25, 3.5, 3.75, 4.0, 4.25, 4.5, 4.75, 5.0, 5.25, 5.5, 5.75, 6.0, 6.25, 6.5, 6.75, 7.0, 7.25, 7.5, 7.75, 8.0, 8.25, 8.5, 8.75, 9.0, 9.25, 9.5, 9.75, 10.0, 10.25, 10.5, 10.75, 11.0, 11.25, 11.5, 11.75, 12.0, 12.25, 12.5, 12.75, 13.0, 13.25, 13.5, 13.75, 14.0, 14.25, 14.5, 14.75, 15.0, 15.25, 15.5, 15.75, 16.0, 16.25, 16.5, 16.75, 17.0, 17.25, 17.5, 17.75, 18.0, 18.25, 18.5, 18.75, 19.0, 19.25, 19.5, 19.75, 20.0, 20.25, 20.5, 20.75, 21.0, 21.25, 21.5, 21.75, 22.0, 22.25, 22.5, 22.75, 23.0, 23.25, 23.5, 23.75, 24.0], "y": [0.0, 0.03907484739489978, 0.05838326731463227, 0.06419457635262724, 0.07987510838496689, 0.0826805047268507, 0.09015230927759457, 0.09015230927759457, 0.10032454984391274, 0.10635108975629852, 0.10635108975629852, 0.10635108975629852, 0.12195108463144545, 0.12195108463144545, 0.12195108463144545, 0.12195108463144545, 0.13273070146489313, 0.13273070146489313, 0.13273070146489313, 0.13273070146489313, 0.1462839218236892, 0.1462839218236892, 0.1462839218236892, 0.1462839218236892, 0.1462839218236892, 0.1462839218236892, 0.1462839218236892, 0.1462839218236892, 0.1462839218236892, 0.1462839218236892, 0.1462839218236892, 0.1462839218236892, 0.1675235526326982, 0.1675235526326982, 0.1675235526326982, 0.1675235526326982, 0.1675235526326982, 0.1675235526326982, 0.1675235526326982, 0.1675235526326982, 0.19456281265865288, 0.19456281265865288, 0.19456281265865288, 0.22337214834954858, 0.22337214834954858, 0.22337214834954858, 0.2546580066498367, 0.2546580066498367, 0.2871629290789447, 0.2871629290789447, 0.2871629290789447, 0.2871629290789447, 0.2871629290789447, 0.32330733599398104, 0.32330733599398104, 0.32330733599398104, 0.32330733599398104, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.45620606492797805, 0.45620606492797805, 0.45620606492797805, 0.45620606492797805, 0.45620606492797805, 0.45620606492797805, 0.45620606492797805, 0.45620606492797805, 0.45620606492797805, 0.45620606492797805, 0.45620606492797805, 0.45620606492797805, 0.45620606492797805, 0.45620606492797805, 0.45620606492797805], "type": "scatter"}, {"hovertemplate": "Global Churn
After %{text}: %{y:.1f}%
", "line": {"color": "#4c72b0", "dash": "dot", "width": 2}, "name": "Global Churn (100.00%)", "text": ["00:00", "00:15", "00:30", "00:45", "01:00", "01:15", "01:30", "01:45", "02:00", "02:15", "02:30", "02:45", "03:00", "03:15", "03:30", "03:45", "04:00", "04:15", "04:30", "04:45", "05:00", "05:15", "05:30", "05:45", "06:00", "06:15", "06:30", "06:45", "07:00", "07:15", "07:30", "07:45", "08:00", "08:15", "08:30", "08:45", "09:00", "09:15", "09:30", "09:45", "10:00", "10:15", "10:30", "10:45", "11:00", "11:15", "11:30", "11:45", "12:00", "12:15", "12:30", "12:45", "13:00", "13:15", "13:30", "13:45", "14:00", "14:15", "14:30", "14:45", "15:00", "15:15", "15:30", "15:45", "16:00", "16:15", "16:30", "16:45", "17:00", "17:15", "17:30", "17:45", "18:00", "18:15", "18:30", "18:45", "19:00", "19:15", "19:30", "19:45", "20:00", "20:15", "20:30", "20:45", "21:00", "21:15", "21:30", "21:45", "22:00", "22:15", "22:30", "22:45", "23:00", "23:15", "23:30", "23:45", "24:00"], "visible": false, "x": [0.0, 0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0, 2.25, 2.5, 2.75, 3.0, 3.25, 3.5, 3.75, 4.0, 4.25, 4.5, 4.75, 5.0, 5.25, 5.5, 5.75, 6.0, 6.25, 6.5, 6.75, 7.0, 7.25, 7.5, 7.75, 8.0, 8.25, 8.5, 8.75, 9.0, 9.25, 9.5, 9.75, 10.0, 10.25, 10.5, 10.75, 11.0, 11.25, 11.5, 11.75, 12.0, 12.25, 12.5, 12.75, 13.0, 13.25, 13.5, 13.75, 14.0, 14.25, 14.5, 14.75, 15.0, 15.25, 15.5, 15.75, 16.0, 16.25, 16.5, 16.75, 17.0, 17.25, 17.5, 17.75, 18.0, 18.25, 18.5, 18.75, 19.0, 19.25, 19.5, 19.75, 20.0, 20.25, 20.5, 20.75, 21.0, 21.25, 21.5, 21.75, 22.0, 22.25, 22.5, 22.75, 23.0, 23.25, 23.5, 23.75, 24.0], "y": [0.0, 0.03907484739489978, 0.05838326731463227, 0.06419457635262724, 0.07987510838496689, 0.0826805047268507, 0.09015230927759457, 0.09015230927759457, 0.10032454984391274, 0.10635108975629852, 0.10635108975629852, 0.10635108975629852, 0.12195108463144545, 0.12195108463144545, 0.12195108463144545, 0.12195108463144545, 0.13273070146489313, 0.13273070146489313, 0.13273070146489313, 0.13273070146489313, 0.1462839218236892, 0.1462839218236892, 0.1462839218236892, 0.1462839218236892, 0.1462839218236892, 0.1462839218236892, 0.1462839218236892, 0.1462839218236892, 0.1462839218236892, 0.1462839218236892, 0.1462839218236892, 0.1462839218236892, 0.1675235526326982, 0.1675235526326982, 0.1675235526326982, 0.1675235526326982, 0.1675235526326982, 0.1675235526326982, 0.1675235526326982, 0.1675235526326982, 0.19456281265865288, 0.19456281265865288, 0.19456281265865288, 0.22337214834954858, 0.22337214834954858, 0.22337214834954858, 0.2546580066498367, 0.2546580066498367, 0.2871629290789447, 0.2871629290789447, 0.2871629290789447, 0.2871629290789447, 0.2871629290789447, 0.32330733599398104, 0.32330733599398104, 0.32330733599398104, 0.32330733599398104, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.4006299252766737, 0.45620606492797805, 0.45620606492797805, 0.45620606492797805, 0.45620606492797805, 0.45620606492797805, 0.45620606492797805, 0.45620606492797805, 0.45620606492797805, 0.45620606492797805, 0.45620606492797805, 0.45620606492797805, 0.45620606492797805, 0.45620606492797805, 0.45620606492797805, 0.45620606492797805], "type": "scatter"}, {"hovertemplate": "Avail Node/v2.2.0
After %{text}: %{y:.1f}%
", "line": {"color": "#dd8452", "dash": "solid", "width": 2}, "name": "Avail Node/v2.2.0 (41.50%)", "text": ["00:00", "00:15", "00:30", "00:45", "01:00", "01:15", "01:30", "01:45", "02:00", "02:15", "02:30", "02:45", "03:00", "03:15", "03:30", "03:45", "04:00", "04:15", "04:30", "04:45", "05:00", "05:15", "05:30", "05:45", "06:00", "06:15", "06:30", "06:45", "07:00", "07:15", "07:30", "07:45", "08:00", "08:15", "08:30", "08:45", "09:00", "09:15", "09:30", "09:45", "10:00", "10:15", "10:30", "10:45", "11:00", "11:15", "11:30", "11:45", "12:00", "12:15", "12:30", "12:45", "13:00", "13:15", "13:30", "13:45", "14:00", "14:15", "14:30", "14:45", "15:00", "15:15", "15:30", "15:45", "16:00", "16:15", "16:30", "16:45", "17:00", "17:15", "17:30", "17:45", "18:00", "18:15", "18:30", "18:45", "19:00", "19:15", "19:30", "19:45", "20:00", "20:15", "20:30", "20:45", "21:00", "21:15", "21:30", "21:45", "22:00", "22:15", "22:30", "22:45", "23:00", "23:15", "23:30", "23:45", "24:00"], "visible": false, "x": [0.0, 0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0, 2.25, 2.5, 2.75, 3.0, 3.25, 3.5, 3.75, 4.0, 4.25, 4.5, 4.75, 5.0, 5.25, 5.5, 5.75, 6.0, 6.25, 6.5, 6.75, 7.0, 7.25, 7.5, 7.75, 8.0, 8.25, 8.5, 8.75, 9.0, 9.25, 9.5, 9.75, 10.0, 10.25, 10.5, 10.75, 11.0, 11.25, 11.5, 11.75, 12.0, 12.25, 12.5, 12.75, 13.0, 13.25, 13.5, 13.75, 14.0, 14.25, 14.5, 14.75, 15.0, 15.25, 15.5, 15.75, 16.0, 16.25, 16.5, 16.75, 17.0, 17.25, 17.5, 17.75, 18.0, 18.25, 18.5, 18.75, 19.0, 19.25, 19.5, 19.75, 20.0, 20.25, 20.5, 20.75, 21.0, 21.25, 21.5, 21.75, 22.0, 22.25, 22.5, 22.75, 23.0, 23.25, 23.5, 23.75, 24.0], "y": [0.0, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.000524161670172844, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193, 0.09367174155287193], "type": "scatter"}, {"hovertemplate": "Avail Node/v2.2.1
After %{text}: %{y:.1f}%
", "line": {"color": "#55a868", "dash": "solid", "width": 2}, "name": "Avail Node/v2.2.1 (23.72%)", "text": ["00:00", "00:15", "00:30", "00:45", "01:00", "01:15", "01:30", "01:45", "02:00", "02:15", "02:30", "02:45", "03:00", "03:15", "03:30", "03:45", "04:00", "04:15", "04:30", "04:45", "05:00", "05:15", "05:30", "05:45", "06:00", "06:15", "06:30", "06:45", "07:00", "07:15", "07:30", "07:45", "08:00", "08:15", "08:30", "08:45", "09:00", "09:15", "09:30", "09:45", "10:00", "10:15", "10:30", "10:45", "11:00", "11:15", "11:30", "11:45", "12:00", "12:15", "12:30", "12:45", "13:00", "13:15", "13:30", "13:45", "14:00", "14:15", "14:30", "14:45", "15:00", "15:15", "15:30", "15:45", "16:00", "16:15", "16:30", "16:45", "17:00", "17:15", "17:30", "17:45", "18:00", "18:15", "18:30", "18:45", "19:00", "19:15", "19:30", "19:45", "20:00", "20:15", "20:30", "20:45", "21:00", "21:15", "21:30", "21:45", "22:00", "22:15", "22:30", "22:45", "23:00", "23:15", "23:30", "23:45", "24:00"], "visible": false, "x": [0.0, 0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0, 2.25, 2.5, 2.75, 3.0, 3.25, 3.5, 3.75, 4.0, 4.25, 4.5, 4.75, 5.0, 5.25, 5.5, 5.75, 6.0, 6.25, 6.5, 6.75, 7.0, 7.25, 7.5, 7.75, 8.0, 8.25, 8.5, 8.75, 9.0, 9.25, 9.5, 9.75, 10.0, 10.25, 10.5, 10.75, 11.0, 11.25, 11.5, 11.75, 12.0, 12.25, 12.5, 12.75, 13.0, 13.25, 13.5, 13.75, 14.0, 14.25, 14.5, 14.75, 15.0, 15.25, 15.5, 15.75, 16.0, 16.25, 16.5, 16.75, 17.0, 17.25, 17.5, 17.75, 18.0, 18.25, 18.5, 18.75, 19.0, 19.25, 19.5, 19.75, 20.0, 20.25, 20.5, 20.75, 21.0, 21.25, 21.5, 21.75, 22.0, 22.25, 22.5, 22.75, 23.0, 23.25, 23.5, 23.75, 24.0], "y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "type": "scatter"}, {"hovertemplate": "Avail Node/v1.10.0
After %{text}: %{y:.1f}%
", "line": {"color": "#c44e52", "dash": "solid", "width": 2}, "name": "Avail Node/v1.10.0 (9.48%)", "text": ["00:00", "00:15", "00:30", "00:45", "01:00", "01:15", "01:30", "01:45", "02:00", "02:15", "02:30", "02:45", "03:00", "03:15", "03:30", "03:45", "04:00", "04:15", "04:30", "04:45", "05:00", "05:15", "05:30", "05:45", "06:00", "06:15", "06:30", "06:45", "07:00", "07:15", "07:30", "07:45", "08:00", "08:15", "08:30", "08:45", "09:00", "09:15", "09:30", "09:45", "10:00", "10:15", "10:30", "10:45", "11:00", "11:15", "11:30", "11:45", "12:00", "12:15", "12:30", "12:45", "13:00", "13:15", "13:30", "13:45", "14:00", "14:15", "14:30", "14:45", "15:00", "15:15", "15:30", "15:45", "16:00", "16:15", "16:30", "16:45", "17:00", "17:15", "17:30", "17:45", "18:00", "18:15", "18:30", "18:45", "19:00", "19:15", "19:30", "19:45", "20:00", "20:15", "20:30", "20:45", "21:00", "21:15", "21:30", "21:45", "22:00", "22:15", "22:30", "22:45", "23:00", "23:15", "23:30", "23:45", "24:00"], "visible": false, "x": [0.0, 0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0, 2.25, 2.5, 2.75, 3.0, 3.25, 3.5, 3.75, 4.0, 4.25, 4.5, 4.75, 5.0, 5.25, 5.5, 5.75, 6.0, 6.25, 6.5, 6.75, 7.0, 7.25, 7.5, 7.75, 8.0, 8.25, 8.5, 8.75, 9.0, 9.25, 9.5, 9.75, 10.0, 10.25, 10.5, 10.75, 11.0, 11.25, 11.5, 11.75, 12.0, 12.25, 12.5, 12.75, 13.0, 13.25, 13.5, 13.75, 14.0, 14.25, 14.5, 14.75, 15.0, 15.25, 15.5, 15.75, 16.0, 16.25, 16.5, 16.75, 17.0, 17.25, 17.5, 17.75, 18.0, 18.25, 18.5, 18.75, 19.0, 19.25, 19.5, 19.75, 20.0, 20.25, 20.5, 20.75, 21.0, 21.25, 21.5, 21.75, 22.0, 22.25, 22.5, 22.75, 23.0, 23.25, 23.5, 23.75, 24.0], "y": [0.0, 0.19972533531197081, 0.4033402162291191, 0.4441385713031152, 0.581386898116264, 0.610970905738468, 0.6897640229464235, 0.6897640229464235, 0.7970342998609392, 0.8605865331200069, 0.8605865331200069, 0.8605865331200069, 0.9436479454452485, 0.9436479454452485, 0.9436479454452485, 0.9436479454452485, 1.0573232439419333, 1.0573232439419333, 1.0573232439419333, 1.0573232439419333, 1.2002472823082149, 1.2002472823082149, 1.2002472823082149, 1.2002472823082149, 1.2002472823082149, 1.2002472823082149, 1.2002472823082149, 1.2002472823082149, 1.2002472823082149, 1.2002472823082149, 1.2002472823082149, 1.2002472823082149, 1.2002472823082149, 1.2002472823082149, 1.2002472823082149, 1.2002472823082149, 1.2002472823082149, 1.2002472823082149, 1.2002472823082149, 1.2002472823082149, 1.4853869122292547, 1.4853869122292547, 1.4853869122292547, 1.4853869122292547, 1.4853869122292547, 1.4853869122292547, 1.815308590889957, 1.815308590889957, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141, 2.158085780175141], "type": "scatter"}, {"hovertemplate": "Avail Node/v2.1.5
After %{text}: %{y:.1f}%
", "line": {"color": "#8172b3", "dash": "solid", "width": 2}, "name": "Avail Node/v2.1.5 (8.63%)", "text": ["00:00", "00:15", "00:30", "00:45", "01:00", "01:15", "01:30", "01:45", "02:00", "02:15", "02:30", "02:45", "03:00", "03:15", "03:30", "03:45", "04:00", "04:15", "04:30", "04:45", "05:00", "05:15", "05:30", "05:45", "06:00", "06:15", "06:30", "06:45", "07:00", "07:15", "07:30", "07:45", "08:00", "08:15", "08:30", "08:45", "09:00", "09:15", "09:30", "09:45", "10:00", "10:15", "10:30", "10:45", "11:00", "11:15", "11:30", "11:45", "12:00", "12:15", "12:30", "12:45", "13:00", "13:15", "13:30", "13:45", "14:00", "14:15", "14:30", "14:45", "15:00", "15:15", "15:30", "15:45", "16:00", "16:15", "16:30", "16:45", "17:00", "17:15", "17:30", "17:45", "18:00", "18:15", "18:30", "18:45", "19:00", "19:15", "19:30", "19:45", "20:00", "20:15", "20:30", "20:45", "21:00", "21:15", "21:30", "21:45", "22:00", "22:15", "22:30", "22:45", "23:00", "23:15", "23:30", "23:45", "24:00"], "visible": false, "x": [0.0, 0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0, 2.25, 2.5, 2.75, 3.0, 3.25, 3.5, 3.75, 4.0, 4.25, 4.5, 4.75, 5.0, 5.25, 5.5, 5.75, 6.0, 6.25, 6.5, 6.75, 7.0, 7.25, 7.5, 7.75, 8.0, 8.25, 8.5, 8.75, 9.0, 9.25, 9.5, 9.75, 10.0, 10.25, 10.5, 10.75, 11.0, 11.25, 11.5, 11.75, 12.0, 12.25, 12.5, 12.75, 13.0, 13.25, 13.5, 13.75, 14.0, 14.25, 14.5, 14.75, 15.0, 15.25, 15.5, 15.75, 16.0, 16.25, 16.5, 16.75, 17.0, 17.25, 17.5, 17.75, 18.0, 18.25, 18.5, 18.75, 19.0, 19.25, 19.5, 19.75, 20.0, 20.25, 20.5, 20.75, 21.0, 21.25, 21.5, 21.75, 22.0, 22.25, 22.5, 22.75, 23.0, 23.25, 23.5, 23.75, 24.0], "y": [0.0, 0.07125508634455914, 0.07125508634455914, 0.09376169202392937, 0.12464597319721815, 0.12464597319721815, 0.12464597319721815, 0.12464597319721815, 0.12464597319721815, 0.12464597319721815, 0.12464597319721815, 0.12464597319721815, 0.21413394337694713, 0.21413394337694713, 0.21413394337694713, 0.21413394337694713, 0.21413394337694713, 0.21413394337694713, 0.21413394337694713, 0.21413394337694713, 0.21413394337694713, 0.21413394337694713, 0.21413394337694713, 0.21413394337694713, 0.21413394337694713, 0.21413394337694713, 0.21413394337694713, 0.21413394337694713, 0.21413394337694713, 0.21413394337694713, 0.21413394337694713, 0.21413394337694713, 0.4602279727459782, 0.4602279727459782, 0.4602279727459782, 0.4602279727459782, 0.4602279727459782, 0.4602279727459782, 0.4602279727459782, 0.4602279727459782, 0.4602279727459782, 0.4602279727459782, 0.4602279727459782, 0.4602279727459782, 0.4602279727459782, 0.4602279727459782, 0.4602279727459782, 0.4602279727459782, 0.4602279727459782, 0.4602279727459782, 0.4602279727459782, 0.4602279727459782, 0.4602279727459782, 0.4602279727459782, 0.4602279727459782, 0.4602279727459782, 0.4602279727459782, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377, 0.9082130064899377], "type": "scatter"}, {"hovertemplate": "Avail Node/v1.11.0
After %{text}: %{y:.1f}%
", "line": {"color": "#937860", "dash": "solid", "width": 2}, "name": "Avail Node/v1.11.0 (6.09%)", "text": ["00:00", "00:15", "00:30", "00:45", "01:00", "01:15", "01:30", "01:45", "02:00", "02:15", "02:30", "02:45", "03:00", "03:15", "03:30", "03:45", "04:00", "04:15", "04:30", "04:45", "05:00", "05:15", "05:30", "05:45", "06:00", "06:15", "06:30", "06:45", "07:00", "07:15", "07:30", "07:45", "08:00", "08:15", "08:30", "08:45", "09:00", "09:15", "09:30", "09:45", "10:00", "10:15", "10:30", "10:45", "11:00", "11:15", "11:30", "11:45", "12:00", "12:15", "12:30", "12:45", "13:00", "13:15", "13:30", "13:45", "14:00", "14:15", "14:30", "14:45", "15:00", "15:15", "15:30", "15:45", "16:00", "16:15", "16:30", "16:45", "17:00", "17:15", "17:30", "17:45", "18:00", "18:15", "18:30", "18:45", "19:00", "19:15", "19:30", "19:45", "20:00", "20:15", "20:30", "20:45", "21:00", "21:15", "21:30", "21:45", "22:00", "22:15", "22:30", "22:45", "23:00", "23:15", "23:30", "23:45", "24:00"], "visible": false, "x": [0.0, 0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0, 2.25, 2.5, 2.75, 3.0, 3.25, 3.5, 3.75, 4.0, 4.25, 4.5, 4.75, 5.0, 5.25, 5.5, 5.75, 6.0, 6.25, 6.5, 6.75, 7.0, 7.25, 7.5, 7.75, 8.0, 8.25, 8.5, 8.75, 9.0, 9.25, 9.5, 9.75, 10.0, 10.25, 10.5, 10.75, 11.0, 11.25, 11.5, 11.75, 12.0, 12.25, 12.5, 12.75, 13.0, 13.25, 13.5, 13.75, 14.0, 14.25, 14.5, 14.75, 15.0, 15.25, 15.5, 15.75, 16.0, 16.25, 16.5, 16.75, 17.0, 17.25, 17.5, 17.75, 18.0, 18.25, 18.5, 18.75, 19.0, 19.25, 19.5, 19.75, 20.0, 20.25, 20.5, 20.75, 21.0, 21.25, 21.5, 21.75, 22.0, 22.25, 22.5, 22.75, 23.0, 23.25, 23.5, 23.75, 24.0], "y": [0.0, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.12627249694768214, 0.5990457905678414, 0.5990457905678414, 0.5990457905678414, 0.5990457905678414, 0.5990457905678414, 0.5990457905678414, 0.5990457905678414, 0.5990457905678414, 0.5990457905678414, 0.5990457905678414, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736, 1.1921906824359736], "type": "scatter"}, {"hovertemplate": "Avail Node/v2.1.0
After %{text}: %{y:.1f}%
", "line": {"color": "#da8bc3", "dash": "solid", "width": 2}, "name": "Avail Node/v2.1.0 (3.67%)", "text": ["00:00", "00:15", "00:30", "00:45", "01:00", "01:15", "01:30", "01:45", "02:00", "02:15", "02:30", "02:45", "03:00", "03:15", "03:30", "03:45", "04:00", "04:15", "04:30", "04:45", "05:00", "05:15", "05:30", "05:45", "06:00", "06:15", "06:30", "06:45", "07:00", "07:15", "07:30", "07:45", "08:00", "08:15", "08:30", "08:45", "09:00", "09:15", "09:30", "09:45", "10:00", "10:15", "10:30", "10:45", "11:00", "11:15", "11:30", "11:45", "12:00", "12:15", "12:30", "12:45", "13:00", "13:15", "13:30", "13:45", "14:00", "14:15", "14:30", "14:45", "15:00", "15:15", "15:30", "15:45", "16:00", "16:15", "16:30", "16:45", "17:00", "17:15", "17:30", "17:45", "18:00", "18:15", "18:30", "18:45", "19:00", "19:15", "19:30", "19:45", "20:00", "20:15", "20:30", "20:45", "21:00", "21:15", "21:30", "21:45", "22:00", "22:15", "22:30", "22:45", "23:00", "23:15", "23:30", "23:45", "24:00"], "visible": false, "x": [0.0, 0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0, 2.25, 2.5, 2.75, 3.0, 3.25, 3.5, 3.75, 4.0, 4.25, 4.5, 4.75, 5.0, 5.25, 5.5, 5.75, 6.0, 6.25, 6.5, 6.75, 7.0, 7.25, 7.5, 7.75, 8.0, 8.25, 8.5, 8.75, 9.0, 9.25, 9.5, 9.75, 10.0, 10.25, 10.5, 10.75, 11.0, 11.25, 11.5, 11.75, 12.0, 12.25, 12.5, 12.75, 13.0, 13.25, 13.5, 13.75, 14.0, 14.25, 14.5, 14.75, 15.0, 15.25, 15.5, 15.75, 16.0, 16.25, 16.5, 16.75, 17.0, 17.25, 17.5, 17.75, 18.0, 18.25, 18.5, 18.75, 19.0, 19.25, 19.5, 19.75, 20.0, 20.25, 20.5, 20.75, 21.0, 21.25, 21.5, 21.75, 22.0, 22.25, 22.5, 22.75, 23.0, 23.25, 23.5, 23.75, 24.0], "y": [0.0, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 0.011954650954327573, 1.5269559809629751, 1.5269559809629751, 1.5269559809629751, 1.5269559809629751, 1.5269559809629751, 1.5269559809629751, 1.5269559809629751, 1.5269559809629751, 1.5269559809629751, 1.5269559809629751, 1.5269559809629751, 1.5269559809629751, 1.5269559809629751, 1.5269559809629751, 1.5269559809629751], "type": "scatter"}, {"hovertemplate": "Avail Node/v1.9.0
After %{text}: %{y:.1f}%
", "line": {"color": "#8c8c8c", "dash": "solid", "width": 2}, "name": "Avail Node/v1.9.0 (2.07%)", "text": ["00:00", "00:15", "00:30", "00:45", "01:00", "01:15", "01:30", "01:45", "02:00", "02:15", "02:30", "02:45", "03:00", "03:15", "03:30", "03:45", "04:00", "04:15", "04:30", "04:45", "05:00", "05:15", "05:30", "05:45", "06:00", "06:15", "06:30", "06:45", "07:00", "07:15", "07:30", "07:45", "08:00", "08:15", "08:30", "08:45", "09:00", "09:15", "09:30", "09:45", "10:00", "10:15", "10:30", "10:45", "11:00", "11:15", "11:30", "11:45", "12:00", "12:15", "12:30", "12:45", "13:00", "13:15", "13:30", "13:45", "14:00", "14:15", "14:30", "14:45", "15:00", "15:15", "15:30", "15:45", "16:00", "16:15", "16:30", "16:45", "17:00", "17:15", "17:30", "17:45", "18:00", "18:15", "18:30", "18:45", "19:00", "19:15", "19:30", "19:45", "20:00", "20:15", "20:30", "20:45", "21:00", "21:15", "21:30", "21:45", "22:00", "22:15", "22:30", "22:45", "23:00", "23:15", "23:30", "23:45", "24:00"], "visible": false, "x": [0.0, 0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0, 2.25, 2.5, 2.75, 3.0, 3.25, 3.5, 3.75, 4.0, 4.25, 4.5, 4.75, 5.0, 5.25, 5.5, 5.75, 6.0, 6.25, 6.5, 6.75, 7.0, 7.25, 7.5, 7.75, 8.0, 8.25, 8.5, 8.75, 9.0, 9.25, 9.5, 9.75, 10.0, 10.25, 10.5, 10.75, 11.0, 11.25, 11.5, 11.75, 12.0, 12.25, 12.5, 12.75, 13.0, 13.25, 13.5, 13.75, 14.0, 14.25, 14.5, 14.75, 15.0, 15.25, 15.5, 15.75, 16.0, 16.25, 16.5, 16.75, 17.0, 17.25, 17.5, 17.75, 18.0, 18.25, 18.5, 18.75, 19.0, 19.25, 19.5, 19.75, 20.0, 20.25, 20.5, 20.75, 21.0, 21.25, 21.5, 21.75, 22.0, 22.25, 22.5, 22.75, 23.0, 23.25, 23.5, 23.75, 24.0], "y": [0.0, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345, 0.16181893651861345], "type": "scatter"}, {"hovertemplate": "Avail Node/v1.7.2
After %{text}: %{y:.1f}%
", "line": {"color": "#ccb974", "dash": "solid", "width": 2}, "name": "Avail Node/v1.7.2 (2.07%)", "text": ["00:00", "00:15", "00:30", "00:45", "01:00", "01:15", "01:30", "01:45", "02:00", "02:15", "02:30", "02:45", "03:00", "03:15", "03:30", "03:45", "04:00", "04:15", "04:30", "04:45", "05:00", "05:15", "05:30", "05:45", "06:00", "06:15", "06:30", "06:45", "07:00", "07:15", "07:30", "07:45", "08:00", "08:15", "08:30", "08:45", "09:00", "09:15", "09:30", "09:45", "10:00", "10:15", "10:30", "10:45", "11:00", "11:15", "11:30", "11:45", "12:00", "12:15", "12:30", "12:45", "13:00", "13:15", "13:30", "13:45", "14:00", "14:15", "14:30", "14:45", "15:00", "15:15", "15:30", "15:45", "16:00", "16:15", "16:30", "16:45", "17:00", "17:15", "17:30", "17:45", "18:00", "18:15", "18:30", "18:45", "19:00", "19:15", "19:30", "19:45", "20:00", "20:15", "20:30", "20:45", "21:00", "21:15", "21:30", "21:45", "22:00", "22:15", "22:30", "22:45", "23:00", "23:15", "23:30", "23:45", "24:00"], "visible": false, "x": [0.0, 0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0, 2.25, 2.5, 2.75, 3.0, 3.25, 3.5, 3.75, 4.0, 4.25, 4.5, 4.75, 5.0, 5.25, 5.5, 5.75, 6.0, 6.25, 6.5, 6.75, 7.0, 7.25, 7.5, 7.75, 8.0, 8.25, 8.5, 8.75, 9.0, 9.25, 9.5, 9.75, 10.0, 10.25, 10.5, 10.75, 11.0, 11.25, 11.5, 11.75, 12.0, 12.25, 12.5, 12.75, 13.0, 13.25, 13.5, 13.75, 14.0, 14.25, 14.5, 14.75, 15.0, 15.25, 15.5, 15.75, 16.0, 16.25, 16.5, 16.75, 17.0, 17.25, 17.5, 17.75, 18.0, 18.25, 18.5, 18.75, 19.0, 19.25, 19.5, 19.75, 20.0, 20.25, 20.5, 20.75, 21.0, 21.25, 21.5, 21.75, 22.0, 22.25, 22.5, 22.75, 23.0, 23.25, 23.5, 23.75, 24.0], "y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "type": "scatter"}, {"hovertemplate": "Avail Node/v2.1.4
After %{text}: %{y:.1f}%
", "line": {"color": "#64b5cd", "dash": "solid", "width": 2}, "name": "Avail Node/v2.1.4 (1.38%)", "text": ["00:00", "00:15", "00:30", "00:45", "01:00", "01:15", "01:30", "01:45", "02:00", "02:15", "02:30", "02:45", "03:00", "03:15", "03:30", "03:45", "04:00", "04:15", "04:30", "04:45", "05:00", "05:15", "05:30", "05:45", "06:00", "06:15", "06:30", "06:45", "07:00", "07:15", "07:30", "07:45", "08:00", "08:15", "08:30", "08:45", "09:00", "09:15", "09:30", "09:45", "10:00", "10:15", "10:30", "10:45", "11:00", "11:15", "11:30", "11:45", "12:00", "12:15", "12:30", "12:45", "13:00", "13:15", "13:30", "13:45", "14:00", "14:15", "14:30", "14:45", "15:00", "15:15", "15:30", "15:45", "16:00", "16:15", "16:30", "16:45", "17:00", "17:15", "17:30", "17:45", "18:00", "18:15", "18:30", "18:45", "19:00", "19:15", "19:30", "19:45", "20:00", "20:15", "20:30", "20:45", "21:00", "21:15", "21:30", "21:45", "22:00", "22:15", "22:30", "22:45", "23:00", "23:15", "23:30", "23:45", "24:00"], "visible": false, "x": [0.0, 0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0, 2.25, 2.5, 2.75, 3.0, 3.25, 3.5, 3.75, 4.0, 4.25, 4.5, 4.75, 5.0, 5.25, 5.5, 5.75, 6.0, 6.25, 6.5, 6.75, 7.0, 7.25, 7.5, 7.75, 8.0, 8.25, 8.5, 8.75, 9.0, 9.25, 9.5, 9.75, 10.0, 10.25, 10.5, 10.75, 11.0, 11.25, 11.5, 11.75, 12.0, 12.25, 12.5, 12.75, 13.0, 13.25, 13.5, 13.75, 14.0, 14.25, 14.5, 14.75, 15.0, 15.25, 15.5, 15.75, 16.0, 16.25, 16.5, 16.75, 17.0, 17.25, 17.5, 17.75, 18.0, 18.25, 18.5, 18.75, 19.0, 19.25, 19.5, 19.75, 20.0, 20.25, 20.5, 20.75, 21.0, 21.25, 21.5, 21.75, 22.0, 22.25, 22.5, 22.75, 23.0, 23.25, 23.5, 23.75, 24.0], "y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "type": "scatter"}, {"hovertemplate": "Avail Node/v2.1.2
After %{text}: %{y:.1f}%
", "line": {"color": "#4c72b0", "dash": "solid", "width": 2}, "name": "Avail Node/v2.1.2 (0.92%)", "text": ["00:00", "00:15", "00:30", "00:45", "01:00", "01:15", "01:30", "01:45", "02:00", "02:15", "02:30", "02:45", "03:00", "03:15", "03:30", "03:45", "04:00", "04:15", "04:30", "04:45", "05:00", "05:15", "05:30", "05:45", "06:00", "06:15", "06:30", "06:45", "07:00", "07:15", "07:30", "07:45", "08:00", "08:15", "08:30", "08:45", "09:00", "09:15", "09:30", "09:45", "10:00", "10:15", "10:30", "10:45", "11:00", "11:15", "11:30", "11:45", "12:00", "12:15", "12:30", "12:45", "13:00", "13:15", "13:30", "13:45", "14:00", "14:15", "14:30", "14:45", "15:00", "15:15", "15:30", "15:45", "16:00", "16:15", "16:30", "16:45", "17:00", "17:15", "17:30", "17:45", "18:00", "18:15", "18:30", "18:45", "19:00", "19:15", "19:30", "19:45", "20:00", "20:15", "20:30", "20:45", "21:00", "21:15", "21:30", "21:45", "22:00", "22:15", "22:30", "22:45", "23:00", "23:15", "23:30", "23:45", "24:00"], "visible": false, "x": [0.0, 0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0, 2.25, 2.5, 2.75, 3.0, 3.25, 3.5, 3.75, 4.0, 4.25, 4.5, 4.75, 5.0, 5.25, 5.5, 5.75, 6.0, 6.25, 6.5, 6.75, 7.0, 7.25, 7.5, 7.75, 8.0, 8.25, 8.5, 8.75, 9.0, 9.25, 9.5, 9.75, 10.0, 10.25, 10.5, 10.75, 11.0, 11.25, 11.5, 11.75, 12.0, 12.25, 12.5, 12.75, 13.0, 13.25, 13.5, 13.75, 14.0, 14.25, 14.5, 14.75, 15.0, 15.25, 15.5, 15.75, 16.0, 16.25, 16.5, 16.75, 17.0, 17.25, 17.5, 17.75, 18.0, 18.25, 18.5, 18.75, 19.0, 19.25, 19.5, 19.75, 20.0, 20.25, 20.5, 20.75, 21.0, 21.25, 21.5, 21.75, 22.0, 22.25, 22.5, 22.75, 23.0, 23.25, 23.5, 23.75, 24.0], "y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "type": "scatter"}, {"hovertemplate": "Avail Node/v1.8.0
After %{text}: %{y:.1f}%
", "line": {"color": "#dd8452", "dash": "solid", "width": 2}, "name": "Avail Node/v1.8.0 (0.23%)", "text": ["00:00", "00:15", "00:30", "00:45", "01:00", "01:15", "01:30", "01:45", "02:00", "02:15", "02:30", "02:45", "03:00", "03:15", "03:30", "03:45", "04:00", "04:15", "04:30", "04:45", "05:00", "05:15", "05:30", "05:45", "06:00", "06:15", "06:30", "06:45", "07:00", "07:15", "07:30", "07:45", "08:00", "08:15", "08:30", "08:45", "09:00", "09:15", "09:30", "09:45", "10:00", "10:15", "10:30", "10:45", "11:00", "11:15", "11:30", "11:45", "12:00", "12:15", "12:30", "12:45", "13:00", "13:15", "13:30", "13:45", "14:00", "14:15", "14:30", "14:45", "15:00", "15:15", "15:30", "15:45", "16:00", "16:15", "16:30", "16:45", "17:00", "17:15", "17:30", "17:45", "18:00", "18:15", "18:30", "18:45", "19:00", "19:15", "19:30", "19:45", "20:00", "20:15", "20:30", "20:45", "21:00", "21:15", "21:30", "21:45", "22:00", "22:15", "22:30", "22:45", "23:00", "23:15", "23:30", "23:45", "24:00"], "visible": false, "x": [0.0, 0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0, 2.25, 2.5, 2.75, 3.0, 3.25, 3.5, 3.75, 4.0, 4.25, 4.5, 4.75, 5.0, 5.25, 5.5, 5.75, 6.0, 6.25, 6.5, 6.75, 7.0, 7.25, 7.5, 7.75, 8.0, 8.25, 8.5, 8.75, 9.0, 9.25, 9.5, 9.75, 10.0, 10.25, 10.5, 10.75, 11.0, 11.25, 11.5, 11.75, 12.0, 12.25, 12.5, 12.75, 13.0, 13.25, 13.5, 13.75, 14.0, 14.25, 14.5, 14.75, 15.0, 15.25, 15.5, 15.75, 16.0, 16.25, 16.5, 16.75, 17.0, 17.25, 17.5, 17.75, 18.0, 18.25, 18.5, 18.75, 19.0, 19.25, 19.5, 19.75, 20.0, 20.25, 20.5, 20.75, 21.0, 21.25, 21.5, 21.75, 22.0, 22.25, 22.5, 22.75, 23.0, 23.25, 23.5, 23.75, 24.0], "y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "type": "scatter"}, {"hovertemplate": "Avail Node/v1.8.2
After %{text}: %{y:.1f}%
", "line": {"color": "#55a868", "dash": "solid", "width": 2}, "name": "Avail Node/v1.8.2 (0.23%)", "text": ["00:00", "00:15", "00:30", "00:45", "01:00", "01:15", "01:30", "01:45", "02:00", "02:15", "02:30", "02:45", "03:00", "03:15", "03:30", "03:45", "04:00", "04:15", "04:30", "04:45", "05:00", "05:15", "05:30", "05:45", "06:00", "06:15", "06:30", "06:45", "07:00", "07:15", "07:30", "07:45", "08:00", "08:15", "08:30", "08:45", "09:00", "09:15", "09:30", "09:45", "10:00", "10:15", "10:30", "10:45", "11:00", "11:15", "11:30", "11:45", "12:00", "12:15", "12:30", "12:45", "13:00", "13:15", "13:30", "13:45", "14:00", "14:15", "14:30", "14:45", "15:00", "15:15", "15:30", "15:45", "16:00", "16:15", "16:30", "16:45", "17:00", "17:15", "17:30", "17:45", "18:00", "18:15", "18:30", "18:45", "19:00", "19:15", "19:30", "19:45", "20:00", "20:15", "20:30", "20:45", "21:00", "21:15", "21:30", "21:45", "22:00", "22:15", "22:30", "22:45", "23:00", "23:15", "23:30", "23:45", "24:00"], "visible": false, "x": [0.0, 0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0, 2.25, 2.5, 2.75, 3.0, 3.25, 3.5, 3.75, 4.0, 4.25, 4.5, 4.75, 5.0, 5.25, 5.5, 5.75, 6.0, 6.25, 6.5, 6.75, 7.0, 7.25, 7.5, 7.75, 8.0, 8.25, 8.5, 8.75, 9.0, 9.25, 9.5, 9.75, 10.0, 10.25, 10.5, 10.75, 11.0, 11.25, 11.5, 11.75, 12.0, 12.25, 12.5, 12.75, 13.0, 13.25, 13.5, 13.75, 14.0, 14.25, 14.5, 14.75, 15.0, 15.25, 15.5, 15.75, 16.0, 16.25, 16.5, 16.75, 17.0, 17.25, 17.5, 17.75, 18.0, 18.25, 18.5, 18.75, 19.0, 19.25, 19.5, 19.75, 20.0, 20.25, 20.5, 20.75, 21.0, 21.25, 21.5, 21.75, 22.0, 22.25, 22.5, 22.75, 23.0, 23.25, 23.5, 23.75, 24.0], "y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "type": "scatter"}, {"hovertemplate": "Avail Node/v1.8.3
After %{text}: %{y:.1f}%
", "line": {"color": "#c44e52", "dash": "solid", "width": 2}, "name": "Avail Node/v1.8.3 (0.00%)", "text": ["00:00", "00:15", "00:30", "00:45", "01:00", "01:15", "01:30", "01:45", "02:00", "02:15", "02:30", "02:45", "03:00", "03:15", "03:30", "03:45", "04:00", "04:15", "04:30", "04:45", "05:00", "05:15", "05:30", "05:45", "06:00", "06:15", "06:30", "06:45", "07:00", "07:15", "07:30", "07:45", "08:00", "08:15", "08:30", "08:45", "09:00", "09:15", "09:30", "09:45", "10:00", "10:15", "10:30", "10:45", "11:00", "11:15", "11:30", "11:45", "12:00", "12:15", "12:30", "12:45", "13:00", "13:15", "13:30", "13:45", "14:00", "14:15", "14:30", "14:45", "15:00", "15:15", "15:30", "15:45", "16:00", "16:15", "16:30", "16:45", "17:00", "17:15", "17:30", "17:45", "18:00", "18:15", "18:30", "18:45", "19:00", "19:15", "19:30", "19:45", "20:00", "20:15", "20:30", "20:45", "21:00", "21:15", "21:30", "21:45", "22:00", "22:15", "22:30", "22:45", "23:00", "23:15", "23:30", "23:45", "24:00"], "visible": false, "x": [0.0, 0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0, 2.25, 2.5, 2.75, 3.0, 3.25, 3.5, 3.75, 4.0, 4.25, 4.5, 4.75, 5.0, 5.25, 5.5, 5.75, 6.0, 6.25, 6.5, 6.75, 7.0, 7.25, 7.5, 7.75, 8.0, 8.25, 8.5, 8.75, 9.0, 9.25, 9.5, 9.75, 10.0, 10.25, 10.5, 10.75, 11.0, 11.25, 11.5, 11.75, 12.0, 12.25, 12.5, 12.75, 13.0, 13.25, 13.5, 13.75, 14.0, 14.25, 14.5, 14.75, 15.0, 15.25, 15.5, 15.75, 16.0, 16.25, 16.5, 16.75, 17.0, 17.25, 17.5, 17.75, 18.0, 18.25, 18.5, 18.75, 19.0, 19.25, 19.5, 19.75, 20.0, 20.25, 20.5, 20.75, 21.0, 21.25, 21.5, 21.75, 22.0, 22.25, 22.5, 22.75, 23.0, 23.25, 23.5, 23.75, 24.0], "y": [0.0, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999, 99.99999999999999], "type": "scatter"}], "layout": {"template": {"data": {"scatter": [{"type": "scatter"}]}}, "xaxis": {"title": {"text": "Time"}, "dtick": 3, "range": [0, 24], "ticksuffix": "h"}, "yaxis": {"title": {"text": "Cummulative % of nodes gone offline"}, "ticksuffix": "%"}, "legend": {"title": {"font": {"size": 14}, "text": "Agents (% of total network uptime)"}, "font": {"size": 12}}, "margin": {"t": 140}, "annotations": [{"font": {"size": 18}, "showarrow": false, "text": "Cummulative Distribution of Node Churn", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.15, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 14}, "showarrow": false, "text": "", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.1, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 10}, "showarrow": false, "text": "Data: week ending 30 Nov 2024. Source: Nebula", "x": 0.99, "xanchor": "right", "xref": "paper", "y": -0.1, "yanchor": "top", "yref": "paper"}], "updatemenus": [{"buttons": [{"args": [{"visible": [true, false, false, false, false, false, false, false, false, false, false, false, false, false, false]}, {"annotations": [{"x": 0.5, "y": 1.15, "xref": "paper", "yref": "paper", "text": "Cummulative Distribution of Node Churn", "showarrow": false, "font": {"size": 18}, "xanchor": "center", "yanchor": "bottom"}, {"x": 0.5, "y": 1.1, "xref": "paper", "yref": "paper", "text": "", "showarrow": false, "font": {"size": 14}, "xanchor": "center", "yanchor": "bottom"}, {"x": 0.99, "y": -0.1, "xref": "paper", "yref": "paper", "text": "Data: week ending 30 Nov 2024. Source: Nebula", "showarrow": false, "font": {"size": 10}, "xanchor": "right", "yanchor": "top"}]}], "label": "Global Churn", "method": "update"}, {"args": [{"visible": [false, true, true, true, true, true, true, true, "legendonly", "legendonly", "legendonly", "legendonly", "legendonly", "legendonly", "legendonly"]}, {"annotations": [{"x": 0.5, "y": 1.15, "xref": "paper", "yref": "paper", "text": "Cummulative Distribution of Node Churn", "showarrow": false, "font": {"size": 18}, "xanchor": "center", "yanchor": "bottom"}, {"x": 0.5, "y": 1.1, "xref": "paper", "yref": "paper", "text": "Broken down by Agent", "showarrow": false, "font": {"size": 14}, "xanchor": "center", "yanchor": "bottom"}, {"x": 0.99, "y": -0.1, "xref": "paper", "yref": "paper", "text": "Data: week ending 30 Nov 2024. Source: Nebula", "showarrow": false, "font": {"size": 10}, "xanchor": "right", "yanchor": "top"}]}], "label": "Churn by Agent", "method": "update"}], "direction": "down", "pad": {"r": 10, "t": 10}, "showactive": true, "x": 0.01, "xanchor": "left", "y": 1.15, "yanchor": "top"}]}} \ No newline at end of file diff --git a/content.en/plots/2024/11/25/avail-plot-churn.json b/content.en/plots/2024/11/25/avail-plot-churn.json new file mode 100644 index 000000000..db6c43b14 --- /dev/null +++ b/content.en/plots/2024/11/25/avail-plot-churn.json @@ -0,0 +1 @@ +{"data": [{"hovertemplate": "All user agents:
Uptime: %{x:.1f}
Percentage: %{y:.1f}
", "name": "all (266)", "x": [0.00020328722222222223, 0.00021173055555555553, 0.00021907666666666668, 0.0002237075, 0.00022502250000000002, 0.00023131583333333333, 0.00023131583333333333, 0.00025145055555555557, 0.0002676613888888889, 0.00027038916666666664, 0.0002750994444444444, 0.0002806633333333333, 0.0002946302777777778, 0.00031204805555555554, 0.0003165002777777778, 0.00032233999999999995, 0.0003414922222222222, 0.00034440444444444444, 0.0003492766666666667, 0.0003494086111111111, 0.0003879952777777778, 0.00043021944444444443, 0.0004929555555555556, 0.0007483638888888889, 0.0012235022222222222, 0.0015333091666666666, 0.0015437394444444445, 0.001548573611111111, 0.0015578530555555557, 0.0015619991666666667, 0.00165145, 0.0018320758333333334, 0.0020980955555555555, 0.0023097411111111113, 0.003263316111111111, 0.004202815277777778, 0.004250652777777778, 0.004401021111111111, 0.004653381388888889, 0.0065133161111111115, 0.0069383863888888885, 0.0069638700000000005, 0.007328311944444444, 0.009204333611111112, 0.011604339166666667, 0.015107238333333333, 0.01564490138888889, 0.01569497472222222, 0.01689075472222222, 0.01696895888888889, 0.0170312275, 0.017050858888888888, 0.01705305138888889, 0.0170646425, 0.017079301944444444, 0.017103570555555555, 0.017118338055555554, 0.01711975361111111, 0.017207827777777778, 0.017219579999999998, 0.017343029722222222, 0.017366653611111112, 0.01747172388888889, 0.01764196666666667, 0.017950752222222224, 0.018149691944444445, 0.018358140555555555, 0.01851675722222222, 0.01883164527777778, 0.019067441388888887, 0.019526142777777776, 0.01965308527777778, 0.02093282583333333, 0.021495048611111112, 0.021506459444444445, 0.022615191666666666, 0.02268452972222222, 0.02293759888888889, 0.023499141944444447, 0.02386721888888889, 0.023952478333333332, 0.025539382222222223, 0.02628778, 0.03677434472222222, 0.03948549472222222, 0.03955008611111111, 0.03977381111111111, 0.03979771638888889, 0.039921592500000005, 0.0400143225, 0.04051681027777777, 0.040577097222222226, 0.040805965, 0.040823651111111116, 0.042308178888888895, 0.042422578055555556, 0.04403460083333333, 0.04429039166666667, 0.044679219166666666, 0.04471784194444444, 0.04475852833333334, 0.044782954166666666, 0.04513843416666667, 0.045299606944444445, 0.05011455833333333, 0.05837617083333333, 0.059344478611111105, 0.06401834083333333, 0.06768491472222223, 0.06772619277777778, 0.06812175416666667, 0.0681342025, 0.06818551833333333, 0.06831329805555555, 0.07135823444444443, 0.0718996638888889, 0.07484798472222222, 0.07501684722222222, 0.07561891694444443, 0.07644001194444444, 0.07655027916666667, 0.0775535861111111, 0.07784336111111112, 0.0779840963888889, 0.07907017111111111, 0.08374858583333333, 0.08490075722222222, 0.08575073916666666, 0.092058375, 0.09320491111111112, 0.10424904833333334, 0.10442158777777777, 0.10444181305555555, 0.10474793777777779, 0.10804505027777778, 0.10829671611111111, 0.11343169, 0.113453075, 0.11347168305555556, 0.11384604944444444, 0.12139532305555556, 0.13222491555555557, 0.14882772972222222, 0.14890274194444447, 0.14895464527777777, 0.14935082916666667, 0.14939892722222223, 0.14973275888888887, 0.16052928500000002, 0.20398390444444442, 0.2046273675, 0.20467072888888888, 0.20471273055555556, 0.20845551416666666, 0.2184423686111111, 0.22019461583333333, 0.22297955777777778, 0.23635349027777777, 0.2479143288888889, 0.27372161194444444, 0.27376009916666666, 0.30445202777777775, 0.36072313111111115, 0.38095318472222217, 0.4655216275, 0.46554053305555554, 0.46608678333333337, 0.4661647105555556, 0.4661918163888889, 0.49155480277777774, 0.4938584463888889, 0.5054617252777778, 0.5673125775, 0.6376646672222223, 0.9132852305555555, 0.9465197000000001, 0.9880387208333333, 0.9942890663888889, 1.3970190877777777, 1.839000513888889, 1.8400171525000002, 1.8407207636111111, 1.8638356594444445, 1.917294041111111, 1.9217974333333334, 1.9580749055555555, 1.9686787725, 2.0500202761111113, 3.5702476091666666, 3.8630334225, 3.9403532369444445, 4.403844416111111, 5.755730650277778, 7.8771162375, 9.903904174722223, 19.758716612222223, 21.05218482888889, 22.86188333305556, 23.752704406944442, 26.412227726111112, 67.05053328472222, 70.75799048472221, 100.75810162027777, 103.00362302527778, 118.75838200972221, 148.30959022222223, 148.7540405138889, 197.55279627527776, 218.0562186711111, 218.55341678583335, 258.05142243666666, 312.26920704555556, 334.0550188727778, 360.55114109416667, 429.053339155, 477.7996599269444, 485.5518277472222, 490.5533382925, 598.0497457941667, 630.0555725261111, 633.61659628, 650.0557232533333, 1581.5554737225, 1581.7695427183332, 1581.8001559708332, 1686.771118968611, 1783.0526948402778, 1939.5535557811113, 1953.3002575280557, 1966.5515937983332, 1987.3032087655554, 2007.272043493611, 2034.5646459305556, 2117.053348433056, 2117.0534923152777, 2117.0535423794445, 2117.0535432197225, 2117.053554667778, 2117.053598848889, 2117.0536014725, 2117.0536024758335, 2117.053642748889, 2117.05366723, 2117.0536728541665, 2117.0536973194444, 2117.056399928889, 2117.0564068669446, 2117.056410741111, 2117.0564149661113, 2117.0564297827777, 2117.056478188611, 2117.0564932672223, 2117.0565061, 2117.1203423183333, 2117.1369708019442, 2117.2537085433332, 2117.2954079, 2117.300843001111, 2117.3009222708333, 2117.300953173611, 2117.301011931667, 2117.301013306111, 2117.301026287778, 2117.3010409319445, 2117.3010520094444, 2117.3010528441664, 2117.3010528441664], "y": [0.0, 0.37593984962406013, 0.7518796992481203, 1.1278195488721803, 1.5037593984962405, 1.8796992481203008, 2.2556390977443606, 2.631578947368421, 3.007518796992481, 3.3834586466165413, 3.7593984962406015, 4.135338345864661, 4.511278195488721, 4.887218045112782, 5.263157894736842, 5.639097744360902, 6.015037593984962, 6.390977443609022, 6.7669172932330826, 7.142857142857142, 7.518796992481203, 7.894736842105263, 8.270676691729323, 8.646616541353383, 9.022556390977442, 9.398496240601503, 9.774436090225564, 10.150375939849624, 10.526315789473683, 10.902255639097744, 11.278195488721805, 11.654135338345863, 12.030075187969924, 12.406015037593985, 12.781954887218044, 13.157894736842104, 13.533834586466165, 13.909774436090224, 14.285714285714285, 14.661654135338345, 15.037593984962406, 15.413533834586465, 15.789473684210526, 16.165413533834585, 16.541353383458645, 16.917293233082706, 17.293233082706767, 17.669172932330827, 18.045112781954884, 18.421052631578945, 18.796992481203006, 19.172932330827066, 19.548872180451127, 19.924812030075188, 20.30075187969925, 20.676691729323306, 21.052631578947366, 21.428571428571427, 21.804511278195488, 22.18045112781955, 22.55639097744361, 22.932330827067666, 23.308270676691727, 23.684210526315788, 24.06015037593985, 24.43609022556391, 24.81203007518797, 25.187969924812027, 25.563909774436087, 25.93984962406015, 26.31578947368421, 26.691729323308266, 27.06766917293233, 27.44360902255639, 27.819548872180448, 28.19548872180451, 28.57142857142857, 28.947368421052634, 29.32330827067669, 29.699248120300748, 30.075187969924812, 30.451127819548873, 30.82706766917293, 31.203007518796987, 31.57894736842105, 31.954887218045116, 32.33082706766917, 32.70676691729323, 33.08270676691729, 33.45864661654135, 33.83458646616541, 34.210526315789465, 34.58646616541353, 34.962406015037594, 35.338345864661655, 35.71428571428571, 36.09022556390977, 36.46616541353384, 36.84210526315789, 37.21804511278195, 37.59398496240601, 37.96992481203007, 38.34586466165413, 38.721804511278194, 39.097744360902254, 39.473684210526315, 39.849624060150376, 40.22556390977443, 40.6015037593985, 40.97744360902256, 41.35338345864661, 41.72932330827067, 42.10526315789473, 42.4812030075188, 42.857142857142854, 43.233082706766915, 43.609022556390975, 43.984962406015036, 44.3609022556391, 44.73684210526315, 45.11278195488722, 45.48872180451128, 45.86466165413533, 46.24060150375939, 46.616541353383454, 46.99248120300752, 47.368421052631575, 47.744360902255636, 48.1203007518797, 48.49624060150376, 48.87218045112782, 49.24812030075187, 49.62406015037594, 50.0, 50.375939849624054, 50.751879699248114, 51.127819548872175, 51.50375939849624, 51.8796992481203, 52.25563909774436, 52.63157894736842, 53.00751879699248, 53.38345864661653, 53.75939849624059, 54.13533834586466, 54.51127819548872, 54.88721804511278, 55.263157894736835, 55.639097744360896, 56.015037593984964, 56.39097744360902, 56.76691729323308, 57.14285714285714, 57.5187969924812, 57.89473684210527, 58.27067669172932, 58.64661654135338, 59.02255639097744, 59.398496240601496, 59.77443609022556, 60.150375939849624, 60.526315789473685, 60.902255639097746, 61.2781954887218, 61.65413533834586, 62.03007518796993, 62.406015037593974, 62.78195488721804, 63.1578947368421, 63.53383458646616, 63.90977443609023, 64.28571428571428, 64.66165413533834, 65.0375939849624, 65.41353383458646, 65.78947368421052, 66.16541353383458, 66.54135338345864, 66.9172932330827, 67.29323308270676, 67.66917293233082, 68.04511278195488, 68.42105263157893, 68.796992481203, 69.17293233082707, 69.54887218045113, 69.92481203007519, 70.30075187969925, 70.67669172932331, 71.05263157894737, 71.42857142857142, 71.80451127819548, 72.18045112781954, 72.55639097744361, 72.93233082706767, 73.30827067669172, 73.68421052631578, 74.06015037593986, 74.4360902255639, 74.81203007518796, 75.18796992481202, 75.56390977443608, 75.93984962406014, 76.3157894736842, 76.69172932330827, 77.06766917293233, 77.44360902255639, 77.81954887218045, 78.19548872180451, 78.57142857142857, 78.94736842105263, 79.32330827067669, 79.69924812030075, 80.07518796992481, 80.45112781954886, 80.82706766917292, 81.203007518797, 81.57894736842105, 81.95488721804512, 82.33082706766916, 82.70676691729322, 83.0827067669173, 83.45864661654134, 83.8345864661654, 84.21052631578947, 84.58646616541353, 84.9624060150376, 85.33834586466165, 85.71428571428571, 86.09022556390977, 86.46616541353383, 86.84210526315789, 87.21804511278195, 87.59398496240601, 87.96992481203007, 88.34586466165413, 88.7218045112782, 89.09774436090225, 89.4736842105263, 89.84962406015036, 90.22556390977444, 90.6015037593985, 90.97744360902256, 91.3533834586466, 91.72932330827066, 92.10526315789474, 92.48120300751879, 92.85714285714285, 93.23308270676691, 93.60902255639097, 93.98496240601504, 94.36090225563909, 94.73684210526315, 95.11278195488721, 95.48872180451127, 95.86466165413533, 96.2406015037594, 96.61654135338345, 96.99248120300751, 97.36842105263158, 97.74436090225564, 98.1203007518797, 98.49624060150374, 98.87218045112782, 99.24812030075188, 99.62406015037594, 100.0], "type": "scatter"}, {"hovertemplate": "Avail Node/v1.11.0:
Uptime: %{x:.1f} hours
Percentage: %{y:.1f}%
", "mode": "lines", "name": "Avail Node/v1.11.0 (120)", "x": [0.00020328722222222223, 0.00021173055555555553, 0.0002237075, 0.00022502250000000002, 0.00023131583333333333, 0.00023131583333333333, 0.00025145055555555557, 0.0002676613888888889, 0.00027038916666666664, 0.0002750994444444444, 0.0002806633333333333, 0.0002946302777777778, 0.00031204805555555554, 0.0003165002777777778, 0.00032233999999999995, 0.0003414922222222222, 0.00034440444444444444, 0.0003494086111111111, 0.00043021944444444443, 0.0004929555555555556, 0.0007483638888888889, 0.0015333091666666666, 0.0015437394444444445, 0.001548573611111111, 0.0015578530555555557, 0.0015619991666666667, 0.00165145, 0.0018320758333333334, 0.0020980955555555555, 0.0023097411111111113, 0.004202815277777778, 0.004250652777777778, 0.004653381388888889, 0.0069383863888888885, 0.015107238333333333, 0.01564490138888889, 0.01569497472222222, 0.01689075472222222, 0.01696895888888889, 0.0170312275, 0.017050858888888888, 0.01705305138888889, 0.0170646425, 0.017079301944444444, 0.017103570555555555, 0.017118338055555554, 0.01711975361111111, 0.017207827777777778, 0.017219579999999998, 0.017343029722222222, 0.017366653611111112, 0.01747172388888889, 0.01764196666666667, 0.017950752222222224, 0.018149691944444445, 0.01883164527777778, 0.01965308527777778, 0.02093282583333333, 0.022615191666666666, 0.023499141944444447, 0.02386721888888889, 0.03948549472222222, 0.03955008611111111, 0.03977381111111111, 0.03979771638888889, 0.04051681027777777, 0.042308178888888895, 0.042422578055555556, 0.04429039166666667, 0.04471784194444444, 0.044782954166666666, 0.06401834083333333, 0.0681342025, 0.06818551833333333, 0.07135823444444443, 0.0718996638888889, 0.07501684722222222, 0.07561891694444443, 0.07644001194444444, 0.07655027916666667, 0.07784336111111112, 0.0779840963888889, 0.07907017111111111, 0.08490075722222222, 0.08575073916666666, 0.092058375, 0.09320491111111112, 0.10804505027777778, 0.10829671611111111, 0.12139532305555556, 0.13222491555555557, 0.20845551416666666, 0.22297955777777778, 21.05218482888889, 26.412227726111112, 70.75799048472221, 100.75810162027777, 118.75838200972221, 148.30959022222223, 312.26920704555556, 477.7996599269444, 490.5533382925, 598.0497457941667, 630.0555725261111, 633.61659628, 650.0557232533333, 1783.0526948402778, 1987.3032087655554, 2007.272043493611, 2034.5646459305556, 2117.0536014725, 2117.056410741111, 2117.0564149661113, 2117.0564932672223, 2117.300843001111, 2117.3009222708333, 2117.300953173611, 2117.301011931667, 2117.301013306111, 2117.3010409319445, 2117.3010409319445], "y": [0.0, 0.8333333333333334, 1.6666666666666667, 2.5, 3.3333333333333335, 4.166666666666666, 5.0, 5.833333333333333, 6.666666666666667, 7.5, 8.333333333333332, 9.166666666666666, 10.0, 10.833333333333334, 11.666666666666666, 12.5, 13.333333333333334, 14.166666666666666, 15.0, 15.833333333333332, 16.666666666666664, 17.5, 18.333333333333332, 19.166666666666664, 20.0, 20.833333333333336, 21.666666666666668, 22.5, 23.333333333333332, 24.166666666666668, 25.0, 25.83333333333333, 26.666666666666668, 27.500000000000004, 28.333333333333332, 29.166666666666668, 30.0, 30.833333333333336, 31.666666666666664, 32.5, 33.33333333333333, 34.166666666666664, 35.0, 35.833333333333336, 36.666666666666664, 37.5, 38.33333333333333, 39.166666666666664, 40.0, 40.833333333333336, 41.66666666666667, 42.5, 43.333333333333336, 44.166666666666664, 45.0, 45.83333333333333, 46.666666666666664, 47.5, 48.333333333333336, 49.166666666666664, 50.0, 50.83333333333333, 51.66666666666666, 52.5, 53.333333333333336, 54.166666666666664, 55.00000000000001, 55.833333333333336, 56.666666666666664, 57.49999999999999, 58.333333333333336, 59.166666666666664, 60.0, 60.83333333333333, 61.66666666666667, 62.5, 63.33333333333333, 64.16666666666666, 65.0, 65.83333333333333, 66.66666666666666, 67.5, 68.33333333333333, 69.16666666666667, 70.0, 70.83333333333334, 71.66666666666667, 72.5, 73.33333333333333, 74.16666666666667, 75.0, 75.83333333333333, 76.66666666666666, 77.5, 78.33333333333333, 79.16666666666666, 80.0, 80.83333333333333, 81.66666666666667, 82.5, 83.33333333333334, 84.16666666666667, 85.0, 85.83333333333333, 86.66666666666667, 87.5, 88.33333333333333, 89.16666666666666, 90.0, 90.83333333333333, 91.66666666666666, 92.5, 93.33333333333333, 94.16666666666667, 95.0, 95.83333333333334, 96.66666666666667, 97.5, 98.33333333333333, 99.16666666666667, 100.0], "type": "scatter"}, {"hovertemplate": "Avail Node/v1.10.0:
Uptime: %{x:.1f} hours
Percentage: %{y:.1f}%
", "mode": "lines", "name": "Avail Node/v1.10.0 (146)", "x": [0.00021907666666666668, 0.0003492766666666667, 0.0003879952777777778, 0.0012235022222222222, 0.003263316111111111, 0.004401021111111111, 0.0065133161111111115, 0.0069638700000000005, 0.007328311944444444, 0.009204333611111112, 0.011604339166666667, 0.018358140555555555, 0.01851675722222222, 0.019067441388888887, 0.019526142777777776, 0.021495048611111112, 0.021506459444444445, 0.02268452972222222, 0.02293759888888889, 0.023952478333333332, 0.025539382222222223, 0.02628778, 0.03677434472222222, 0.039921592500000005, 0.0400143225, 0.040577097222222226, 0.040805965, 0.040823651111111116, 0.04403460083333333, 0.044679219166666666, 0.04475852833333334, 0.04513843416666667, 0.045299606944444445, 0.05011455833333333, 0.05837617083333333, 0.059344478611111105, 0.06768491472222223, 0.06772619277777778, 0.06812175416666667, 0.06831329805555555, 0.07484798472222222, 0.0775535861111111, 0.08374858583333333, 0.10424904833333334, 0.10442158777777777, 0.10444181305555555, 0.10474793777777779, 0.11343169, 0.113453075, 0.11347168305555556, 0.11384604944444444, 0.14882772972222222, 0.14890274194444447, 0.14895464527777777, 0.14935082916666667, 0.14939892722222223, 0.14973275888888887, 0.16052928500000002, 0.20398390444444442, 0.2046273675, 0.20467072888888888, 0.20471273055555556, 0.2184423686111111, 0.22019461583333333, 0.23635349027777777, 0.2479143288888889, 0.27372161194444444, 0.27376009916666666, 0.30445202777777775, 0.36072313111111115, 0.38095318472222217, 0.4655216275, 0.46554053305555554, 0.46608678333333337, 0.4661647105555556, 0.4661918163888889, 0.49155480277777774, 0.4938584463888889, 0.5054617252777778, 0.5673125775, 0.6376646672222223, 0.9132852305555555, 0.9465197000000001, 0.9880387208333333, 0.9942890663888889, 1.3970190877777777, 1.839000513888889, 1.8400171525000002, 1.8407207636111111, 1.8638356594444445, 1.917294041111111, 1.9217974333333334, 1.9580749055555555, 1.9686787725, 2.0500202761111113, 3.5702476091666666, 3.8630334225, 3.9403532369444445, 4.403844416111111, 5.755730650277778, 7.8771162375, 9.903904174722223, 19.758716612222223, 22.86188333305556, 23.752704406944442, 67.05053328472222, 103.00362302527778, 148.7540405138889, 197.55279627527776, 218.0562186711111, 218.55341678583335, 258.05142243666666, 334.0550188727778, 360.55114109416667, 429.053339155, 485.5518277472222, 1581.5554737225, 1581.7695427183332, 1581.8001559708332, 1686.771118968611, 1939.5535557811113, 1953.3002575280557, 1966.5515937983332, 2117.053348433056, 2117.0534923152777, 2117.0535423794445, 2117.0535432197225, 2117.053554667778, 2117.053598848889, 2117.0536024758335, 2117.053642748889, 2117.05366723, 2117.0536728541665, 2117.0536973194444, 2117.056399928889, 2117.0564068669446, 2117.0564297827777, 2117.056478188611, 2117.0565061, 2117.1203423183333, 2117.1369708019442, 2117.2537085433332, 2117.2954079, 2117.301026287778, 2117.3010520094444, 2117.3010528441664, 2117.3010528441664], "y": [0.0, 0.684931506849315, 1.36986301369863, 2.054794520547945, 2.73972602739726, 3.4246575342465753, 4.10958904109589, 4.794520547945205, 5.47945205479452, 6.164383561643835, 6.8493150684931505, 7.534246575342466, 8.21917808219178, 8.904109589041095, 9.58904109589041, 10.273972602739725, 10.95890410958904, 11.643835616438356, 12.32876712328767, 13.013698630136986, 13.698630136986301, 14.383561643835616, 15.068493150684931, 15.753424657534246, 16.43835616438356, 17.123287671232877, 17.80821917808219, 18.493150684931507, 19.17808219178082, 19.863013698630137, 20.54794520547945, 21.232876712328768, 21.91780821917808, 22.602739726027394, 23.28767123287671, 23.972602739726025, 24.65753424657534, 25.34246575342466, 26.027397260273972, 26.71232876712328, 27.397260273972602, 28.08219178082192, 28.767123287671232, 29.452054794520542, 30.136986301369863, 30.82191780821918, 31.506849315068493, 32.1917808219178, 32.87671232876712, 33.56164383561644, 34.24657534246575, 34.93150684931506, 35.61643835616438, 36.3013698630137, 36.986301369863014, 37.671232876712324, 38.35616438356164, 39.04109589041096, 39.726027397260275, 40.410958904109584, 41.0958904109589, 41.78082191780822, 42.465753424657535, 43.150684931506845, 43.83561643835616, 44.52054794520548, 45.20547945205479, 45.890410958904106, 46.57534246575342, 47.26027397260274, 47.94520547945205, 48.630136986301366, 49.31506849315068, 50.0, 50.68493150684932, 51.36986301369863, 52.054794520547944, 52.73972602739726, 53.42465753424656, 54.10958904109589, 54.794520547945204, 55.47945205479452, 56.16438356164384, 56.84931506849315, 57.534246575342465, 58.21917808219178, 58.904109589041084, 59.58904109589041, 60.273972602739725, 60.95890410958904, 61.64383561643836, 62.32876712328766, 63.013698630136986, 63.6986301369863, 64.3835616438356, 65.06849315068493, 65.75342465753424, 66.43835616438356, 67.12328767123287, 67.80821917808218, 68.4931506849315, 69.17808219178082, 69.86301369863013, 70.54794520547945, 71.23287671232876, 71.91780821917808, 72.6027397260274, 73.2876712328767, 73.97260273972603, 74.65753424657534, 75.34246575342465, 76.02739726027397, 76.71232876712328, 77.3972602739726, 78.08219178082192, 78.76712328767123, 79.45205479452055, 80.13698630136986, 80.82191780821917, 81.50684931506848, 82.1917808219178, 82.87671232876713, 83.56164383561644, 84.24657534246575, 84.93150684931507, 85.61643835616438, 86.30136986301369, 86.986301369863, 87.67123287671232, 88.35616438356165, 89.04109589041096, 89.72602739726027, 90.41095890410958, 91.0958904109589, 91.78082191780821, 92.46575342465752, 93.15068493150685, 93.83561643835617, 94.52054794520548, 95.20547945205479, 95.8904109589041, 96.57534246575342, 97.26027397260273, 97.94520547945204, 98.63013698630137, 99.31506849315068, 100.0], "type": "scatter"}], "layout": {"template": {"data": {"scatter": [{"type": "scatter"}]}}, "xaxis": {"title": {"text": "Uptime (hours)"}, "range": [0, 24], "dtick": 2}, "yaxis": {"title": {"text": "Online Peers (%)"}, "autorange": true, "rangemode": "tozero"}, "legend": {"orientation": "v", "yanchor": "top", "y": -0.2, "xanchor": "right", "x": 0.4}, "annotations": [{"font": {"size": 18}, "showarrow": false, "text": "Churn Analysis", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.15, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 14}, "showarrow": false, "text": "", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.1, "yanchor": "bottom", "yref": "paper"}]}} \ No newline at end of file diff --git a/content.en/plots/2024/11/25/avail-stale-records-stacked.json b/content.en/plots/2024/11/25/avail-stale-records-stacked.json new file mode 100644 index 000000000..6207bd43d --- /dev/null +++ b/content.en/plots/2024/11/25/avail-stale-records-stacked.json @@ -0,0 +1 @@ +{"data": [{"connectgaps": false, "hovertemplate": ["Unreachable
Date: 2024-11-25 00:10
Unreachable: 32,079
Total: 61,533
Unreachable rate: 52.13%
", "Unreachable
Date: 2024-11-25 00:40
Unreachable: 31,943
Total: 61,352
Unreachable rate: 52.07%
", "Unreachable
Date: 2024-11-25 01:10
Unreachable: 31,739
Total: 61,566
Unreachable rate: 51.55%
", "Unreachable
Date: 2024-11-25 01:40
Unreachable: 31,315
Total: 61,527
Unreachable rate: 50.90%
", "Unreachable
Date: 2024-11-25 02:10
Unreachable: 31,023
Total: 61,504
Unreachable rate: 50.44%
", "Unreachable
Date: 2024-11-25 02:40
Unreachable: 31,098
Total: 61,322
Unreachable rate: 50.71%
", "Unreachable
Date: 2024-11-25 03:10
Unreachable: 31,041
Total: 61,345
Unreachable rate: 50.60%
", "Unreachable
Date: 2024-11-25 03:40
Unreachable: 31,052
Total: 60,960
Unreachable rate: 50.94%
", "Unreachable
Date: 2024-11-25 04:10
Unreachable: 31,360
Total: 61,391
Unreachable rate: 51.08%
", "Unreachable
Date: 2024-11-25 04:40
Unreachable: 31,143
Total: 61,369
Unreachable rate: 50.75%
", "Unreachable
Date: 2024-11-25 05:10
Unreachable: 31,284
Total: 61,267
Unreachable rate: 51.06%
", "Unreachable
Date: 2024-11-25 05:40
Unreachable: 31,154
Total: 61,298
Unreachable rate: 50.82%
", "Unreachable
Date: 2024-11-25 06:10
Unreachable: 31,272
Total: 61,383
Unreachable rate: 50.95%
", "Unreachable
Date: 2024-11-25 06:40
Unreachable: 31,028
Total: 61,413
Unreachable rate: 50.52%
", "Unreachable
Date: 2024-11-25 07:10
Unreachable: 30,996
Total: 61,316
Unreachable rate: 50.55%
", "Unreachable
Date: 2024-11-25 07:40
Unreachable: 30,954
Total: 61,404
Unreachable rate: 50.41%
", "Unreachable
Date: 2024-11-25 08:10
Unreachable: 30,956
Total: 61,584
Unreachable rate: 50.27%
", "Unreachable
Date: 2024-11-25 08:40
Unreachable: 31,490
Total: 61,387
Unreachable rate: 51.30%
", "Unreachable
Date: 2024-11-25 09:10
Unreachable: 31,723
Total: 61,490
Unreachable rate: 51.59%
", "Unreachable
Date: 2024-11-25 09:40
Unreachable: 31,845
Total: 61,544
Unreachable rate: 51.74%
", "Unreachable
Date: 2024-11-25 10:10
Unreachable: 31,827
Total: 61,683
Unreachable rate: 51.60%
", "Unreachable
Date: 2024-11-25 10:40
Unreachable: 31,685
Total: 61,573
Unreachable rate: 51.46%
", "Unreachable
Date: 2024-11-25 11:10
Unreachable: 31,870
Total: 61,711
Unreachable rate: 51.64%
", "Unreachable
Date: 2024-11-25 11:40
Unreachable: 31,843
Total: 61,588
Unreachable rate: 51.70%
", "Unreachable
Date: 2024-11-25 12:10
Unreachable: 31,889
Total: 61,479
Unreachable rate: 51.87%
", "Unreachable
Date: 2024-11-25 12:40
Unreachable: 31,823
Total: 62,025
Unreachable rate: 51.31%
", "Unreachable
Date: 2024-11-25 13:10
Unreachable: 32,068
Total: 61,859
Unreachable rate: 51.84%
", "Unreachable
Date: 2024-11-25 13:40
Unreachable: 31,987
Total: 62,088
Unreachable rate: 51.52%
", "Unreachable
Date: 2024-11-25 14:10
Unreachable: 32,370
Total: 62,084
Unreachable rate: 52.14%
", "Unreachable
Date: 2024-11-25 14:40
Unreachable: 32,341
Total: 61,896
Unreachable rate: 52.25%
", "Unreachable
Date: 2024-11-25 15:10
Unreachable: 32,762
Total: 62,105
Unreachable rate: 52.75%
", "Unreachable
Date: 2024-11-25 15:40
Unreachable: 32,594
Total: 62,197
Unreachable rate: 52.40%
", "Unreachable
Date: 2024-11-25 16:10
Unreachable: 32,721
Total: 62,073
Unreachable rate: 52.71%
", "Unreachable
Date: 2024-11-25 16:40
Unreachable: 32,918
Total: 61,933
Unreachable rate: 53.15%
", "Unreachable
Date: 2024-11-25 17:10
Unreachable: 32,943
Total: 62,178
Unreachable rate: 52.98%
", "Unreachable
Date: 2024-11-25 17:40
Unreachable: 32,667
Total: 62,102
Unreachable rate: 52.60%
", "Unreachable
Date: 2024-11-25 18:10
Unreachable: 32,493
Total: 61,916
Unreachable rate: 52.48%
", "Unreachable
Date: 2024-11-25 18:40
Unreachable: 32,532
Total: 62,017
Unreachable rate: 52.46%
", "Unreachable
Date: 2024-11-25 19:10
Unreachable: 32,493
Total: 62,212
Unreachable rate: 52.23%
", "Unreachable
Date: 2024-11-25 19:40
Unreachable: 32,705
Total: 61,977
Unreachable rate: 52.77%
", "Unreachable
Date: 2024-11-25 20:10
Unreachable: 32,273
Total: 61,854
Unreachable rate: 52.18%
", "Unreachable
Date: 2024-11-25 20:40
Unreachable: 31,688
Total: 62,192
Unreachable rate: 50.95%
", "Unreachable
Date: 2024-11-25 21:10
Unreachable: 31,832
Total: 62,125
Unreachable rate: 51.24%
", "Unreachable
Date: 2024-11-25 21:40
Unreachable: 31,590
Total: 62,132
Unreachable rate: 50.84%
", "Unreachable
Date: 2024-11-25 22:10
Unreachable: 31,509
Total: 62,260
Unreachable rate: 50.61%
", "Unreachable
Date: 2024-11-25 22:40
Unreachable: 31,174
Total: 62,150
Unreachable rate: 50.16%
", "Unreachable
Date: 2024-11-25 23:10
Unreachable: 31,339
Total: 62,097
Unreachable rate: 50.47%
", "Unreachable
Date: 2024-11-25 23:40
Unreachable: 31,091
Total: 62,334
Unreachable rate: 49.88%
", "Unreachable
Date: 2024-11-26 00:10
Unreachable: 31,331
Total: 62,238
Unreachable rate: 50.34%
", "Unreachable
Date: 2024-11-26 00:40
Unreachable: 31,102
Total: 62,170
Unreachable rate: 50.03%
", "Unreachable
Date: 2024-11-26 01:10
Unreachable: 31,423
Total: 62,202
Unreachable rate: 50.52%
", "Unreachable
Date: 2024-11-26 01:40
Unreachable: 31,587
Total: 62,273
Unreachable rate: 50.72%
", "Unreachable
Date: 2024-11-26 02:10
Unreachable: 31,174
Total: 62,205
Unreachable rate: 50.11%
", "Unreachable
Date: 2024-11-26 02:40
Unreachable: 31,340
Total: 62,076
Unreachable rate: 50.49%
", "Unreachable
Date: 2024-11-26 03:10
Unreachable: 31,231
Total: 62,120
Unreachable rate: 50.28%
", "Unreachable
Date: 2024-11-26 03:40
Unreachable: 30,987
Total: 62,107
Unreachable rate: 49.89%
", "Unreachable
Date: 2024-11-26 04:10
Unreachable: 31,198
Total: 62,316
Unreachable rate: 50.06%
", "Unreachable
Date: 2024-11-26 04:40
Unreachable: 31,709
Total: 62,318
Unreachable rate: 50.88%
", "Unreachable
Date: 2024-11-26 05:10
Unreachable: 32,404
Total: 62,360
Unreachable rate: 51.96%
", "Unreachable
Date: 2024-11-26 05:40
Unreachable: 32,194
Total: 62,139
Unreachable rate: 51.81%
", "Unreachable
Date: 2024-11-26 06:10
Unreachable: 32,657
Total: 62,202
Unreachable rate: 52.50%
", "Unreachable
Date: 2024-11-26 06:40
Unreachable: 33,037
Total: 62,323
Unreachable rate: 53.01%
", "Unreachable
Date: 2024-11-26 07:10
Unreachable: 32,953
Total: 62,304
Unreachable rate: 52.89%
", "Unreachable
Date: 2024-11-26 07:40
Unreachable: 33,262
Total: 62,193
Unreachable rate: 53.48%
", "Unreachable
Date: 2024-11-26 08:10
Unreachable: 33,089
Total: 62,346
Unreachable rate: 53.07%
", "Unreachable
Date: 2024-11-26 08:40
Unreachable: 33,186
Total: 62,233
Unreachable rate: 53.33%
", "Unreachable
Date: 2024-11-26 09:10
Unreachable: 33,838
Total: 62,455
Unreachable rate: 54.18%
", "Unreachable
Date: 2024-11-26 09:40
Unreachable: 34,169
Total: 62,276
Unreachable rate: 54.87%
", "Unreachable
Date: 2024-11-26 10:10
Unreachable: 34,330
Total: 62,016
Unreachable rate: 55.36%
", "Unreachable
Date: 2024-11-26 10:40
Unreachable: 34,234
Total: 62,116
Unreachable rate: 55.11%
", "Unreachable
Date: 2024-11-26 11:10
Unreachable: 34,199
Total: 62,447
Unreachable rate: 54.76%
", "Unreachable
Date: 2024-11-26 11:40
Unreachable: 34,106
Total: 62,136
Unreachable rate: 54.89%
", "Unreachable
Date: 2024-11-26 12:10
Unreachable: 33,936
Total: 62,458
Unreachable rate: 54.33%
", "Unreachable
Date: 2024-11-26 12:40
Unreachable: 34,047
Total: 62,158
Unreachable rate: 54.77%
", "Unreachable
Date: 2024-11-26 13:10
Unreachable: 34,564
Total: 62,372
Unreachable rate: 55.42%
", "Unreachable
Date: 2024-11-26 13:40
Unreachable: 34,397
Total: 62,483
Unreachable rate: 55.05%
", "Unreachable
Date: 2024-11-26 14:10
Unreachable: 34,906
Total: 62,229
Unreachable rate: 56.09%
", "Unreachable
Date: 2024-11-26 14:40
Unreachable: 34,332
Total: 62,489
Unreachable rate: 54.94%
", "Unreachable
Date: 2024-11-26 15:10
Unreachable: 34,934
Total: 62,383
Unreachable rate: 56.00%
", "Unreachable
Date: 2024-11-26 15:40
Unreachable: 34,248
Total: 62,574
Unreachable rate: 54.73%
", "Unreachable
Date: 2024-11-26 16:28
Unreachable: 34,309
Total: 62,544
Unreachable rate: 54.86%
", "Unreachable
Date: 2024-11-26 18:28
Unreachable: 33,916
Total: 62,331
Unreachable rate: 54.41%
", "Unreachable
Date: 2024-11-26 20:28
Unreachable: 33,809
Total: 62,514
Unreachable rate: 54.08%
", "Unreachable
Date: 2024-11-26 22:28
Unreachable: 33,654
Total: 62,849
Unreachable rate: 53.55%
", "Unreachable
Date: 2024-11-27 00:28
Unreachable: 33,739
Total: 62,931
Unreachable rate: 53.61%
", "Unreachable
Date: 2024-11-27 02:28
Unreachable: 33,796
Total: 62,808
Unreachable rate: 53.81%
", "Unreachable
Date: 2024-11-27 04:28
Unreachable: 33,723
Total: 62,871
Unreachable rate: 53.64%
", "Unreachable
Date: 2024-11-27 06:28
Unreachable: 34,434
Total: 62,837
Unreachable rate: 54.80%
", "Unreachable
Date: 2024-11-27 08:28
Unreachable: 34,629
Total: 63,008
Unreachable rate: 54.96%
", "Unreachable
Date: 2024-11-27 10:28
Unreachable: 35,123
Total: 63,085
Unreachable rate: 55.68%
", "Unreachable
Date: 2024-11-27 12:28
Unreachable: 35,408
Total: 63,132
Unreachable rate: 56.09%
", "Unreachable
Date: 2024-11-27 14:28
Unreachable: 35,682
Total: 63,404
Unreachable rate: 56.28%
", "Unreachable
Date: 2024-11-27 16:28
Unreachable: 36,146
Total: 63,247
Unreachable rate: 57.15%
", "Unreachable
Date: 2024-11-27 18:28
Unreachable: 35,947
Total: 63,260
Unreachable rate: 56.82%
", "Unreachable
Date: 2024-11-27 20:28
Unreachable: 35,250
Total: 62,974
Unreachable rate: 55.98%
", "Unreachable
Date: 2024-11-27 22:28
Unreachable: 34,328
Total: 62,992
Unreachable rate: 54.50%
", "Unreachable
Date: 2024-11-28 00:28
Unreachable: 33,848
Total: 62,614
Unreachable rate: 54.06%
", "Unreachable
Date: 2024-11-28 02:28
Unreachable: 31,938
Total: 62,934
Unreachable rate: 50.75%
", "Unreachable
Date: 2024-11-28 04:28
Unreachable: 36,074
Total: 62,941
Unreachable rate: 57.31%
", "Unreachable
Date: 2024-11-28 06:28
Unreachable: 37,535
Total: 62,780
Unreachable rate: 59.79%
", "Unreachable
Date: 2024-11-28 08:28
Unreachable: 37,506
Total: 63,244
Unreachable rate: 59.30%
", "Unreachable
Date: 2024-11-28 10:28
Unreachable: 38,029
Total: 62,864
Unreachable rate: 60.49%
", "Unreachable
Date: 2024-11-28 12:28
Unreachable: 37,977
Total: 63,149
Unreachable rate: 60.14%
", "Unreachable
Date: 2024-11-28 14:28
Unreachable: 38,630
Total: 63,071
Unreachable rate: 61.25%
", "Unreachable
Date: 2024-11-28 16:28
Unreachable: 38,260
Total: 63,188
Unreachable rate: 60.55%
", "Unreachable
Date: 2024-11-28 18:28
Unreachable: 37,866
Total: 63,251
Unreachable rate: 59.87%
", "Unreachable
Date: 2024-11-28 20:28
Unreachable: 38,244
Total: 62,910
Unreachable rate: 60.79%
", "Unreachable
Date: 2024-11-28 22:28
Unreachable: 37,914
Total: 63,234
Unreachable rate: 59.96%
", "Unreachable
Date: 2024-11-29 00:28
Unreachable: 38,502
Total: 62,980
Unreachable rate: 61.13%
", "Unreachable
Date: 2024-11-29 02:28
Unreachable: 38,233
Total: 62,903
Unreachable rate: 60.78%
", "Unreachable
Date: 2024-11-29 04:28
Unreachable: 37,722
Total: 62,983
Unreachable rate: 59.89%
", "Unreachable
Date: 2024-11-29 06:28
Unreachable: 38,381
Total: 62,975
Unreachable rate: 60.95%
", "Unreachable
Date: 2024-11-29 08:28
Unreachable: 38,132
Total: 62,856
Unreachable rate: 60.67%
", "Unreachable
Date: 2024-11-29 10:28
Unreachable: 38,235
Total: 63,009
Unreachable rate: 60.68%
", "Unreachable
Date: 2024-11-29 12:28
Unreachable: 37,974
Total: 63,153
Unreachable rate: 60.13%
", "Unreachable
Date: 2024-11-29 14:28
Unreachable: 38,497
Total: 63,057
Unreachable rate: 61.05%
", "Unreachable
Date: 2024-11-29 16:28
Unreachable: 38,010
Total: 63,316
Unreachable rate: 60.03%
", "Unreachable
Date: 2024-11-29 18:28
Unreachable: 38,254
Total: 62,993
Unreachable rate: 60.73%
", "Unreachable
Date: 2024-11-29 20:28
Unreachable: 38,120
Total: 63,112
Unreachable rate: 60.40%
", "Unreachable
Date: 2024-11-29 22:28
Unreachable: 37,414
Total: 62,852
Unreachable rate: 59.53%
", "Unreachable
Date: 2024-11-30 00:28
Unreachable: 37,179
Total: 62,358
Unreachable rate: 59.62%
", "Unreachable
Date: 2024-11-30 02:28
Unreachable: 37,374
Total: 63,102
Unreachable rate: 59.23%
", "Unreachable
Date: 2024-11-30 04:28
Unreachable: 37,379
Total: 62,951
Unreachable rate: 59.38%
", "Unreachable
Date: 2024-11-30 06:28
Unreachable: 37,181
Total: 63,150
Unreachable rate: 58.88%
", "Unreachable
Date: 2024-11-30 08:28
Unreachable: 37,321
Total: 62,994
Unreachable rate: 59.25%
", "Unreachable
Date: 2024-11-30 10:28
Unreachable: 37,867
Total: 62,797
Unreachable rate: 60.30%
", "Unreachable
Date: 2024-11-30 12:28
Unreachable: 38,381
Total: 62,742
Unreachable rate: 61.17%
", "Unreachable
Date: 2024-11-30 14:28
Unreachable: 35,422
Total: 62,499
Unreachable rate: 56.68%
", "Unreachable
Date: 2024-11-30 16:28
Unreachable: 34,752
Total: 62,881
Unreachable rate: 55.27%
", "Unreachable
Date: 2024-11-30 18:28
Unreachable: 34,167
Total: 62,827
Unreachable rate: 54.38%
", "Unreachable
Date: 2024-11-30 20:28
Unreachable: 33,812
Total: 62,879
Unreachable rate: 53.77%
", "Unreachable
Date: 2024-11-30 22:28
Unreachable: 33,946
Total: 63,046
Unreachable rate: 53.84%
", "Unreachable
Date: 2024-12-01 00:28
Unreachable: 33,965
Total: 62,652
Unreachable rate: 54.21%
", "Unreachable
Date: 2024-12-01 02:28
Unreachable: 33,504
Total: 62,770
Unreachable rate: 53.38%
", "Unreachable
Date: 2024-12-01 04:28
Unreachable: 33,373
Total: 62,705
Unreachable rate: 53.22%
", "Unreachable
Date: 2024-12-01 06:28
Unreachable: 33,560
Total: 62,828
Unreachable rate: 53.42%
", "Unreachable
Date: 2024-12-01 08:28
Unreachable: 32,902
Total: 62,876
Unreachable rate: 52.33%
", "Unreachable
Date: 2024-12-01 10:28
Unreachable: 32,668
Total: 62,540
Unreachable rate: 52.24%
", "Unreachable
Date: 2024-12-01 12:28
Unreachable: 32,867
Total: 62,801
Unreachable rate: 52.34%
", "Unreachable
Date: 2024-12-01 14:28
Unreachable: 33,870
Total: 62,658
Unreachable rate: 54.06%
", "Unreachable
Date: 2024-12-01 16:28
Unreachable: 33,579
Total: 62,537
Unreachable rate: 53.69%
", "Unreachable
Date: 2024-12-01 18:28
Unreachable: 34,804
Total: 62,517
Unreachable rate: 55.67%
", "Unreachable
Date: 2024-12-01 20:28
Unreachable: 35,003
Total: 62,827
Unreachable rate: 55.71%
", "Unreachable
Date: 2024-12-01 22:28
Unreachable: 35,153
Total: 62,356
Unreachable rate: 56.37%
"], "mode": "lines", "name": "Unreachable", "stackgroup": "one", "text": ["Unreachable
Date: 2024-11-25 00:10
Unreachable: 32,079
Total: 61,533
Unreachable rate: 52.13%
", "Unreachable
Date: 2024-11-25 00:40
Unreachable: 31,943
Total: 61,352
Unreachable rate: 52.07%
", "Unreachable
Date: 2024-11-25 01:10
Unreachable: 31,739
Total: 61,566
Unreachable rate: 51.55%
", "Unreachable
Date: 2024-11-25 01:40
Unreachable: 31,315
Total: 61,527
Unreachable rate: 50.90%
", "Unreachable
Date: 2024-11-25 02:10
Unreachable: 31,023
Total: 61,504
Unreachable rate: 50.44%
", "Unreachable
Date: 2024-11-25 02:40
Unreachable: 31,098
Total: 61,322
Unreachable rate: 50.71%
", "Unreachable
Date: 2024-11-25 03:10
Unreachable: 31,041
Total: 61,345
Unreachable rate: 50.60%
", "Unreachable
Date: 2024-11-25 03:40
Unreachable: 31,052
Total: 60,960
Unreachable rate: 50.94%
", "Unreachable
Date: 2024-11-25 04:10
Unreachable: 31,360
Total: 61,391
Unreachable rate: 51.08%
", "Unreachable
Date: 2024-11-25 04:40
Unreachable: 31,143
Total: 61,369
Unreachable rate: 50.75%
", "Unreachable
Date: 2024-11-25 05:10
Unreachable: 31,284
Total: 61,267
Unreachable rate: 51.06%
", "Unreachable
Date: 2024-11-25 05:40
Unreachable: 31,154
Total: 61,298
Unreachable rate: 50.82%
", "Unreachable
Date: 2024-11-25 06:10
Unreachable: 31,272
Total: 61,383
Unreachable rate: 50.95%
", "Unreachable
Date: 2024-11-25 06:40
Unreachable: 31,028
Total: 61,413
Unreachable rate: 50.52%
", "Unreachable
Date: 2024-11-25 07:10
Unreachable: 30,996
Total: 61,316
Unreachable rate: 50.55%
", "Unreachable
Date: 2024-11-25 07:40
Unreachable: 30,954
Total: 61,404
Unreachable rate: 50.41%
", "Unreachable
Date: 2024-11-25 08:10
Unreachable: 30,956
Total: 61,584
Unreachable rate: 50.27%
", "Unreachable
Date: 2024-11-25 08:40
Unreachable: 31,490
Total: 61,387
Unreachable rate: 51.30%
", "Unreachable
Date: 2024-11-25 09:10
Unreachable: 31,723
Total: 61,490
Unreachable rate: 51.59%
", "Unreachable
Date: 2024-11-25 09:40
Unreachable: 31,845
Total: 61,544
Unreachable rate: 51.74%
", "Unreachable
Date: 2024-11-25 10:10
Unreachable: 31,827
Total: 61,683
Unreachable rate: 51.60%
", "Unreachable
Date: 2024-11-25 10:40
Unreachable: 31,685
Total: 61,573
Unreachable rate: 51.46%
", "Unreachable
Date: 2024-11-25 11:10
Unreachable: 31,870
Total: 61,711
Unreachable rate: 51.64%
", "Unreachable
Date: 2024-11-25 11:40
Unreachable: 31,843
Total: 61,588
Unreachable rate: 51.70%
", "Unreachable
Date: 2024-11-25 12:10
Unreachable: 31,889
Total: 61,479
Unreachable rate: 51.87%
", "Unreachable
Date: 2024-11-25 12:40
Unreachable: 31,823
Total: 62,025
Unreachable rate: 51.31%
", "Unreachable
Date: 2024-11-25 13:10
Unreachable: 32,068
Total: 61,859
Unreachable rate: 51.84%
", "Unreachable
Date: 2024-11-25 13:40
Unreachable: 31,987
Total: 62,088
Unreachable rate: 51.52%
", "Unreachable
Date: 2024-11-25 14:10
Unreachable: 32,370
Total: 62,084
Unreachable rate: 52.14%
", "Unreachable
Date: 2024-11-25 14:40
Unreachable: 32,341
Total: 61,896
Unreachable rate: 52.25%
", "Unreachable
Date: 2024-11-25 15:10
Unreachable: 32,762
Total: 62,105
Unreachable rate: 52.75%
", "Unreachable
Date: 2024-11-25 15:40
Unreachable: 32,594
Total: 62,197
Unreachable rate: 52.40%
", "Unreachable
Date: 2024-11-25 16:10
Unreachable: 32,721
Total: 62,073
Unreachable rate: 52.71%
", "Unreachable
Date: 2024-11-25 16:40
Unreachable: 32,918
Total: 61,933
Unreachable rate: 53.15%
", "Unreachable
Date: 2024-11-25 17:10
Unreachable: 32,943
Total: 62,178
Unreachable rate: 52.98%
", "Unreachable
Date: 2024-11-25 17:40
Unreachable: 32,667
Total: 62,102
Unreachable rate: 52.60%
", "Unreachable
Date: 2024-11-25 18:10
Unreachable: 32,493
Total: 61,916
Unreachable rate: 52.48%
", "Unreachable
Date: 2024-11-25 18:40
Unreachable: 32,532
Total: 62,017
Unreachable rate: 52.46%
", "Unreachable
Date: 2024-11-25 19:10
Unreachable: 32,493
Total: 62,212
Unreachable rate: 52.23%
", "Unreachable
Date: 2024-11-25 19:40
Unreachable: 32,705
Total: 61,977
Unreachable rate: 52.77%
", "Unreachable
Date: 2024-11-25 20:10
Unreachable: 32,273
Total: 61,854
Unreachable rate: 52.18%
", "Unreachable
Date: 2024-11-25 20:40
Unreachable: 31,688
Total: 62,192
Unreachable rate: 50.95%
", "Unreachable
Date: 2024-11-25 21:10
Unreachable: 31,832
Total: 62,125
Unreachable rate: 51.24%
", "Unreachable
Date: 2024-11-25 21:40
Unreachable: 31,590
Total: 62,132
Unreachable rate: 50.84%
", "Unreachable
Date: 2024-11-25 22:10
Unreachable: 31,509
Total: 62,260
Unreachable rate: 50.61%
", "Unreachable
Date: 2024-11-25 22:40
Unreachable: 31,174
Total: 62,150
Unreachable rate: 50.16%
", "Unreachable
Date: 2024-11-25 23:10
Unreachable: 31,339
Total: 62,097
Unreachable rate: 50.47%
", "Unreachable
Date: 2024-11-25 23:40
Unreachable: 31,091
Total: 62,334
Unreachable rate: 49.88%
", "Unreachable
Date: 2024-11-26 00:10
Unreachable: 31,331
Total: 62,238
Unreachable rate: 50.34%
", "Unreachable
Date: 2024-11-26 00:40
Unreachable: 31,102
Total: 62,170
Unreachable rate: 50.03%
", "Unreachable
Date: 2024-11-26 01:10
Unreachable: 31,423
Total: 62,202
Unreachable rate: 50.52%
", "Unreachable
Date: 2024-11-26 01:40
Unreachable: 31,587
Total: 62,273
Unreachable rate: 50.72%
", "Unreachable
Date: 2024-11-26 02:10
Unreachable: 31,174
Total: 62,205
Unreachable rate: 50.11%
", "Unreachable
Date: 2024-11-26 02:40
Unreachable: 31,340
Total: 62,076
Unreachable rate: 50.49%
", "Unreachable
Date: 2024-11-26 03:10
Unreachable: 31,231
Total: 62,120
Unreachable rate: 50.28%
", "Unreachable
Date: 2024-11-26 03:40
Unreachable: 30,987
Total: 62,107
Unreachable rate: 49.89%
", "Unreachable
Date: 2024-11-26 04:10
Unreachable: 31,198
Total: 62,316
Unreachable rate: 50.06%
", "Unreachable
Date: 2024-11-26 04:40
Unreachable: 31,709
Total: 62,318
Unreachable rate: 50.88%
", "Unreachable
Date: 2024-11-26 05:10
Unreachable: 32,404
Total: 62,360
Unreachable rate: 51.96%
", "Unreachable
Date: 2024-11-26 05:40
Unreachable: 32,194
Total: 62,139
Unreachable rate: 51.81%
", "Unreachable
Date: 2024-11-26 06:10
Unreachable: 32,657
Total: 62,202
Unreachable rate: 52.50%
", "Unreachable
Date: 2024-11-26 06:40
Unreachable: 33,037
Total: 62,323
Unreachable rate: 53.01%
", "Unreachable
Date: 2024-11-26 07:10
Unreachable: 32,953
Total: 62,304
Unreachable rate: 52.89%
", "Unreachable
Date: 2024-11-26 07:40
Unreachable: 33,262
Total: 62,193
Unreachable rate: 53.48%
", "Unreachable
Date: 2024-11-26 08:10
Unreachable: 33,089
Total: 62,346
Unreachable rate: 53.07%
", "Unreachable
Date: 2024-11-26 08:40
Unreachable: 33,186
Total: 62,233
Unreachable rate: 53.33%
", "Unreachable
Date: 2024-11-26 09:10
Unreachable: 33,838
Total: 62,455
Unreachable rate: 54.18%
", "Unreachable
Date: 2024-11-26 09:40
Unreachable: 34,169
Total: 62,276
Unreachable rate: 54.87%
", "Unreachable
Date: 2024-11-26 10:10
Unreachable: 34,330
Total: 62,016
Unreachable rate: 55.36%
", "Unreachable
Date: 2024-11-26 10:40
Unreachable: 34,234
Total: 62,116
Unreachable rate: 55.11%
", "Unreachable
Date: 2024-11-26 11:10
Unreachable: 34,199
Total: 62,447
Unreachable rate: 54.76%
", "Unreachable
Date: 2024-11-26 11:40
Unreachable: 34,106
Total: 62,136
Unreachable rate: 54.89%
", "Unreachable
Date: 2024-11-26 12:10
Unreachable: 33,936
Total: 62,458
Unreachable rate: 54.33%
", "Unreachable
Date: 2024-11-26 12:40
Unreachable: 34,047
Total: 62,158
Unreachable rate: 54.77%
", "Unreachable
Date: 2024-11-26 13:10
Unreachable: 34,564
Total: 62,372
Unreachable rate: 55.42%
", "Unreachable
Date: 2024-11-26 13:40
Unreachable: 34,397
Total: 62,483
Unreachable rate: 55.05%
", "Unreachable
Date: 2024-11-26 14:10
Unreachable: 34,906
Total: 62,229
Unreachable rate: 56.09%
", "Unreachable
Date: 2024-11-26 14:40
Unreachable: 34,332
Total: 62,489
Unreachable rate: 54.94%
", "Unreachable
Date: 2024-11-26 15:10
Unreachable: 34,934
Total: 62,383
Unreachable rate: 56.00%
", "Unreachable
Date: 2024-11-26 15:40
Unreachable: 34,248
Total: 62,574
Unreachable rate: 54.73%
", "Unreachable
Date: 2024-11-26 16:28
Unreachable: 34,309
Total: 62,544
Unreachable rate: 54.86%
", "Unreachable
Date: 2024-11-26 18:28
Unreachable: 33,916
Total: 62,331
Unreachable rate: 54.41%
", "Unreachable
Date: 2024-11-26 20:28
Unreachable: 33,809
Total: 62,514
Unreachable rate: 54.08%
", "Unreachable
Date: 2024-11-26 22:28
Unreachable: 33,654
Total: 62,849
Unreachable rate: 53.55%
", "Unreachable
Date: 2024-11-27 00:28
Unreachable: 33,739
Total: 62,931
Unreachable rate: 53.61%
", "Unreachable
Date: 2024-11-27 02:28
Unreachable: 33,796
Total: 62,808
Unreachable rate: 53.81%
", "Unreachable
Date: 2024-11-27 04:28
Unreachable: 33,723
Total: 62,871
Unreachable rate: 53.64%
", "Unreachable
Date: 2024-11-27 06:28
Unreachable: 34,434
Total: 62,837
Unreachable rate: 54.80%
", "Unreachable
Date: 2024-11-27 08:28
Unreachable: 34,629
Total: 63,008
Unreachable rate: 54.96%
", "Unreachable
Date: 2024-11-27 10:28
Unreachable: 35,123
Total: 63,085
Unreachable rate: 55.68%
", "Unreachable
Date: 2024-11-27 12:28
Unreachable: 35,408
Total: 63,132
Unreachable rate: 56.09%
", "Unreachable
Date: 2024-11-27 14:28
Unreachable: 35,682
Total: 63,404
Unreachable rate: 56.28%
", "Unreachable
Date: 2024-11-27 16:28
Unreachable: 36,146
Total: 63,247
Unreachable rate: 57.15%
", "Unreachable
Date: 2024-11-27 18:28
Unreachable: 35,947
Total: 63,260
Unreachable rate: 56.82%
", "Unreachable
Date: 2024-11-27 20:28
Unreachable: 35,250
Total: 62,974
Unreachable rate: 55.98%
", "Unreachable
Date: 2024-11-27 22:28
Unreachable: 34,328
Total: 62,992
Unreachable rate: 54.50%
", "Unreachable
Date: 2024-11-28 00:28
Unreachable: 33,848
Total: 62,614
Unreachable rate: 54.06%
", "Unreachable
Date: 2024-11-28 02:28
Unreachable: 31,938
Total: 62,934
Unreachable rate: 50.75%
", "Unreachable
Date: 2024-11-28 04:28
Unreachable: 36,074
Total: 62,941
Unreachable rate: 57.31%
", "Unreachable
Date: 2024-11-28 06:28
Unreachable: 37,535
Total: 62,780
Unreachable rate: 59.79%
", "Unreachable
Date: 2024-11-28 08:28
Unreachable: 37,506
Total: 63,244
Unreachable rate: 59.30%
", "Unreachable
Date: 2024-11-28 10:28
Unreachable: 38,029
Total: 62,864
Unreachable rate: 60.49%
", "Unreachable
Date: 2024-11-28 12:28
Unreachable: 37,977
Total: 63,149
Unreachable rate: 60.14%
", "Unreachable
Date: 2024-11-28 14:28
Unreachable: 38,630
Total: 63,071
Unreachable rate: 61.25%
", "Unreachable
Date: 2024-11-28 16:28
Unreachable: 38,260
Total: 63,188
Unreachable rate: 60.55%
", "Unreachable
Date: 2024-11-28 18:28
Unreachable: 37,866
Total: 63,251
Unreachable rate: 59.87%
", "Unreachable
Date: 2024-11-28 20:28
Unreachable: 38,244
Total: 62,910
Unreachable rate: 60.79%
", "Unreachable
Date: 2024-11-28 22:28
Unreachable: 37,914
Total: 63,234
Unreachable rate: 59.96%
", "Unreachable
Date: 2024-11-29 00:28
Unreachable: 38,502
Total: 62,980
Unreachable rate: 61.13%
", "Unreachable
Date: 2024-11-29 02:28
Unreachable: 38,233
Total: 62,903
Unreachable rate: 60.78%
", "Unreachable
Date: 2024-11-29 04:28
Unreachable: 37,722
Total: 62,983
Unreachable rate: 59.89%
", "Unreachable
Date: 2024-11-29 06:28
Unreachable: 38,381
Total: 62,975
Unreachable rate: 60.95%
", "Unreachable
Date: 2024-11-29 08:28
Unreachable: 38,132
Total: 62,856
Unreachable rate: 60.67%
", "Unreachable
Date: 2024-11-29 10:28
Unreachable: 38,235
Total: 63,009
Unreachable rate: 60.68%
", "Unreachable
Date: 2024-11-29 12:28
Unreachable: 37,974
Total: 63,153
Unreachable rate: 60.13%
", "Unreachable
Date: 2024-11-29 14:28
Unreachable: 38,497
Total: 63,057
Unreachable rate: 61.05%
", "Unreachable
Date: 2024-11-29 16:28
Unreachable: 38,010
Total: 63,316
Unreachable rate: 60.03%
", "Unreachable
Date: 2024-11-29 18:28
Unreachable: 38,254
Total: 62,993
Unreachable rate: 60.73%
", "Unreachable
Date: 2024-11-29 20:28
Unreachable: 38,120
Total: 63,112
Unreachable rate: 60.40%
", "Unreachable
Date: 2024-11-29 22:28
Unreachable: 37,414
Total: 62,852
Unreachable rate: 59.53%
", "Unreachable
Date: 2024-11-30 00:28
Unreachable: 37,179
Total: 62,358
Unreachable rate: 59.62%
", "Unreachable
Date: 2024-11-30 02:28
Unreachable: 37,374
Total: 63,102
Unreachable rate: 59.23%
", "Unreachable
Date: 2024-11-30 04:28
Unreachable: 37,379
Total: 62,951
Unreachable rate: 59.38%
", "Unreachable
Date: 2024-11-30 06:28
Unreachable: 37,181
Total: 63,150
Unreachable rate: 58.88%
", "Unreachable
Date: 2024-11-30 08:28
Unreachable: 37,321
Total: 62,994
Unreachable rate: 59.25%
", "Unreachable
Date: 2024-11-30 10:28
Unreachable: 37,867
Total: 62,797
Unreachable rate: 60.30%
", "Unreachable
Date: 2024-11-30 12:28
Unreachable: 38,381
Total: 62,742
Unreachable rate: 61.17%
", "Unreachable
Date: 2024-11-30 14:28
Unreachable: 35,422
Total: 62,499
Unreachable rate: 56.68%
", "Unreachable
Date: 2024-11-30 16:28
Unreachable: 34,752
Total: 62,881
Unreachable rate: 55.27%
", "Unreachable
Date: 2024-11-30 18:28
Unreachable: 34,167
Total: 62,827
Unreachable rate: 54.38%
", "Unreachable
Date: 2024-11-30 20:28
Unreachable: 33,812
Total: 62,879
Unreachable rate: 53.77%
", "Unreachable
Date: 2024-11-30 22:28
Unreachable: 33,946
Total: 63,046
Unreachable rate: 53.84%
", "Unreachable
Date: 2024-12-01 00:28
Unreachable: 33,965
Total: 62,652
Unreachable rate: 54.21%
", "Unreachable
Date: 2024-12-01 02:28
Unreachable: 33,504
Total: 62,770
Unreachable rate: 53.38%
", "Unreachable
Date: 2024-12-01 04:28
Unreachable: 33,373
Total: 62,705
Unreachable rate: 53.22%
", "Unreachable
Date: 2024-12-01 06:28
Unreachable: 33,560
Total: 62,828
Unreachable rate: 53.42%
", "Unreachable
Date: 2024-12-01 08:28
Unreachable: 32,902
Total: 62,876
Unreachable rate: 52.33%
", "Unreachable
Date: 2024-12-01 10:28
Unreachable: 32,668
Total: 62,540
Unreachable rate: 52.24%
", "Unreachable
Date: 2024-12-01 12:28
Unreachable: 32,867
Total: 62,801
Unreachable rate: 52.34%
", "Unreachable
Date: 2024-12-01 14:28
Unreachable: 33,870
Total: 62,658
Unreachable rate: 54.06%
", "Unreachable
Date: 2024-12-01 16:28
Unreachable: 33,579
Total: 62,537
Unreachable rate: 53.69%
", "Unreachable
Date: 2024-12-01 18:28
Unreachable: 34,804
Total: 62,517
Unreachable rate: 55.67%
", "Unreachable
Date: 2024-12-01 20:28
Unreachable: 35,003
Total: 62,827
Unreachable rate: 55.71%
", "Unreachable
Date: 2024-12-01 22:28
Unreachable: 35,153
Total: 62,356
Unreachable rate: 56.37%
"], "x": ["2024-11-25T00:10:39.713608+00:00", "2024-11-25T00:40:39.013879+00:00", "2024-11-25T01:10:38.847590+00:00", "2024-11-25T01:40:45.767743+00:00", "2024-11-25T02:10:37.124797+00:00", "2024-11-25T02:40:41.479831+00:00", "2024-11-25T03:10:38.575309+00:00", "2024-11-25T03:40:37.471400+00:00", "2024-11-25T04:10:36.728844+00:00", "2024-11-25T04:40:39.694582+00:00", "2024-11-25T05:10:37.997847+00:00", "2024-11-25T05:40:38.499590+00:00", "2024-11-25T06:10:38.024029+00:00", "2024-11-25T06:40:40.560707+00:00", "2024-11-25T07:10:43.551298+00:00", "2024-11-25T07:40:39.138709+00:00", "2024-11-25T08:10:38.848518+00:00", "2024-11-25T08:40:44.133645+00:00", "2024-11-25T09:10:42.416725+00:00", "2024-11-25T09:40:37.680685+00:00", "2024-11-25T10:10:40.019694+00:00", "2024-11-25T10:40:44.445103+00:00", "2024-11-25T11:10:53.964793+00:00", "2024-11-25T11:40:39.077166+00:00", "2024-11-25T12:10:53.482102+00:00", "2024-11-25T12:40:40.090880+00:00", "2024-11-25T13:10:37.059200+00:00", "2024-11-25T13:40:35.236462+00:00", "2024-11-25T14:10:51.411382+00:00", "2024-11-25T14:40:41.654734+00:00", "2024-11-25T15:10:41.803925+00:00", "2024-11-25T15:40:37.962980+00:00", "2024-11-25T16:10:42.055963+00:00", "2024-11-25T16:40:43.097414+00:00", "2024-11-25T17:10:38.659463+00:00", "2024-11-25T17:40:39.678306+00:00", "2024-11-25T18:10:43.453984+00:00", "2024-11-25T18:40:37.241925+00:00", "2024-11-25T19:10:48.698823+00:00", "2024-11-25T19:40:40.114919+00:00", "2024-11-25T20:10:38.435148+00:00", "2024-11-25T20:40:36.753376+00:00", "2024-11-25T21:10:40.514468+00:00", "2024-11-25T21:40:39.336999+00:00", "2024-11-25T22:10:38.450697+00:00", "2024-11-25T22:40:37.186456+00:00", "2024-11-25T23:10:38.532366+00:00", "2024-11-25T23:40:38.198863+00:00", "2024-11-26T00:10:40.426743+00:00", "2024-11-26T00:40:40.453667+00:00", "2024-11-26T01:10:36.644290+00:00", "2024-11-26T01:40:43.655527+00:00", "2024-11-26T02:10:39.909159+00:00", "2024-11-26T02:40:37.996347+00:00", "2024-11-26T03:10:40.055585+00:00", "2024-11-26T03:40:39.210070+00:00", "2024-11-26T04:10:37.573624+00:00", "2024-11-26T04:40:38.768560+00:00", "2024-11-26T05:10:40.180631+00:00", "2024-11-26T05:40:36.247224+00:00", "2024-11-26T06:10:39.932406+00:00", "2024-11-26T06:40:39.964763+00:00", "2024-11-26T07:10:40.152282+00:00", "2024-11-26T07:40:41.388814+00:00", "2024-11-26T08:10:38.214205+00:00", "2024-11-26T08:40:42.040152+00:00", "2024-11-26T09:10:38.776735+00:00", "2024-11-26T09:40:35.907680+00:00", "2024-11-26T10:10:39.215874+00:00", "2024-11-26T10:40:36.954812+00:00", "2024-11-26T11:10:46.837602+00:00", "2024-11-26T11:40:35.301717+00:00", "2024-11-26T12:10:37.075231+00:00", "2024-11-26T12:40:37.910502+00:00", "2024-11-26T13:10:37.551806+00:00", "2024-11-26T13:40:36.810566+00:00", "2024-11-26T14:10:39.975958+00:00", "2024-11-26T14:40:36.942934+00:00", "2024-11-26T15:10:40.276158+00:00", "2024-11-26T15:40:37.557272+00:00", "2024-11-26T16:28:26.221598+00:00", "2024-11-26T18:28:27.534902+00:00", "2024-11-26T20:28:28.843232+00:00", "2024-11-26T22:28:34.426478+00:00", "2024-11-27T00:28:27.497129+00:00", "2024-11-27T02:28:28.670527+00:00", "2024-11-27T04:28:36.070147+00:00", "2024-11-27T06:28:27.021255+00:00", "2024-11-27T08:28:34.375473+00:00", "2024-11-27T10:28:27.354974+00:00", "2024-11-27T12:28:35.252255+00:00", "2024-11-27T14:28:26.507524+00:00", "2024-11-27T16:28:36.531468+00:00", "2024-11-27T18:28:29.176703+00:00", "2024-11-27T20:28:27.286793+00:00", "2024-11-27T22:28:28.690378+00:00", "2024-11-28T00:28:30.520233+00:00", "2024-11-28T02:28:24.854642+00:00", "2024-11-28T04:28:26.976292+00:00", "2024-11-28T06:28:33.714311+00:00", "2024-11-28T08:28:30.655767+00:00", "2024-11-28T10:28:27.946664+00:00", "2024-11-28T12:28:28.828379+00:00", "2024-11-28T14:28:28.311924+00:00", "2024-11-28T16:28:28.124817+00:00", "2024-11-28T18:28:30.970654+00:00", "2024-11-28T20:28:28.623063+00:00", "2024-11-28T22:28:28.021265+00:00", "2024-11-29T00:28:24.961453+00:00", "2024-11-29T02:28:32.738640+00:00", "2024-11-29T04:28:37.082858+00:00", "2024-11-29T06:28:26.360181+00:00", "2024-11-29T08:28:29.907159+00:00", "2024-11-29T10:28:24.420857+00:00", "2024-11-29T12:28:26.938678+00:00", "2024-11-29T14:28:30.700674+00:00", "2024-11-29T16:28:28.099102+00:00", "2024-11-29T18:28:34.481558+00:00", "2024-11-29T20:28:29.641067+00:00", "2024-11-29T22:28:28.770815+00:00", "2024-11-30T00:28:29.793198+00:00", "2024-11-30T02:28:36.495130+00:00", "2024-11-30T04:28:28.670394+00:00", "2024-11-30T06:28:30.995135+00:00", "2024-11-30T08:28:32.249245+00:00", "2024-11-30T10:28:31.991324+00:00", "2024-11-30T12:28:35.320005+00:00", "2024-11-30T14:28:30.803078+00:00", "2024-11-30T16:28:25.221503+00:00", "2024-11-30T18:28:26.617383+00:00", "2024-11-30T20:28:32.652511+00:00", "2024-11-30T22:28:29.574757+00:00", "2024-12-01T00:28:27.432238+00:00", "2024-12-01T02:28:29.926415+00:00", "2024-12-01T04:28:31.779582+00:00", "2024-12-01T06:28:29.614898+00:00", "2024-12-01T08:28:29.022211+00:00", "2024-12-01T10:28:29.013929+00:00", "2024-12-01T12:28:28.428834+00:00", "2024-12-01T14:28:27.160547+00:00", "2024-12-01T16:28:30.614490+00:00", "2024-12-01T18:28:27.233901+00:00", "2024-12-01T20:28:24.535789+00:00", "2024-12-01T22:28:29.472865+00:00"], "y": [32079, 31943, 31739, 31315, 31023, 31098, 31041, 31052, 31360, 31143, 31284, 31154, 31272, 31028, 30996, 30954, 30956, 31490, 31723, 31845, 31827, 31685, 31870, 31843, 31889, 31823, 32068, 31987, 32370, 32341, 32762, 32594, 32721, 32918, 32943, 32667, 32493, 32532, 32493, 32705, 32273, 31688, 31832, 31590, 31509, 31174, 31339, 31091, 31331, 31102, 31423, 31587, 31174, 31340, 31231, 30987, 31198, 31709, 32404, 32194, 32657, 33037, 32953, 33262, 33089, 33186, 33838, 34169, 34330, 34234, 34199, 34106, 33936, 34047, 34564, 34397, 34906, 34332, 34934, 34248, 34309, 33916, 33809, 33654, 33739, 33796, 33723, 34434, 34629, 35123, 35408, 35682, 36146, 35947, 35250, 34328, 33848, 31938, 36074, 37535, 37506, 38029, 37977, 38630, 38260, 37866, 38244, 37914, 38502, 38233, 37722, 38381, 38132, 38235, 37974, 38497, 38010, 38254, 38120, 37414, 37179, 37374, 37379, 37181, 37321, 37867, 38381, 35422, 34752, 34167, 33812, 33946, 33965, 33504, 33373, 33560, 32902, 32668, 32867, 33870, 33579, 34804, 35003, 35153], "type": "scatter"}, {"connectgaps": false, "hovertemplate": ["Reachable
Date: 2024-11-25 00:10
Reachable: 29,454
Total: 61,533
Reachable rate: 47.87%
", "Reachable
Date: 2024-11-25 00:40
Reachable: 29,409
Total: 61,352
Reachable rate: 47.93%
", "Reachable
Date: 2024-11-25 01:10
Reachable: 29,827
Total: 61,566
Reachable rate: 48.45%
", "Reachable
Date: 2024-11-25 01:40
Reachable: 30,212
Total: 61,527
Reachable rate: 49.10%
", "Reachable
Date: 2024-11-25 02:10
Reachable: 30,481
Total: 61,504
Reachable rate: 49.56%
", "Reachable
Date: 2024-11-25 02:40
Reachable: 30,224
Total: 61,322
Reachable rate: 49.29%
", "Reachable
Date: 2024-11-25 03:10
Reachable: 30,304
Total: 61,345
Reachable rate: 49.40%
", "Reachable
Date: 2024-11-25 03:40
Reachable: 29,908
Total: 60,960
Reachable rate: 49.06%
", "Reachable
Date: 2024-11-25 04:10
Reachable: 30,031
Total: 61,391
Reachable rate: 48.92%
", "Reachable
Date: 2024-11-25 04:40
Reachable: 30,226
Total: 61,369
Reachable rate: 49.25%
", "Reachable
Date: 2024-11-25 05:10
Reachable: 29,983
Total: 61,267
Reachable rate: 48.94%
", "Reachable
Date: 2024-11-25 05:40
Reachable: 30,144
Total: 61,298
Reachable rate: 49.18%
", "Reachable
Date: 2024-11-25 06:10
Reachable: 30,111
Total: 61,383
Reachable rate: 49.05%
", "Reachable
Date: 2024-11-25 06:40
Reachable: 30,385
Total: 61,413
Reachable rate: 49.48%
", "Reachable
Date: 2024-11-25 07:10
Reachable: 30,320
Total: 61,316
Reachable rate: 49.45%
", "Reachable
Date: 2024-11-25 07:40
Reachable: 30,450
Total: 61,404
Reachable rate: 49.59%
", "Reachable
Date: 2024-11-25 08:10
Reachable: 30,628
Total: 61,584
Reachable rate: 49.73%
", "Reachable
Date: 2024-11-25 08:40
Reachable: 29,897
Total: 61,387
Reachable rate: 48.70%
", "Reachable
Date: 2024-11-25 09:10
Reachable: 29,767
Total: 61,490
Reachable rate: 48.41%
", "Reachable
Date: 2024-11-25 09:40
Reachable: 29,699
Total: 61,544
Reachable rate: 48.26%
", "Reachable
Date: 2024-11-25 10:10
Reachable: 29,856
Total: 61,683
Reachable rate: 48.40%
", "Reachable
Date: 2024-11-25 10:40
Reachable: 29,888
Total: 61,573
Reachable rate: 48.54%
", "Reachable
Date: 2024-11-25 11:10
Reachable: 29,841
Total: 61,711
Reachable rate: 48.36%
", "Reachable
Date: 2024-11-25 11:40
Reachable: 29,745
Total: 61,588
Reachable rate: 48.30%
", "Reachable
Date: 2024-11-25 12:10
Reachable: 29,590
Total: 61,479
Reachable rate: 48.13%
", "Reachable
Date: 2024-11-25 12:40
Reachable: 30,202
Total: 62,025
Reachable rate: 48.69%
", "Reachable
Date: 2024-11-25 13:10
Reachable: 29,791
Total: 61,859
Reachable rate: 48.16%
", "Reachable
Date: 2024-11-25 13:40
Reachable: 30,101
Total: 62,088
Reachable rate: 48.48%
", "Reachable
Date: 2024-11-25 14:10
Reachable: 29,714
Total: 62,084
Reachable rate: 47.86%
", "Reachable
Date: 2024-11-25 14:40
Reachable: 29,555
Total: 61,896
Reachable rate: 47.75%
", "Reachable
Date: 2024-11-25 15:10
Reachable: 29,343
Total: 62,105
Reachable rate: 47.25%
", "Reachable
Date: 2024-11-25 15:40
Reachable: 29,603
Total: 62,197
Reachable rate: 47.60%
", "Reachable
Date: 2024-11-25 16:10
Reachable: 29,352
Total: 62,073
Reachable rate: 47.29%
", "Reachable
Date: 2024-11-25 16:40
Reachable: 29,015
Total: 61,933
Reachable rate: 46.85%
", "Reachable
Date: 2024-11-25 17:10
Reachable: 29,235
Total: 62,178
Reachable rate: 47.02%
", "Reachable
Date: 2024-11-25 17:40
Reachable: 29,435
Total: 62,102
Reachable rate: 47.40%
", "Reachable
Date: 2024-11-25 18:10
Reachable: 29,423
Total: 61,916
Reachable rate: 47.52%
", "Reachable
Date: 2024-11-25 18:40
Reachable: 29,485
Total: 62,017
Reachable rate: 47.54%
", "Reachable
Date: 2024-11-25 19:10
Reachable: 29,719
Total: 62,212
Reachable rate: 47.77%
", "Reachable
Date: 2024-11-25 19:40
Reachable: 29,272
Total: 61,977
Reachable rate: 47.23%
", "Reachable
Date: 2024-11-25 20:10
Reachable: 29,581
Total: 61,854
Reachable rate: 47.82%
", "Reachable
Date: 2024-11-25 20:40
Reachable: 30,504
Total: 62,192
Reachable rate: 49.05%
", "Reachable
Date: 2024-11-25 21:10
Reachable: 30,293
Total: 62,125
Reachable rate: 48.76%
", "Reachable
Date: 2024-11-25 21:40
Reachable: 30,542
Total: 62,132
Reachable rate: 49.16%
", "Reachable
Date: 2024-11-25 22:10
Reachable: 30,751
Total: 62,260
Reachable rate: 49.39%
", "Reachable
Date: 2024-11-25 22:40
Reachable: 30,976
Total: 62,150
Reachable rate: 49.84%
", "Reachable
Date: 2024-11-25 23:10
Reachable: 30,758
Total: 62,097
Reachable rate: 49.53%
", "Reachable
Date: 2024-11-25 23:40
Reachable: 31,243
Total: 62,334
Reachable rate: 50.12%
", "Reachable
Date: 2024-11-26 00:10
Reachable: 30,907
Total: 62,238
Reachable rate: 49.66%
", "Reachable
Date: 2024-11-26 00:40
Reachable: 31,068
Total: 62,170
Reachable rate: 49.97%
", "Reachable
Date: 2024-11-26 01:10
Reachable: 30,779
Total: 62,202
Reachable rate: 49.48%
", "Reachable
Date: 2024-11-26 01:40
Reachable: 30,686
Total: 62,273
Reachable rate: 49.28%
", "Reachable
Date: 2024-11-26 02:10
Reachable: 31,031
Total: 62,205
Reachable rate: 49.89%
", "Reachable
Date: 2024-11-26 02:40
Reachable: 30,736
Total: 62,076
Reachable rate: 49.51%
", "Reachable
Date: 2024-11-26 03:10
Reachable: 30,889
Total: 62,120
Reachable rate: 49.72%
", "Reachable
Date: 2024-11-26 03:40
Reachable: 31,120
Total: 62,107
Reachable rate: 50.11%
", "Reachable
Date: 2024-11-26 04:10
Reachable: 31,118
Total: 62,316
Reachable rate: 49.94%
", "Reachable
Date: 2024-11-26 04:40
Reachable: 30,609
Total: 62,318
Reachable rate: 49.12%
", "Reachable
Date: 2024-11-26 05:10
Reachable: 29,956
Total: 62,360
Reachable rate: 48.04%
", "Reachable
Date: 2024-11-26 05:40
Reachable: 29,945
Total: 62,139
Reachable rate: 48.19%
", "Reachable
Date: 2024-11-26 06:10
Reachable: 29,545
Total: 62,202
Reachable rate: 47.50%
", "Reachable
Date: 2024-11-26 06:40
Reachable: 29,286
Total: 62,323
Reachable rate: 46.99%
", "Reachable
Date: 2024-11-26 07:10
Reachable: 29,351
Total: 62,304
Reachable rate: 47.11%
", "Reachable
Date: 2024-11-26 07:40
Reachable: 28,931
Total: 62,193
Reachable rate: 46.52%
", "Reachable
Date: 2024-11-26 08:10
Reachable: 29,257
Total: 62,346
Reachable rate: 46.93%
", "Reachable
Date: 2024-11-26 08:40
Reachable: 29,047
Total: 62,233
Reachable rate: 46.67%
", "Reachable
Date: 2024-11-26 09:10
Reachable: 28,617
Total: 62,455
Reachable rate: 45.82%
", "Reachable
Date: 2024-11-26 09:40
Reachable: 28,107
Total: 62,276
Reachable rate: 45.13%
", "Reachable
Date: 2024-11-26 10:10
Reachable: 27,686
Total: 62,016
Reachable rate: 44.64%
", "Reachable
Date: 2024-11-26 10:40
Reachable: 27,882
Total: 62,116
Reachable rate: 44.89%
", "Reachable
Date: 2024-11-26 11:10
Reachable: 28,248
Total: 62,447
Reachable rate: 45.24%
", "Reachable
Date: 2024-11-26 11:40
Reachable: 28,030
Total: 62,136
Reachable rate: 45.11%
", "Reachable
Date: 2024-11-26 12:10
Reachable: 28,522
Total: 62,458
Reachable rate: 45.67%
", "Reachable
Date: 2024-11-26 12:40
Reachable: 28,111
Total: 62,158
Reachable rate: 45.23%
", "Reachable
Date: 2024-11-26 13:10
Reachable: 27,808
Total: 62,372
Reachable rate: 44.58%
", "Reachable
Date: 2024-11-26 13:40
Reachable: 28,086
Total: 62,483
Reachable rate: 44.95%
", "Reachable
Date: 2024-11-26 14:10
Reachable: 27,323
Total: 62,229
Reachable rate: 43.91%
", "Reachable
Date: 2024-11-26 14:40
Reachable: 28,157
Total: 62,489
Reachable rate: 45.06%
", "Reachable
Date: 2024-11-26 15:10
Reachable: 27,449
Total: 62,383
Reachable rate: 44.00%
", "Reachable
Date: 2024-11-26 15:40
Reachable: 28,326
Total: 62,574
Reachable rate: 45.27%
", "Reachable
Date: 2024-11-26 16:28
Reachable: 28,235
Total: 62,544
Reachable rate: 45.14%
", "Reachable
Date: 2024-11-26 18:28
Reachable: 28,415
Total: 62,331
Reachable rate: 45.59%
", "Reachable
Date: 2024-11-26 20:28
Reachable: 28,705
Total: 62,514
Reachable rate: 45.92%
", "Reachable
Date: 2024-11-26 22:28
Reachable: 29,195
Total: 62,849
Reachable rate: 46.45%
", "Reachable
Date: 2024-11-27 00:28
Reachable: 29,192
Total: 62,931
Reachable rate: 46.39%
", "Reachable
Date: 2024-11-27 02:28
Reachable: 29,012
Total: 62,808
Reachable rate: 46.19%
", "Reachable
Date: 2024-11-27 04:28
Reachable: 29,148
Total: 62,871
Reachable rate: 46.36%
", "Reachable
Date: 2024-11-27 06:28
Reachable: 28,403
Total: 62,837
Reachable rate: 45.20%
", "Reachable
Date: 2024-11-27 08:28
Reachable: 28,379
Total: 63,008
Reachable rate: 45.04%
", "Reachable
Date: 2024-11-27 10:28
Reachable: 27,962
Total: 63,085
Reachable rate: 44.32%
", "Reachable
Date: 2024-11-27 12:28
Reachable: 27,724
Total: 63,132
Reachable rate: 43.91%
", "Reachable
Date: 2024-11-27 14:28
Reachable: 27,722
Total: 63,404
Reachable rate: 43.72%
", "Reachable
Date: 2024-11-27 16:28
Reachable: 27,101
Total: 63,247
Reachable rate: 42.85%
", "Reachable
Date: 2024-11-27 18:28
Reachable: 27,313
Total: 63,260
Reachable rate: 43.18%
", "Reachable
Date: 2024-11-27 20:28
Reachable: 27,724
Total: 62,974
Reachable rate: 44.02%
", "Reachable
Date: 2024-11-27 22:28
Reachable: 28,664
Total: 62,992
Reachable rate: 45.50%
", "Reachable
Date: 2024-11-28 00:28
Reachable: 28,766
Total: 62,614
Reachable rate: 45.94%
", "Reachable
Date: 2024-11-28 02:28
Reachable: 30,996
Total: 62,934
Reachable rate: 49.25%
", "Reachable
Date: 2024-11-28 04:28
Reachable: 26,867
Total: 62,941
Reachable rate: 42.69%
", "Reachable
Date: 2024-11-28 06:28
Reachable: 25,245
Total: 62,780
Reachable rate: 40.21%
", "Reachable
Date: 2024-11-28 08:28
Reachable: 25,738
Total: 63,244
Reachable rate: 40.70%
", "Reachable
Date: 2024-11-28 10:28
Reachable: 24,835
Total: 62,864
Reachable rate: 39.51%
", "Reachable
Date: 2024-11-28 12:28
Reachable: 25,172
Total: 63,149
Reachable rate: 39.86%
", "Reachable
Date: 2024-11-28 14:28
Reachable: 24,441
Total: 63,071
Reachable rate: 38.75%
", "Reachable
Date: 2024-11-28 16:28
Reachable: 24,928
Total: 63,188
Reachable rate: 39.45%
", "Reachable
Date: 2024-11-28 18:28
Reachable: 25,385
Total: 63,251
Reachable rate: 40.13%
", "Reachable
Date: 2024-11-28 20:28
Reachable: 24,666
Total: 62,910
Reachable rate: 39.21%
", "Reachable
Date: 2024-11-28 22:28
Reachable: 25,320
Total: 63,234
Reachable rate: 40.04%
", "Reachable
Date: 2024-11-29 00:28
Reachable: 24,478
Total: 62,980
Reachable rate: 38.87%
", "Reachable
Date: 2024-11-29 02:28
Reachable: 24,670
Total: 62,903
Reachable rate: 39.22%
", "Reachable
Date: 2024-11-29 04:28
Reachable: 25,261
Total: 62,983
Reachable rate: 40.11%
", "Reachable
Date: 2024-11-29 06:28
Reachable: 24,594
Total: 62,975
Reachable rate: 39.05%
", "Reachable
Date: 2024-11-29 08:28
Reachable: 24,724
Total: 62,856
Reachable rate: 39.33%
", "Reachable
Date: 2024-11-29 10:28
Reachable: 24,774
Total: 63,009
Reachable rate: 39.32%
", "Reachable
Date: 2024-11-29 12:28
Reachable: 25,179
Total: 63,153
Reachable rate: 39.87%
", "Reachable
Date: 2024-11-29 14:28
Reachable: 24,560
Total: 63,057
Reachable rate: 38.95%
", "Reachable
Date: 2024-11-29 16:28
Reachable: 25,306
Total: 63,316
Reachable rate: 39.97%
", "Reachable
Date: 2024-11-29 18:28
Reachable: 24,739
Total: 62,993
Reachable rate: 39.27%
", "Reachable
Date: 2024-11-29 20:28
Reachable: 24,992
Total: 63,112
Reachable rate: 39.60%
", "Reachable
Date: 2024-11-29 22:28
Reachable: 25,438
Total: 62,852
Reachable rate: 40.47%
", "Reachable
Date: 2024-11-30 00:28
Reachable: 25,179
Total: 62,358
Reachable rate: 40.38%
", "Reachable
Date: 2024-11-30 02:28
Reachable: 25,728
Total: 63,102
Reachable rate: 40.77%
", "Reachable
Date: 2024-11-30 04:28
Reachable: 25,572
Total: 62,951
Reachable rate: 40.62%
", "Reachable
Date: 2024-11-30 06:28
Reachable: 25,969
Total: 63,150
Reachable rate: 41.12%
", "Reachable
Date: 2024-11-30 08:28
Reachable: 25,673
Total: 62,994
Reachable rate: 40.75%
", "Reachable
Date: 2024-11-30 10:28
Reachable: 24,930
Total: 62,797
Reachable rate: 39.70%
", "Reachable
Date: 2024-11-30 12:28
Reachable: 24,361
Total: 62,742
Reachable rate: 38.83%
", "Reachable
Date: 2024-11-30 14:28
Reachable: 27,077
Total: 62,499
Reachable rate: 43.32%
", "Reachable
Date: 2024-11-30 16:28
Reachable: 28,129
Total: 62,881
Reachable rate: 44.73%
", "Reachable
Date: 2024-11-30 18:28
Reachable: 28,660
Total: 62,827
Reachable rate: 45.62%
", "Reachable
Date: 2024-11-30 20:28
Reachable: 29,067
Total: 62,879
Reachable rate: 46.23%
", "Reachable
Date: 2024-11-30 22:28
Reachable: 29,100
Total: 63,046
Reachable rate: 46.16%
", "Reachable
Date: 2024-12-01 00:28
Reachable: 28,687
Total: 62,652
Reachable rate: 45.79%
", "Reachable
Date: 2024-12-01 02:28
Reachable: 29,266
Total: 62,770
Reachable rate: 46.62%
", "Reachable
Date: 2024-12-01 04:28
Reachable: 29,332
Total: 62,705
Reachable rate: 46.78%
", "Reachable
Date: 2024-12-01 06:28
Reachable: 29,268
Total: 62,828
Reachable rate: 46.58%
", "Reachable
Date: 2024-12-01 08:28
Reachable: 29,974
Total: 62,876
Reachable rate: 47.67%
", "Reachable
Date: 2024-12-01 10:28
Reachable: 29,872
Total: 62,540
Reachable rate: 47.76%
", "Reachable
Date: 2024-12-01 12:28
Reachable: 29,934
Total: 62,801
Reachable rate: 47.66%
", "Reachable
Date: 2024-12-01 14:28
Reachable: 28,788
Total: 62,658
Reachable rate: 45.94%
", "Reachable
Date: 2024-12-01 16:28
Reachable: 28,958
Total: 62,537
Reachable rate: 46.31%
", "Reachable
Date: 2024-12-01 18:28
Reachable: 27,713
Total: 62,517
Reachable rate: 44.33%
", "Reachable
Date: 2024-12-01 20:28
Reachable: 27,824
Total: 62,827
Reachable rate: 44.29%
", "Reachable
Date: 2024-12-01 22:28
Reachable: 27,203
Total: 62,356
Reachable rate: 43.63%
"], "mode": "lines", "name": "Reachable", "stackgroup": "one", "text": ["Reachable
Date: 2024-11-25 00:10
Reachable: 29,454
Total: 61,533
Reachable rate: 47.87%
", "Reachable
Date: 2024-11-25 00:40
Reachable: 29,409
Total: 61,352
Reachable rate: 47.93%
", "Reachable
Date: 2024-11-25 01:10
Reachable: 29,827
Total: 61,566
Reachable rate: 48.45%
", "Reachable
Date: 2024-11-25 01:40
Reachable: 30,212
Total: 61,527
Reachable rate: 49.10%
", "Reachable
Date: 2024-11-25 02:10
Reachable: 30,481
Total: 61,504
Reachable rate: 49.56%
", "Reachable
Date: 2024-11-25 02:40
Reachable: 30,224
Total: 61,322
Reachable rate: 49.29%
", "Reachable
Date: 2024-11-25 03:10
Reachable: 30,304
Total: 61,345
Reachable rate: 49.40%
", "Reachable
Date: 2024-11-25 03:40
Reachable: 29,908
Total: 60,960
Reachable rate: 49.06%
", "Reachable
Date: 2024-11-25 04:10
Reachable: 30,031
Total: 61,391
Reachable rate: 48.92%
", "Reachable
Date: 2024-11-25 04:40
Reachable: 30,226
Total: 61,369
Reachable rate: 49.25%
", "Reachable
Date: 2024-11-25 05:10
Reachable: 29,983
Total: 61,267
Reachable rate: 48.94%
", "Reachable
Date: 2024-11-25 05:40
Reachable: 30,144
Total: 61,298
Reachable rate: 49.18%
", "Reachable
Date: 2024-11-25 06:10
Reachable: 30,111
Total: 61,383
Reachable rate: 49.05%
", "Reachable
Date: 2024-11-25 06:40
Reachable: 30,385
Total: 61,413
Reachable rate: 49.48%
", "Reachable
Date: 2024-11-25 07:10
Reachable: 30,320
Total: 61,316
Reachable rate: 49.45%
", "Reachable
Date: 2024-11-25 07:40
Reachable: 30,450
Total: 61,404
Reachable rate: 49.59%
", "Reachable
Date: 2024-11-25 08:10
Reachable: 30,628
Total: 61,584
Reachable rate: 49.73%
", "Reachable
Date: 2024-11-25 08:40
Reachable: 29,897
Total: 61,387
Reachable rate: 48.70%
", "Reachable
Date: 2024-11-25 09:10
Reachable: 29,767
Total: 61,490
Reachable rate: 48.41%
", "Reachable
Date: 2024-11-25 09:40
Reachable: 29,699
Total: 61,544
Reachable rate: 48.26%
", "Reachable
Date: 2024-11-25 10:10
Reachable: 29,856
Total: 61,683
Reachable rate: 48.40%
", "Reachable
Date: 2024-11-25 10:40
Reachable: 29,888
Total: 61,573
Reachable rate: 48.54%
", "Reachable
Date: 2024-11-25 11:10
Reachable: 29,841
Total: 61,711
Reachable rate: 48.36%
", "Reachable
Date: 2024-11-25 11:40
Reachable: 29,745
Total: 61,588
Reachable rate: 48.30%
", "Reachable
Date: 2024-11-25 12:10
Reachable: 29,590
Total: 61,479
Reachable rate: 48.13%
", "Reachable
Date: 2024-11-25 12:40
Reachable: 30,202
Total: 62,025
Reachable rate: 48.69%
", "Reachable
Date: 2024-11-25 13:10
Reachable: 29,791
Total: 61,859
Reachable rate: 48.16%
", "Reachable
Date: 2024-11-25 13:40
Reachable: 30,101
Total: 62,088
Reachable rate: 48.48%
", "Reachable
Date: 2024-11-25 14:10
Reachable: 29,714
Total: 62,084
Reachable rate: 47.86%
", "Reachable
Date: 2024-11-25 14:40
Reachable: 29,555
Total: 61,896
Reachable rate: 47.75%
", "Reachable
Date: 2024-11-25 15:10
Reachable: 29,343
Total: 62,105
Reachable rate: 47.25%
", "Reachable
Date: 2024-11-25 15:40
Reachable: 29,603
Total: 62,197
Reachable rate: 47.60%
", "Reachable
Date: 2024-11-25 16:10
Reachable: 29,352
Total: 62,073
Reachable rate: 47.29%
", "Reachable
Date: 2024-11-25 16:40
Reachable: 29,015
Total: 61,933
Reachable rate: 46.85%
", "Reachable
Date: 2024-11-25 17:10
Reachable: 29,235
Total: 62,178
Reachable rate: 47.02%
", "Reachable
Date: 2024-11-25 17:40
Reachable: 29,435
Total: 62,102
Reachable rate: 47.40%
", "Reachable
Date: 2024-11-25 18:10
Reachable: 29,423
Total: 61,916
Reachable rate: 47.52%
", "Reachable
Date: 2024-11-25 18:40
Reachable: 29,485
Total: 62,017
Reachable rate: 47.54%
", "Reachable
Date: 2024-11-25 19:10
Reachable: 29,719
Total: 62,212
Reachable rate: 47.77%
", "Reachable
Date: 2024-11-25 19:40
Reachable: 29,272
Total: 61,977
Reachable rate: 47.23%
", "Reachable
Date: 2024-11-25 20:10
Reachable: 29,581
Total: 61,854
Reachable rate: 47.82%
", "Reachable
Date: 2024-11-25 20:40
Reachable: 30,504
Total: 62,192
Reachable rate: 49.05%
", "Reachable
Date: 2024-11-25 21:10
Reachable: 30,293
Total: 62,125
Reachable rate: 48.76%
", "Reachable
Date: 2024-11-25 21:40
Reachable: 30,542
Total: 62,132
Reachable rate: 49.16%
", "Reachable
Date: 2024-11-25 22:10
Reachable: 30,751
Total: 62,260
Reachable rate: 49.39%
", "Reachable
Date: 2024-11-25 22:40
Reachable: 30,976
Total: 62,150
Reachable rate: 49.84%
", "Reachable
Date: 2024-11-25 23:10
Reachable: 30,758
Total: 62,097
Reachable rate: 49.53%
", "Reachable
Date: 2024-11-25 23:40
Reachable: 31,243
Total: 62,334
Reachable rate: 50.12%
", "Reachable
Date: 2024-11-26 00:10
Reachable: 30,907
Total: 62,238
Reachable rate: 49.66%
", "Reachable
Date: 2024-11-26 00:40
Reachable: 31,068
Total: 62,170
Reachable rate: 49.97%
", "Reachable
Date: 2024-11-26 01:10
Reachable: 30,779
Total: 62,202
Reachable rate: 49.48%
", "Reachable
Date: 2024-11-26 01:40
Reachable: 30,686
Total: 62,273
Reachable rate: 49.28%
", "Reachable
Date: 2024-11-26 02:10
Reachable: 31,031
Total: 62,205
Reachable rate: 49.89%
", "Reachable
Date: 2024-11-26 02:40
Reachable: 30,736
Total: 62,076
Reachable rate: 49.51%
", "Reachable
Date: 2024-11-26 03:10
Reachable: 30,889
Total: 62,120
Reachable rate: 49.72%
", "Reachable
Date: 2024-11-26 03:40
Reachable: 31,120
Total: 62,107
Reachable rate: 50.11%
", "Reachable
Date: 2024-11-26 04:10
Reachable: 31,118
Total: 62,316
Reachable rate: 49.94%
", "Reachable
Date: 2024-11-26 04:40
Reachable: 30,609
Total: 62,318
Reachable rate: 49.12%
", "Reachable
Date: 2024-11-26 05:10
Reachable: 29,956
Total: 62,360
Reachable rate: 48.04%
", "Reachable
Date: 2024-11-26 05:40
Reachable: 29,945
Total: 62,139
Reachable rate: 48.19%
", "Reachable
Date: 2024-11-26 06:10
Reachable: 29,545
Total: 62,202
Reachable rate: 47.50%
", "Reachable
Date: 2024-11-26 06:40
Reachable: 29,286
Total: 62,323
Reachable rate: 46.99%
", "Reachable
Date: 2024-11-26 07:10
Reachable: 29,351
Total: 62,304
Reachable rate: 47.11%
", "Reachable
Date: 2024-11-26 07:40
Reachable: 28,931
Total: 62,193
Reachable rate: 46.52%
", "Reachable
Date: 2024-11-26 08:10
Reachable: 29,257
Total: 62,346
Reachable rate: 46.93%
", "Reachable
Date: 2024-11-26 08:40
Reachable: 29,047
Total: 62,233
Reachable rate: 46.67%
", "Reachable
Date: 2024-11-26 09:10
Reachable: 28,617
Total: 62,455
Reachable rate: 45.82%
", "Reachable
Date: 2024-11-26 09:40
Reachable: 28,107
Total: 62,276
Reachable rate: 45.13%
", "Reachable
Date: 2024-11-26 10:10
Reachable: 27,686
Total: 62,016
Reachable rate: 44.64%
", "Reachable
Date: 2024-11-26 10:40
Reachable: 27,882
Total: 62,116
Reachable rate: 44.89%
", "Reachable
Date: 2024-11-26 11:10
Reachable: 28,248
Total: 62,447
Reachable rate: 45.24%
", "Reachable
Date: 2024-11-26 11:40
Reachable: 28,030
Total: 62,136
Reachable rate: 45.11%
", "Reachable
Date: 2024-11-26 12:10
Reachable: 28,522
Total: 62,458
Reachable rate: 45.67%
", "Reachable
Date: 2024-11-26 12:40
Reachable: 28,111
Total: 62,158
Reachable rate: 45.23%
", "Reachable
Date: 2024-11-26 13:10
Reachable: 27,808
Total: 62,372
Reachable rate: 44.58%
", "Reachable
Date: 2024-11-26 13:40
Reachable: 28,086
Total: 62,483
Reachable rate: 44.95%
", "Reachable
Date: 2024-11-26 14:10
Reachable: 27,323
Total: 62,229
Reachable rate: 43.91%
", "Reachable
Date: 2024-11-26 14:40
Reachable: 28,157
Total: 62,489
Reachable rate: 45.06%
", "Reachable
Date: 2024-11-26 15:10
Reachable: 27,449
Total: 62,383
Reachable rate: 44.00%
", "Reachable
Date: 2024-11-26 15:40
Reachable: 28,326
Total: 62,574
Reachable rate: 45.27%
", "Reachable
Date: 2024-11-26 16:28
Reachable: 28,235
Total: 62,544
Reachable rate: 45.14%
", "Reachable
Date: 2024-11-26 18:28
Reachable: 28,415
Total: 62,331
Reachable rate: 45.59%
", "Reachable
Date: 2024-11-26 20:28
Reachable: 28,705
Total: 62,514
Reachable rate: 45.92%
", "Reachable
Date: 2024-11-26 22:28
Reachable: 29,195
Total: 62,849
Reachable rate: 46.45%
", "Reachable
Date: 2024-11-27 00:28
Reachable: 29,192
Total: 62,931
Reachable rate: 46.39%
", "Reachable
Date: 2024-11-27 02:28
Reachable: 29,012
Total: 62,808
Reachable rate: 46.19%
", "Reachable
Date: 2024-11-27 04:28
Reachable: 29,148
Total: 62,871
Reachable rate: 46.36%
", "Reachable
Date: 2024-11-27 06:28
Reachable: 28,403
Total: 62,837
Reachable rate: 45.20%
", "Reachable
Date: 2024-11-27 08:28
Reachable: 28,379
Total: 63,008
Reachable rate: 45.04%
", "Reachable
Date: 2024-11-27 10:28
Reachable: 27,962
Total: 63,085
Reachable rate: 44.32%
", "Reachable
Date: 2024-11-27 12:28
Reachable: 27,724
Total: 63,132
Reachable rate: 43.91%
", "Reachable
Date: 2024-11-27 14:28
Reachable: 27,722
Total: 63,404
Reachable rate: 43.72%
", "Reachable
Date: 2024-11-27 16:28
Reachable: 27,101
Total: 63,247
Reachable rate: 42.85%
", "Reachable
Date: 2024-11-27 18:28
Reachable: 27,313
Total: 63,260
Reachable rate: 43.18%
", "Reachable
Date: 2024-11-27 20:28
Reachable: 27,724
Total: 62,974
Reachable rate: 44.02%
", "Reachable
Date: 2024-11-27 22:28
Reachable: 28,664
Total: 62,992
Reachable rate: 45.50%
", "Reachable
Date: 2024-11-28 00:28
Reachable: 28,766
Total: 62,614
Reachable rate: 45.94%
", "Reachable
Date: 2024-11-28 02:28
Reachable: 30,996
Total: 62,934
Reachable rate: 49.25%
", "Reachable
Date: 2024-11-28 04:28
Reachable: 26,867
Total: 62,941
Reachable rate: 42.69%
", "Reachable
Date: 2024-11-28 06:28
Reachable: 25,245
Total: 62,780
Reachable rate: 40.21%
", "Reachable
Date: 2024-11-28 08:28
Reachable: 25,738
Total: 63,244
Reachable rate: 40.70%
", "Reachable
Date: 2024-11-28 10:28
Reachable: 24,835
Total: 62,864
Reachable rate: 39.51%
", "Reachable
Date: 2024-11-28 12:28
Reachable: 25,172
Total: 63,149
Reachable rate: 39.86%
", "Reachable
Date: 2024-11-28 14:28
Reachable: 24,441
Total: 63,071
Reachable rate: 38.75%
", "Reachable
Date: 2024-11-28 16:28
Reachable: 24,928
Total: 63,188
Reachable rate: 39.45%
", "Reachable
Date: 2024-11-28 18:28
Reachable: 25,385
Total: 63,251
Reachable rate: 40.13%
", "Reachable
Date: 2024-11-28 20:28
Reachable: 24,666
Total: 62,910
Reachable rate: 39.21%
", "Reachable
Date: 2024-11-28 22:28
Reachable: 25,320
Total: 63,234
Reachable rate: 40.04%
", "Reachable
Date: 2024-11-29 00:28
Reachable: 24,478
Total: 62,980
Reachable rate: 38.87%
", "Reachable
Date: 2024-11-29 02:28
Reachable: 24,670
Total: 62,903
Reachable rate: 39.22%
", "Reachable
Date: 2024-11-29 04:28
Reachable: 25,261
Total: 62,983
Reachable rate: 40.11%
", "Reachable
Date: 2024-11-29 06:28
Reachable: 24,594
Total: 62,975
Reachable rate: 39.05%
", "Reachable
Date: 2024-11-29 08:28
Reachable: 24,724
Total: 62,856
Reachable rate: 39.33%
", "Reachable
Date: 2024-11-29 10:28
Reachable: 24,774
Total: 63,009
Reachable rate: 39.32%
", "Reachable
Date: 2024-11-29 12:28
Reachable: 25,179
Total: 63,153
Reachable rate: 39.87%
", "Reachable
Date: 2024-11-29 14:28
Reachable: 24,560
Total: 63,057
Reachable rate: 38.95%
", "Reachable
Date: 2024-11-29 16:28
Reachable: 25,306
Total: 63,316
Reachable rate: 39.97%
", "Reachable
Date: 2024-11-29 18:28
Reachable: 24,739
Total: 62,993
Reachable rate: 39.27%
", "Reachable
Date: 2024-11-29 20:28
Reachable: 24,992
Total: 63,112
Reachable rate: 39.60%
", "Reachable
Date: 2024-11-29 22:28
Reachable: 25,438
Total: 62,852
Reachable rate: 40.47%
", "Reachable
Date: 2024-11-30 00:28
Reachable: 25,179
Total: 62,358
Reachable rate: 40.38%
", "Reachable
Date: 2024-11-30 02:28
Reachable: 25,728
Total: 63,102
Reachable rate: 40.77%
", "Reachable
Date: 2024-11-30 04:28
Reachable: 25,572
Total: 62,951
Reachable rate: 40.62%
", "Reachable
Date: 2024-11-30 06:28
Reachable: 25,969
Total: 63,150
Reachable rate: 41.12%
", "Reachable
Date: 2024-11-30 08:28
Reachable: 25,673
Total: 62,994
Reachable rate: 40.75%
", "Reachable
Date: 2024-11-30 10:28
Reachable: 24,930
Total: 62,797
Reachable rate: 39.70%
", "Reachable
Date: 2024-11-30 12:28
Reachable: 24,361
Total: 62,742
Reachable rate: 38.83%
", "Reachable
Date: 2024-11-30 14:28
Reachable: 27,077
Total: 62,499
Reachable rate: 43.32%
", "Reachable
Date: 2024-11-30 16:28
Reachable: 28,129
Total: 62,881
Reachable rate: 44.73%
", "Reachable
Date: 2024-11-30 18:28
Reachable: 28,660
Total: 62,827
Reachable rate: 45.62%
", "Reachable
Date: 2024-11-30 20:28
Reachable: 29,067
Total: 62,879
Reachable rate: 46.23%
", "Reachable
Date: 2024-11-30 22:28
Reachable: 29,100
Total: 63,046
Reachable rate: 46.16%
", "Reachable
Date: 2024-12-01 00:28
Reachable: 28,687
Total: 62,652
Reachable rate: 45.79%
", "Reachable
Date: 2024-12-01 02:28
Reachable: 29,266
Total: 62,770
Reachable rate: 46.62%
", "Reachable
Date: 2024-12-01 04:28
Reachable: 29,332
Total: 62,705
Reachable rate: 46.78%
", "Reachable
Date: 2024-12-01 06:28
Reachable: 29,268
Total: 62,828
Reachable rate: 46.58%
", "Reachable
Date: 2024-12-01 08:28
Reachable: 29,974
Total: 62,876
Reachable rate: 47.67%
", "Reachable
Date: 2024-12-01 10:28
Reachable: 29,872
Total: 62,540
Reachable rate: 47.76%
", "Reachable
Date: 2024-12-01 12:28
Reachable: 29,934
Total: 62,801
Reachable rate: 47.66%
", "Reachable
Date: 2024-12-01 14:28
Reachable: 28,788
Total: 62,658
Reachable rate: 45.94%
", "Reachable
Date: 2024-12-01 16:28
Reachable: 28,958
Total: 62,537
Reachable rate: 46.31%
", "Reachable
Date: 2024-12-01 18:28
Reachable: 27,713
Total: 62,517
Reachable rate: 44.33%
", "Reachable
Date: 2024-12-01 20:28
Reachable: 27,824
Total: 62,827
Reachable rate: 44.29%
", "Reachable
Date: 2024-12-01 22:28
Reachable: 27,203
Total: 62,356
Reachable rate: 43.63%
"], "x": ["2024-11-25T00:10:39.713608+00:00", "2024-11-25T00:40:39.013879+00:00", "2024-11-25T01:10:38.847590+00:00", "2024-11-25T01:40:45.767743+00:00", "2024-11-25T02:10:37.124797+00:00", "2024-11-25T02:40:41.479831+00:00", "2024-11-25T03:10:38.575309+00:00", "2024-11-25T03:40:37.471400+00:00", "2024-11-25T04:10:36.728844+00:00", "2024-11-25T04:40:39.694582+00:00", "2024-11-25T05:10:37.997847+00:00", "2024-11-25T05:40:38.499590+00:00", "2024-11-25T06:10:38.024029+00:00", "2024-11-25T06:40:40.560707+00:00", "2024-11-25T07:10:43.551298+00:00", "2024-11-25T07:40:39.138709+00:00", "2024-11-25T08:10:38.848518+00:00", "2024-11-25T08:40:44.133645+00:00", "2024-11-25T09:10:42.416725+00:00", "2024-11-25T09:40:37.680685+00:00", "2024-11-25T10:10:40.019694+00:00", "2024-11-25T10:40:44.445103+00:00", "2024-11-25T11:10:53.964793+00:00", "2024-11-25T11:40:39.077166+00:00", "2024-11-25T12:10:53.482102+00:00", "2024-11-25T12:40:40.090880+00:00", "2024-11-25T13:10:37.059200+00:00", "2024-11-25T13:40:35.236462+00:00", "2024-11-25T14:10:51.411382+00:00", "2024-11-25T14:40:41.654734+00:00", "2024-11-25T15:10:41.803925+00:00", "2024-11-25T15:40:37.962980+00:00", "2024-11-25T16:10:42.055963+00:00", "2024-11-25T16:40:43.097414+00:00", "2024-11-25T17:10:38.659463+00:00", "2024-11-25T17:40:39.678306+00:00", "2024-11-25T18:10:43.453984+00:00", "2024-11-25T18:40:37.241925+00:00", "2024-11-25T19:10:48.698823+00:00", "2024-11-25T19:40:40.114919+00:00", "2024-11-25T20:10:38.435148+00:00", "2024-11-25T20:40:36.753376+00:00", "2024-11-25T21:10:40.514468+00:00", "2024-11-25T21:40:39.336999+00:00", "2024-11-25T22:10:38.450697+00:00", "2024-11-25T22:40:37.186456+00:00", "2024-11-25T23:10:38.532366+00:00", "2024-11-25T23:40:38.198863+00:00", "2024-11-26T00:10:40.426743+00:00", "2024-11-26T00:40:40.453667+00:00", "2024-11-26T01:10:36.644290+00:00", "2024-11-26T01:40:43.655527+00:00", "2024-11-26T02:10:39.909159+00:00", "2024-11-26T02:40:37.996347+00:00", "2024-11-26T03:10:40.055585+00:00", "2024-11-26T03:40:39.210070+00:00", "2024-11-26T04:10:37.573624+00:00", "2024-11-26T04:40:38.768560+00:00", "2024-11-26T05:10:40.180631+00:00", "2024-11-26T05:40:36.247224+00:00", "2024-11-26T06:10:39.932406+00:00", "2024-11-26T06:40:39.964763+00:00", "2024-11-26T07:10:40.152282+00:00", "2024-11-26T07:40:41.388814+00:00", "2024-11-26T08:10:38.214205+00:00", "2024-11-26T08:40:42.040152+00:00", "2024-11-26T09:10:38.776735+00:00", "2024-11-26T09:40:35.907680+00:00", "2024-11-26T10:10:39.215874+00:00", "2024-11-26T10:40:36.954812+00:00", "2024-11-26T11:10:46.837602+00:00", "2024-11-26T11:40:35.301717+00:00", "2024-11-26T12:10:37.075231+00:00", "2024-11-26T12:40:37.910502+00:00", "2024-11-26T13:10:37.551806+00:00", "2024-11-26T13:40:36.810566+00:00", "2024-11-26T14:10:39.975958+00:00", "2024-11-26T14:40:36.942934+00:00", "2024-11-26T15:10:40.276158+00:00", "2024-11-26T15:40:37.557272+00:00", "2024-11-26T16:28:26.221598+00:00", "2024-11-26T18:28:27.534902+00:00", "2024-11-26T20:28:28.843232+00:00", "2024-11-26T22:28:34.426478+00:00", "2024-11-27T00:28:27.497129+00:00", "2024-11-27T02:28:28.670527+00:00", "2024-11-27T04:28:36.070147+00:00", "2024-11-27T06:28:27.021255+00:00", "2024-11-27T08:28:34.375473+00:00", "2024-11-27T10:28:27.354974+00:00", "2024-11-27T12:28:35.252255+00:00", "2024-11-27T14:28:26.507524+00:00", "2024-11-27T16:28:36.531468+00:00", "2024-11-27T18:28:29.176703+00:00", "2024-11-27T20:28:27.286793+00:00", "2024-11-27T22:28:28.690378+00:00", "2024-11-28T00:28:30.520233+00:00", "2024-11-28T02:28:24.854642+00:00", "2024-11-28T04:28:26.976292+00:00", "2024-11-28T06:28:33.714311+00:00", "2024-11-28T08:28:30.655767+00:00", "2024-11-28T10:28:27.946664+00:00", "2024-11-28T12:28:28.828379+00:00", "2024-11-28T14:28:28.311924+00:00", "2024-11-28T16:28:28.124817+00:00", "2024-11-28T18:28:30.970654+00:00", "2024-11-28T20:28:28.623063+00:00", "2024-11-28T22:28:28.021265+00:00", "2024-11-29T00:28:24.961453+00:00", "2024-11-29T02:28:32.738640+00:00", "2024-11-29T04:28:37.082858+00:00", "2024-11-29T06:28:26.360181+00:00", "2024-11-29T08:28:29.907159+00:00", "2024-11-29T10:28:24.420857+00:00", "2024-11-29T12:28:26.938678+00:00", "2024-11-29T14:28:30.700674+00:00", "2024-11-29T16:28:28.099102+00:00", "2024-11-29T18:28:34.481558+00:00", "2024-11-29T20:28:29.641067+00:00", "2024-11-29T22:28:28.770815+00:00", "2024-11-30T00:28:29.793198+00:00", "2024-11-30T02:28:36.495130+00:00", "2024-11-30T04:28:28.670394+00:00", "2024-11-30T06:28:30.995135+00:00", "2024-11-30T08:28:32.249245+00:00", "2024-11-30T10:28:31.991324+00:00", "2024-11-30T12:28:35.320005+00:00", "2024-11-30T14:28:30.803078+00:00", "2024-11-30T16:28:25.221503+00:00", "2024-11-30T18:28:26.617383+00:00", "2024-11-30T20:28:32.652511+00:00", "2024-11-30T22:28:29.574757+00:00", "2024-12-01T00:28:27.432238+00:00", "2024-12-01T02:28:29.926415+00:00", "2024-12-01T04:28:31.779582+00:00", "2024-12-01T06:28:29.614898+00:00", "2024-12-01T08:28:29.022211+00:00", "2024-12-01T10:28:29.013929+00:00", "2024-12-01T12:28:28.428834+00:00", "2024-12-01T14:28:27.160547+00:00", "2024-12-01T16:28:30.614490+00:00", "2024-12-01T18:28:27.233901+00:00", "2024-12-01T20:28:24.535789+00:00", "2024-12-01T22:28:29.472865+00:00"], "y": [29454, 29409, 29827, 30212, 30481, 30224, 30304, 29908, 30031, 30226, 29983, 30144, 30111, 30385, 30320, 30450, 30628, 29897, 29767, 29699, 29856, 29888, 29841, 29745, 29590, 30202, 29791, 30101, 29714, 29555, 29343, 29603, 29352, 29015, 29235, 29435, 29423, 29485, 29719, 29272, 29581, 30504, 30293, 30542, 30751, 30976, 30758, 31243, 30907, 31068, 30779, 30686, 31031, 30736, 30889, 31120, 31118, 30609, 29956, 29945, 29545, 29286, 29351, 28931, 29257, 29047, 28617, 28107, 27686, 27882, 28248, 28030, 28522, 28111, 27808, 28086, 27323, 28157, 27449, 28326, 28235, 28415, 28705, 29195, 29192, 29012, 29148, 28403, 28379, 27962, 27724, 27722, 27101, 27313, 27724, 28664, 28766, 30996, 26867, 25245, 25738, 24835, 25172, 24441, 24928, 25385, 24666, 25320, 24478, 24670, 25261, 24594, 24724, 24774, 25179, 24560, 25306, 24739, 24992, 25438, 25179, 25728, 25572, 25969, 25673, 24930, 24361, 27077, 28129, 28660, 29067, 29100, 28687, 29266, 29332, 29268, 29974, 29872, 29934, 28788, 28958, 27713, 27824, 27203], "type": "scatter"}], "layout": {"template": {"data": {"scatter": [{"type": "scatter"}]}}, "xaxis": {"title": {"text": "Date"}, "tickangle": -20, "type": "date", "tickformat": "%Y-%m-%d"}, "legend": {"title": {"text": "Record Type"}, "traceorder": "reversed"}, "yaxis": {"title": {"text": "Count of Records"}}, "annotations": [{"font": {"size": 18}, "showarrow": false, "text": "Reachable vs. Unreachable Records Over Time", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.15, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 14}, "showarrow": false, "text": "", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.1, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 10}, "showarrow": false, "text": "Data: week ending 01 Dec 2024. Source: Nebula", "x": 0.99, "xanchor": "right", "xref": "paper", "y": -0.14, "yanchor": "top", "yref": "paper"}]}} \ No newline at end of file diff --git a/content.en/plots/2024/11/25/avail-versions-distribution.json b/content.en/plots/2024/11/25/avail-versions-distribution.json index 384b8e288..a414f0ffa 100644 --- a/content.en/plots/2024/11/25/avail-versions-distribution.json +++ b/content.en/plots/2024/11/25/avail-versions-distribution.json @@ -1 +1 @@ -{"data": [{"fill": "tonexty", "hovertemplate": "Version: v1.10.0
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
Total count: %{meta[0]:,}
Percentage: %{meta[1]:.1f}%
", "legendgroup": "v1.10.0", "line": {"width": 0.5}, "marker": {"color": "#937860"}, "meta": [[367, 10.626702997275205], [364, 10.43956043956044], [367, 10.626702997275205], [365, 10.684931506849315], [366, 10.655737704918032], [364, 10.714285714285714], [364, 10.714285714285714], [363, 10.743801652892563], [365, 10.684931506849315], [365, 10.684931506849315], [364, 10.43956043956044], [364, 10.714285714285714], [365, 10.684931506849315], [365, 10.684931506849315], [364, 10.43956043956044], [365, 10.684931506849315], [367, 10.899182561307901], [365, 10.684931506849315], [365, 10.684931506849315], [366, 10.655737704918032], [367, 10.899182561307901], [366, 10.92896174863388], [367, 10.899182561307901], [366, 10.92896174863388], [365, 10.95890410958904], [367, 10.899182561307901], [366, 10.655737704918032], [367, 10.899182561307901], [367, 10.899182561307901], [365, 10.684931506849315], [367, 10.626702997275205], [367, 10.899182561307901], [367, 11.1716621253406], [366, 10.655737704918032], [367, 10.899182561307901], [367, 10.899182561307901], [365, 10.684931506849315], [367, 10.626702997275205], [368, 10.869565217391305], [366, 10.655737704918032], [367, 10.626702997275205], [368, 10.869565217391305], [367, 10.899182561307901], [366, 10.92896174863388], [367, 10.899182561307901], [366, 10.655737704918032], [366, 10.655737704918032], [368, 10.869565217391305], [368, 11.141304347826086], [367, 10.899182561307901], [367, 10.899182561307901], [368, 11.141304347826086], [367, 11.1716621253406], [366, 10.92896174863388], [367, 10.899182561307901], [368, 11.141304347826086], [367, 11.1716621253406], [367, 11.1716621253406], [367, 10.899182561307901], [365, 10.684931506849315], [366, 10.92896174863388], [367, 11.1716621253406], [367, 11.1716621253406], [366, 10.92896174863388], [367, 10.899182561307901], [366, 10.92896174863388], [368, 11.141304347826086], [368, 11.141304347826086], [365, 10.684931506849315], [366, 10.92896174863388], [368, 11.41304347826087], [365, 10.684931506849315], [369, 11.11111111111111], [366, 10.92896174863388], [367, 10.899182561307901], [367, 10.626702997275205], [365, 10.684931506849315], [368, 10.869565217391305], [367, 10.899182561307901], [368, 10.869565217391305], [367, 10.899182561307901], [366, 10.655737704918032], [366, 10.382513661202186], [368, 10.597826086956522], [369, 10.569105691056912], [368, 10.326086956521738], [370, 10.81081081081081], [370, 10.81081081081081], [371, 11.05121293800539], [370, 11.081081081081082], [370, 10.81081081081081], [373, 10.991957104557642], [371, 11.05121293800539], [371, 10.781671159029651], [367, 10.899182561307901], [367, 10.899182561307901], [365, 10.684931506849315], [370, 11.081081081081082], [366, 11.202185792349727], [365, 10.95890410958904], [370, 11.081081081081082], [367, 11.1716621253406], [370, 11.081081081081082], [370, 11.081081081081082], [370, 11.081081081081082], [371, 11.05121293800539], [369, 11.11111111111111], [370, 11.351351351351353], [368, 11.141304347826086], [368, 10.869565217391305], [369, 11.11111111111111], [368, 10.597826086956522], [369, 11.11111111111111], [369, 10.840108401084011], [371, 11.05121293800539], [369, 10.840108401084011], [372, 11.021505376344086], [369, 10.840108401084011], [370, 10.81081081081081], [369, 10.840108401084011], [368, 10.869565217391305], [371, 11.05121293800539], [368, 10.869565217391305], [370, 11.081081081081082], [369, 11.11111111111111], [368, 10.597826086956522], [368, 10.869565217391305], [369, 11.11111111111111], [368, 10.869565217391305], [369, 10.840108401084011], [369, 11.11111111111111], [370, 10.81081081081081], [367, 10.899182561307901], [369, 10.840108401084011], [368, 11.141304347826086], [368, 11.141304347826086], [369, 11.38211382113821], [366, 11.202185792349727], [369, 11.11111111111111], [366, 10.92896174863388], [366, 10.92896174863388], [366, 11.202185792349727], [368, 11.141304347826086], [366, 11.202185792349727]], "mode": "lines", "name": "v1.10.0", "stackgroup": "one", "visible": true, "x": ["2024-11-25T00:10:39.677221", "2024-11-25T00:40:38.977618", "2024-11-25T01:10:38.812012", "2024-11-25T01:40:45.730963", "2024-11-25T02:10:37.088995", "2024-11-25T02:40:41.429579", "2024-11-25T03:10:38.465122", "2024-11-25T03:40:37.402302", "2024-11-25T04:10:36.685532", "2024-11-25T04:40:39.652136", "2024-11-25T05:10:37.960340", "2024-11-25T05:40:38.459842", "2024-11-25T06:10:37.984539", "2024-11-25T06:40:40.519283", "2024-11-25T07:10:43.502789", "2024-11-25T07:40:39.099824", "2024-11-25T08:10:38.801126", "2024-11-25T08:40:44.102962", "2024-11-25T09:10:42.378532", "2024-11-25T09:40:37.642553", "2024-11-25T10:10:39.963741", "2024-11-25T10:40:44.353075", "2024-11-25T11:10:53.926088", "2024-11-25T11:40:39.026417", "2024-11-25T12:10:53.442348", "2024-11-25T12:40:40.046928", "2024-11-25T13:10:37.029361", "2024-11-25T13:40:35.202977", "2024-11-25T14:10:51.373768", "2024-11-25T14:40:41.483161", "2024-11-25T15:10:41.767110", "2024-11-25T15:40:37.928585", "2024-11-25T16:10:42.011714", "2024-11-25T16:40:42.906804", "2024-11-25T17:10:38.623089", "2024-11-25T17:40:39.640170", "2024-11-25T18:10:43.413978", "2024-11-25T18:40:37.190644", "2024-11-25T19:10:48.661989", "2024-11-25T19:40:40.086347", "2024-11-25T20:10:38.398622", "2024-11-25T20:40:36.718008", "2024-11-25T21:10:40.473922", "2024-11-25T21:40:39.270833", "2024-11-25T22:10:38.413422", "2024-11-25T22:40:37.112224", "2024-11-25T23:10:38.497129", "2024-11-25T23:40:38.161685", "2024-11-26T00:10:40.398380", "2024-11-26T00:40:40.290316", "2024-11-26T01:10:36.612648", "2024-11-26T01:40:43.463934", "2024-11-26T02:10:39.873791", "2024-11-26T02:40:37.964912", "2024-11-26T03:10:40.017976", "2024-11-26T03:40:39.174932", "2024-11-26T04:10:37.531666", "2024-11-26T04:40:38.728656", "2024-11-26T05:10:40.144073", "2024-11-26T05:40:36.210500", "2024-11-26T06:10:39.890939", "2024-11-26T06:40:39.928896", "2024-11-26T07:10:40.117408", "2024-11-26T07:40:41.293076", "2024-11-26T08:10:38.183259", "2024-11-26T08:40:41.971167", "2024-11-26T09:10:38.739739", "2024-11-26T09:40:35.839135", "2024-11-26T10:10:39.124793", "2024-11-26T10:40:36.913053", "2024-11-26T11:10:46.791107", "2024-11-26T11:40:35.269087", "2024-11-26T12:10:37.039634", "2024-11-26T12:40:37.875947", "2024-11-26T13:10:37.513941", "2024-11-26T13:40:36.770535", "2024-11-26T14:10:39.938744", "2024-11-26T14:40:36.903116", "2024-11-26T15:10:40.208920", "2024-11-26T15:40:37.525809", "2024-11-26T16:28:26.185935", "2024-11-26T18:28:27.483156", "2024-11-26T20:28:28.808378", "2024-11-26T22:28:34.388073", "2024-11-27T00:28:27.456845", "2024-11-27T02:28:28.634644", "2024-11-27T04:28:36.038633", "2024-11-27T06:28:26.979243", "2024-11-27T08:28:34.085104", "2024-11-27T10:28:27.319493", "2024-11-27T12:28:35.219047", "2024-11-27T14:28:26.469011", "2024-11-27T16:28:36.407439", "2024-11-27T18:28:29.116642", "2024-11-27T20:28:27.257668", "2024-11-27T22:28:28.643860", "2024-11-28T00:28:30.392714", "2024-11-28T02:28:24.747195", "2024-11-28T04:28:26.938916", "2024-11-28T06:28:33.676168", "2024-11-28T08:28:30.564524", "2024-11-28T10:28:27.880829", "2024-11-28T12:28:28.772073", "2024-11-28T14:28:28.271517", "2024-11-28T16:28:28.055016", "2024-11-28T18:28:30.885545", "2024-11-28T20:28:28.577383", "2024-11-28T22:28:27.965719", "2024-11-29T00:28:24.846029", "2024-11-29T02:28:32.677658", "2024-11-29T04:28:37.027251", "2024-11-29T06:28:26.329596", "2024-11-29T08:28:29.820204", "2024-11-29T10:28:24.390039", "2024-11-29T12:28:26.894509", "2024-11-29T14:28:30.655306", "2024-11-29T16:28:28.049238", "2024-11-29T18:28:34.419646", "2024-11-29T20:28:29.595482", "2024-11-29T22:28:28.738446", "2024-11-30T00:28:29.671384", "2024-11-30T02:28:36.451289", "2024-11-30T04:28:28.599447", "2024-11-30T06:28:30.954462", "2024-11-30T08:28:32.178025", "2024-11-30T10:28:31.913120", "2024-11-30T12:28:35.238720", "2024-11-30T14:28:30.732235", "2024-11-30T16:28:25.176085", "2024-11-30T18:28:26.559551", "2024-11-30T20:28:32.378139", "2024-11-30T22:28:29.527740", "2024-12-01T00:28:27.384798", "2024-12-01T02:28:29.656687", "2024-12-01T04:28:31.741038", "2024-12-01T06:28:29.574328", "2024-12-01T08:28:28.980580", "2024-12-01T10:28:28.973625", "2024-12-01T12:28:28.385993", "2024-12-01T14:28:27.101659", "2024-12-01T16:28:30.499835", "2024-12-01T18:28:27.195336", "2024-12-01T20:28:24.503113", "2024-12-01T22:28:29.435787"], "y": [39, 38, 39, 39, 39, 39, 39, 39, 39, 39, 38, 39, 39, 39, 38, 39, 40, 39, 39, 39, 40, 40, 40, 40, 40, 40, 39, 40, 40, 39, 39, 40, 41, 39, 40, 40, 39, 39, 40, 39, 39, 40, 40, 40, 40, 39, 39, 40, 41, 40, 40, 41, 41, 40, 40, 41, 41, 41, 40, 39, 40, 41, 41, 40, 40, 40, 41, 41, 39, 40, 42, 39, 41, 40, 40, 39, 39, 40, 40, 40, 40, 39, 38, 39, 39, 38, 40, 40, 41, 41, 40, 41, 41, 40, 40, 40, 39, 41, 41, 40, 41, 41, 41, 41, 41, 41, 41, 42, 41, 40, 41, 39, 41, 40, 41, 40, 41, 40, 40, 40, 40, 41, 40, 41, 41, 39, 40, 41, 40, 40, 41, 40, 40, 40, 41, 41, 42, 41, 41, 40, 40, 41, 41, 41], "type": "scatter"}, {"fill": "tonexty", "hovertemplate": "Version: v1.11.0
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
Total count: %{meta[0]:,}
Percentage: %{meta[1]:.1f}%
", "legendgroup": "v1.11.0", "line": {"width": 0.5}, "marker": {"color": "#8172b3"}, "meta": [[367, 6.539509536784741], [364, 6.043956043956044], [367, 6.539509536784741], [365, 6.027397260273973], [366, 6.284153005464481], [364, 6.318681318681318], [364, 6.318681318681318], [363, 6.336088154269973], [365, 6.027397260273973], [365, 6.027397260273973], [364, 6.318681318681318], [364, 6.043956043956044], [365, 6.027397260273973], [365, 6.027397260273973], [364, 6.043956043956044], [365, 6.027397260273973], [367, 6.267029972752043], [365, 6.027397260273973], [365, 6.027397260273973], [366, 6.284153005464481], [367, 6.267029972752043], [366, 6.0109289617486334], [367, 6.267029972752043], [366, 6.0109289617486334], [365, 5.7534246575342465], [367, 6.267029972752043], [366, 6.284153005464481], [367, 6.267029972752043], [367, 6.267029972752043], [365, 6.027397260273973], [367, 6.539509536784741], [367, 6.267029972752043], [367, 5.994550408719346], [366, 6.284153005464481], [367, 6.267029972752043], [367, 6.267029972752043], [365, 6.027397260273973], [367, 6.539509536784741], [368, 6.521739130434782], [366, 6.284153005464481], [367, 6.539509536784741], [368, 6.521739130434782], [367, 6.267029972752043], [366, 6.0109289617486334], [367, 6.267029972752043], [366, 6.284153005464481], [366, 6.284153005464481], [368, 6.521739130434782], [368, 6.25], [367, 6.267029972752043], [367, 6.267029972752043], [368, 6.25], [367, 5.994550408719346], [366, 6.0109289617486334], [367, 6.267029972752043], [368, 6.25], [367, 5.994550408719346], [367, 5.994550408719346], [367, 6.267029972752043], [365, 6.027397260273973], [366, 6.0109289617486334], [367, 5.994550408719346], [367, 5.994550408719346], [366, 6.0109289617486334], [367, 6.267029972752043], [366, 6.0109289617486334], [368, 6.25], [368, 6.25], [365, 6.301369863013699], [366, 6.0109289617486334], [368, 5.978260869565218], [365, 6.027397260273973], [369, 6.504065040650407], [366, 6.0109289617486334], [367, 5.994550408719346], [367, 6.267029972752043], [365, 6.027397260273973], [368, 6.25], [367, 5.994550408719346], [368, 6.25], [367, 5.994550408719346], [366, 6.284153005464481], [366, 6.557377049180328], [368, 6.521739130434782], [369, 6.775067750677506], [368, 6.7934782608695645], [370, 6.756756756756757], [370, 6.486486486486487], [371, 6.738544474393531], [370, 6.486486486486487], [370, 6.486486486486487], [373, 6.970509383378016], [371, 6.46900269541779], [371, 6.738544474393531], [367, 6.267029972752043], [367, 5.994550408719346], [365, 5.7534246575342465], [370, 6.756756756756757], [366, 5.737704918032787], [365, 5.7534246575342465], [370, 6.486486486486487], [367, 5.722070844686648], [370, 5.9459459459459465], [370, 5.9459459459459465], [370, 5.9459459459459465], [371, 6.46900269541779], [369, 6.233062330623306], [370, 5.9459459459459465], [368, 5.706521739130435], [368, 5.978260869565218], [369, 5.9620596205962055], [368, 5.978260869565218], [369, 5.9620596205962055], [369, 5.9620596205962055], [371, 6.199460916442049], [369, 6.233062330623306], [372, 6.182795698924731], [369, 5.9620596205962055], [370, 6.216216216216217], [369, 5.9620596205962055], [368, 6.25], [371, 6.199460916442049], [368, 5.706521739130435], [370, 5.9459459459459465], [369, 5.691056910569105], [368, 5.978260869565218], [368, 5.706521739130435], [369, 5.691056910569105], [368, 5.706521739130435], [369, 5.9620596205962055], [369, 5.691056910569105], [370, 6.216216216216217], [367, 5.449591280653951], [369, 6.233062330623306], [368, 5.706521739130435], [368, 5.706521739130435], [369, 5.691056910569105], [366, 5.737704918032787], [369, 6.233062330623306], [366, 5.737704918032787], [366, 6.0109289617486334], [366, 5.737704918032787], [368, 5.978260869565218], [366, 5.737704918032787]], "mode": "lines", "name": "v1.11.0", "stackgroup": "one", "visible": true, "x": ["2024-11-25T00:10:39.677221", "2024-11-25T00:40:38.977618", "2024-11-25T01:10:38.812012", "2024-11-25T01:40:45.730963", "2024-11-25T02:10:37.088995", "2024-11-25T02:40:41.429579", "2024-11-25T03:10:38.465122", "2024-11-25T03:40:37.402302", "2024-11-25T04:10:36.685532", "2024-11-25T04:40:39.652136", "2024-11-25T05:10:37.960340", "2024-11-25T05:40:38.459842", "2024-11-25T06:10:37.984539", "2024-11-25T06:40:40.519283", "2024-11-25T07:10:43.502789", "2024-11-25T07:40:39.099824", "2024-11-25T08:10:38.801126", "2024-11-25T08:40:44.102962", "2024-11-25T09:10:42.378532", "2024-11-25T09:40:37.642553", "2024-11-25T10:10:39.963741", "2024-11-25T10:40:44.353075", "2024-11-25T11:10:53.926088", "2024-11-25T11:40:39.026417", "2024-11-25T12:10:53.442348", "2024-11-25T12:40:40.046928", "2024-11-25T13:10:37.029361", "2024-11-25T13:40:35.202977", "2024-11-25T14:10:51.373768", "2024-11-25T14:40:41.483161", "2024-11-25T15:10:41.767110", "2024-11-25T15:40:37.928585", "2024-11-25T16:10:42.011714", "2024-11-25T16:40:42.906804", "2024-11-25T17:10:38.623089", "2024-11-25T17:40:39.640170", "2024-11-25T18:10:43.413978", "2024-11-25T18:40:37.190644", "2024-11-25T19:10:48.661989", "2024-11-25T19:40:40.086347", "2024-11-25T20:10:38.398622", "2024-11-25T20:40:36.718008", "2024-11-25T21:10:40.473922", "2024-11-25T21:40:39.270833", "2024-11-25T22:10:38.413422", "2024-11-25T22:40:37.112224", "2024-11-25T23:10:38.497129", "2024-11-25T23:40:38.161685", "2024-11-26T00:10:40.398380", "2024-11-26T00:40:40.290316", "2024-11-26T01:10:36.612648", "2024-11-26T01:40:43.463934", "2024-11-26T02:10:39.873791", "2024-11-26T02:40:37.964912", "2024-11-26T03:10:40.017976", "2024-11-26T03:40:39.174932", "2024-11-26T04:10:37.531666", "2024-11-26T04:40:38.728656", "2024-11-26T05:10:40.144073", "2024-11-26T05:40:36.210500", "2024-11-26T06:10:39.890939", "2024-11-26T06:40:39.928896", "2024-11-26T07:10:40.117408", "2024-11-26T07:40:41.293076", "2024-11-26T08:10:38.183259", "2024-11-26T08:40:41.971167", "2024-11-26T09:10:38.739739", "2024-11-26T09:40:35.839135", "2024-11-26T10:10:39.124793", "2024-11-26T10:40:36.913053", "2024-11-26T11:10:46.791107", "2024-11-26T11:40:35.269087", "2024-11-26T12:10:37.039634", "2024-11-26T12:40:37.875947", "2024-11-26T13:10:37.513941", "2024-11-26T13:40:36.770535", "2024-11-26T14:10:39.938744", "2024-11-26T14:40:36.903116", "2024-11-26T15:10:40.208920", "2024-11-26T15:40:37.525809", "2024-11-26T16:28:26.185935", "2024-11-26T18:28:27.483156", "2024-11-26T20:28:28.808378", "2024-11-26T22:28:34.388073", "2024-11-27T00:28:27.456845", "2024-11-27T02:28:28.634644", "2024-11-27T04:28:36.038633", "2024-11-27T06:28:26.979243", "2024-11-27T08:28:34.085104", "2024-11-27T10:28:27.319493", "2024-11-27T12:28:35.219047", "2024-11-27T14:28:26.469011", "2024-11-27T16:28:36.407439", "2024-11-27T18:28:29.116642", "2024-11-27T20:28:27.257668", "2024-11-27T22:28:28.643860", "2024-11-28T00:28:30.392714", "2024-11-28T02:28:24.747195", "2024-11-28T04:28:26.938916", "2024-11-28T06:28:33.676168", "2024-11-28T08:28:30.564524", "2024-11-28T10:28:27.880829", "2024-11-28T12:28:28.772073", "2024-11-28T14:28:28.271517", "2024-11-28T16:28:28.055016", "2024-11-28T18:28:30.885545", "2024-11-28T20:28:28.577383", "2024-11-28T22:28:27.965719", "2024-11-29T00:28:24.846029", "2024-11-29T02:28:32.677658", "2024-11-29T04:28:37.027251", "2024-11-29T06:28:26.329596", "2024-11-29T08:28:29.820204", "2024-11-29T10:28:24.390039", "2024-11-29T12:28:26.894509", "2024-11-29T14:28:30.655306", "2024-11-29T16:28:28.049238", "2024-11-29T18:28:34.419646", "2024-11-29T20:28:29.595482", "2024-11-29T22:28:28.738446", "2024-11-30T00:28:29.671384", "2024-11-30T02:28:36.451289", "2024-11-30T04:28:28.599447", "2024-11-30T06:28:30.954462", "2024-11-30T08:28:32.178025", "2024-11-30T10:28:31.913120", "2024-11-30T12:28:35.238720", "2024-11-30T14:28:30.732235", "2024-11-30T16:28:25.176085", "2024-11-30T18:28:26.559551", "2024-11-30T20:28:32.378139", "2024-11-30T22:28:29.527740", "2024-12-01T00:28:27.384798", "2024-12-01T02:28:29.656687", "2024-12-01T04:28:31.741038", "2024-12-01T06:28:29.574328", "2024-12-01T08:28:28.980580", "2024-12-01T10:28:28.973625", "2024-12-01T12:28:28.385993", "2024-12-01T14:28:27.101659", "2024-12-01T16:28:30.499835", "2024-12-01T18:28:27.195336", "2024-12-01T20:28:24.503113", "2024-12-01T22:28:29.435787"], "y": [24, 22, 24, 22, 23, 23, 23, 23, 22, 22, 23, 22, 22, 22, 22, 22, 23, 22, 22, 23, 23, 22, 23, 22, 21, 23, 23, 23, 23, 22, 24, 23, 22, 23, 23, 23, 22, 24, 24, 23, 24, 24, 23, 22, 23, 23, 23, 24, 23, 23, 23, 23, 22, 22, 23, 23, 22, 22, 23, 22, 22, 22, 22, 22, 23, 22, 23, 23, 23, 22, 22, 22, 24, 22, 22, 23, 22, 23, 22, 23, 22, 23, 24, 24, 25, 25, 25, 24, 25, 24, 24, 26, 24, 25, 23, 22, 21, 25, 21, 21, 24, 21, 22, 22, 22, 24, 23, 22, 21, 22, 22, 22, 22, 22, 23, 23, 23, 22, 23, 22, 23, 23, 21, 22, 21, 22, 21, 21, 21, 22, 21, 23, 20, 23, 21, 21, 21, 21, 23, 21, 22, 21, 22, 21], "type": "scatter"}, {"fill": "tonexty", "hovertemplate": "Version: v2.1.0
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
Total count: %{meta[0]:,}
Percentage: %{meta[1]:.1f}%
", "legendgroup": "v2.1.0", "line": {"width": 0.5}, "marker": {"color": "#c44e52"}, "meta": [[367, 4.087193460490464], [364, 4.1208791208791204], [367, 4.087193460490464], [365, 4.10958904109589], [366, 4.098360655737705], [364, 4.1208791208791204], [364, 4.1208791208791204], [363, 4.132231404958678], [365, 4.10958904109589], [365, 4.10958904109589], [364, 4.1208791208791204], [364, 4.1208791208791204], [365, 4.10958904109589], [365, 4.10958904109589], [364, 4.1208791208791204], [365, 4.10958904109589], [367, 4.087193460490464], [365, 4.10958904109589], [365, 4.10958904109589], [366, 4.098360655737705], [367, 4.087193460490464], [366, 4.098360655737705], [367, 4.087193460490464], [366, 4.098360655737705], [365, 4.10958904109589], [367, 4.087193460490464], [366, 4.098360655737705], [367, 4.087193460490464], [367, 4.087193460490464], [365, 4.10958904109589], [367, 4.087193460490464], [367, 4.087193460490464], [367, 4.087193460490464], [366, 4.098360655737705], [367, 4.087193460490464], [367, 4.087193460490464], [365, 4.10958904109589], [367, 4.087193460490464], [368, 4.076086956521739], [366, 4.098360655737705], [367, 4.087193460490464], [368, 4.076086956521739], [367, 4.087193460490464], [366, 4.098360655737705], [367, 4.087193460490464], [366, 4.098360655737705], [366, 4.098360655737705], [368, 4.076086956521739], [368, 4.076086956521739], [367, 4.087193460490464], [367, 4.087193460490464], [368, 4.076086956521739], [367, 4.087193460490464], [366, 4.098360655737705], [367, 4.087193460490464], [368, 4.076086956521739], [367, 4.087193460490464], [367, 4.087193460490464], [367, 4.087193460490464], [365, 4.10958904109589], [366, 4.098360655737705], [367, 4.087193460490464], [367, 4.087193460490464], [366, 4.098360655737705], [367, 4.087193460490464], [366, 4.098360655737705], [368, 4.076086956521739], [368, 4.076086956521739], [365, 4.10958904109589], [366, 4.098360655737705], [368, 4.076086956521739], [365, 4.10958904109589], [369, 4.0650406504065035], [366, 4.098360655737705], [367, 4.087193460490464], [367, 4.087193460490464], [365, 3.8356164383561646], [368, 4.076086956521739], [367, 4.087193460490464], [368, 4.076086956521739], [367, 4.087193460490464], [366, 4.098360655737705], [366, 4.098360655737705], [368, 4.076086956521739], [369, 4.0650406504065035], [368, 4.076086956521739], [370, 4.054054054054054], [370, 4.054054054054054], [371, 4.0431266846361185], [370, 4.054054054054054], [370, 4.054054054054054], [373, 4.021447721179625], [371, 4.0431266846361185], [371, 4.0431266846361185], [367, 4.087193460490464], [367, 4.087193460490464], [365, 3.8356164383561646], [370, 3.783783783783784], [366, 3.825136612021858], [365, 3.8356164383561646], [370, 4.054054054054054], [367, 4.087193460490464], [370, 4.054054054054054], [370, 4.054054054054054], [370, 4.054054054054054], [371, 4.0431266846361185], [369, 4.0650406504065035], [370, 4.054054054054054], [368, 4.076086956521739], [368, 4.076086956521739], [369, 4.0650406504065035], [368, 4.076086956521739], [369, 3.523035230352303], [369, 3.7940379403794036], [371, 3.7735849056603774], [369, 3.7940379403794036], [372, 3.763440860215054], [369, 3.7940379403794036], [370, 3.783783783783784], [369, 3.7940379403794036], [368, 3.804347826086957], [371, 3.7735849056603774], [368, 3.804347826086957], [370, 3.783783783783784], [369, 3.7940379403794036], [368, 3.804347826086957], [368, 3.804347826086957], [369, 3.7940379403794036], [368, 3.804347826086957], [369, 3.7940379403794036], [369, 3.7940379403794036], [370, 3.783783783783784], [367, 3.8147138964577656], [369, 3.7940379403794036], [368, 3.804347826086957], [368, 3.804347826086957], [369, 3.7940379403794036], [366, 3.551912568306011], [369, 3.523035230352303], [366, 3.551912568306011], [366, 3.551912568306011], [366, 3.551912568306011], [368, 3.804347826086957], [366, 3.825136612021858]], "mode": "lines", "name": "v2.1.0", "stackgroup": "one", "visible": true, "x": ["2024-11-25T00:10:39.677221", "2024-11-25T00:40:38.977618", "2024-11-25T01:10:38.812012", "2024-11-25T01:40:45.730963", "2024-11-25T02:10:37.088995", "2024-11-25T02:40:41.429579", "2024-11-25T03:10:38.465122", "2024-11-25T03:40:37.402302", "2024-11-25T04:10:36.685532", "2024-11-25T04:40:39.652136", "2024-11-25T05:10:37.960340", "2024-11-25T05:40:38.459842", "2024-11-25T06:10:37.984539", "2024-11-25T06:40:40.519283", "2024-11-25T07:10:43.502789", "2024-11-25T07:40:39.099824", "2024-11-25T08:10:38.801126", "2024-11-25T08:40:44.102962", "2024-11-25T09:10:42.378532", "2024-11-25T09:40:37.642553", "2024-11-25T10:10:39.963741", "2024-11-25T10:40:44.353075", "2024-11-25T11:10:53.926088", "2024-11-25T11:40:39.026417", "2024-11-25T12:10:53.442348", "2024-11-25T12:40:40.046928", "2024-11-25T13:10:37.029361", "2024-11-25T13:40:35.202977", "2024-11-25T14:10:51.373768", "2024-11-25T14:40:41.483161", "2024-11-25T15:10:41.767110", "2024-11-25T15:40:37.928585", "2024-11-25T16:10:42.011714", "2024-11-25T16:40:42.906804", "2024-11-25T17:10:38.623089", "2024-11-25T17:40:39.640170", "2024-11-25T18:10:43.413978", "2024-11-25T18:40:37.190644", "2024-11-25T19:10:48.661989", "2024-11-25T19:40:40.086347", "2024-11-25T20:10:38.398622", "2024-11-25T20:40:36.718008", "2024-11-25T21:10:40.473922", "2024-11-25T21:40:39.270833", "2024-11-25T22:10:38.413422", "2024-11-25T22:40:37.112224", "2024-11-25T23:10:38.497129", "2024-11-25T23:40:38.161685", "2024-11-26T00:10:40.398380", "2024-11-26T00:40:40.290316", "2024-11-26T01:10:36.612648", "2024-11-26T01:40:43.463934", "2024-11-26T02:10:39.873791", "2024-11-26T02:40:37.964912", "2024-11-26T03:10:40.017976", "2024-11-26T03:40:39.174932", "2024-11-26T04:10:37.531666", "2024-11-26T04:40:38.728656", "2024-11-26T05:10:40.144073", "2024-11-26T05:40:36.210500", "2024-11-26T06:10:39.890939", "2024-11-26T06:40:39.928896", "2024-11-26T07:10:40.117408", "2024-11-26T07:40:41.293076", "2024-11-26T08:10:38.183259", "2024-11-26T08:40:41.971167", "2024-11-26T09:10:38.739739", "2024-11-26T09:40:35.839135", "2024-11-26T10:10:39.124793", "2024-11-26T10:40:36.913053", "2024-11-26T11:10:46.791107", "2024-11-26T11:40:35.269087", "2024-11-26T12:10:37.039634", "2024-11-26T12:40:37.875947", "2024-11-26T13:10:37.513941", "2024-11-26T13:40:36.770535", "2024-11-26T14:10:39.938744", "2024-11-26T14:40:36.903116", "2024-11-26T15:10:40.208920", "2024-11-26T15:40:37.525809", "2024-11-26T16:28:26.185935", "2024-11-26T18:28:27.483156", "2024-11-26T20:28:28.808378", "2024-11-26T22:28:34.388073", "2024-11-27T00:28:27.456845", "2024-11-27T02:28:28.634644", "2024-11-27T04:28:36.038633", "2024-11-27T06:28:26.979243", "2024-11-27T08:28:34.085104", "2024-11-27T10:28:27.319493", "2024-11-27T12:28:35.219047", "2024-11-27T14:28:26.469011", "2024-11-27T16:28:36.407439", "2024-11-27T18:28:29.116642", "2024-11-27T20:28:27.257668", "2024-11-27T22:28:28.643860", "2024-11-28T00:28:30.392714", "2024-11-28T02:28:24.747195", "2024-11-28T04:28:26.938916", "2024-11-28T06:28:33.676168", "2024-11-28T08:28:30.564524", "2024-11-28T10:28:27.880829", "2024-11-28T12:28:28.772073", "2024-11-28T14:28:28.271517", "2024-11-28T16:28:28.055016", "2024-11-28T18:28:30.885545", "2024-11-28T20:28:28.577383", "2024-11-28T22:28:27.965719", "2024-11-29T00:28:24.846029", "2024-11-29T02:28:32.677658", "2024-11-29T04:28:37.027251", "2024-11-29T06:28:26.329596", "2024-11-29T08:28:29.820204", "2024-11-29T10:28:24.390039", "2024-11-29T12:28:26.894509", "2024-11-29T14:28:30.655306", "2024-11-29T16:28:28.049238", "2024-11-29T18:28:34.419646", "2024-11-29T20:28:29.595482", "2024-11-29T22:28:28.738446", "2024-11-30T00:28:29.671384", "2024-11-30T02:28:36.451289", "2024-11-30T04:28:28.599447", "2024-11-30T06:28:30.954462", "2024-11-30T08:28:32.178025", "2024-11-30T10:28:31.913120", "2024-11-30T12:28:35.238720", "2024-11-30T14:28:30.732235", "2024-11-30T16:28:25.176085", "2024-11-30T18:28:26.559551", "2024-11-30T20:28:32.378139", "2024-11-30T22:28:29.527740", "2024-12-01T00:28:27.384798", "2024-12-01T02:28:29.656687", "2024-12-01T04:28:31.741038", "2024-12-01T06:28:29.574328", "2024-12-01T08:28:28.980580", "2024-12-01T10:28:28.973625", "2024-12-01T12:28:28.385993", "2024-12-01T14:28:27.101659", "2024-12-01T16:28:30.499835", "2024-12-01T18:28:27.195336", "2024-12-01T20:28:24.503113", "2024-12-01T22:28:29.435787"], "y": [15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 14, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 14, 14, 14, 14, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 13, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 13, 13, 13, 13, 13, 14, 14], "type": "scatter"}, {"fill": "tonexty", "hovertemplate": "Version: v2.1.5
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
Total count: %{meta[0]:,}
Percentage: %{meta[1]:.1f}%
", "legendgroup": "v2.1.5", "line": {"width": 0.5}, "marker": {"color": "#55a868"}, "meta": [[367, 4.35967302452316], [364, 4.395604395604396], [367, 4.35967302452316], [365, 4.383561643835616], [366, 4.371584699453552], [364, 4.395604395604396], [364, 4.395604395604396], [363, 4.40771349862259], [365, 4.383561643835616], [365, 4.383561643835616], [364, 4.1208791208791204], [364, 4.1208791208791204], [365, 4.383561643835616], [365, 4.383561643835616], [364, 4.395604395604396], [365, 4.383561643835616], [367, 4.35967302452316], [365, 4.383561643835616], [365, 4.383561643835616], [366, 4.371584699453552], [367, 4.35967302452316], [366, 4.371584699453552], [367, 4.35967302452316], [366, 4.371584699453552], [365, 4.383561643835616], [367, 4.35967302452316], [366, 4.371584699453552], [367, 4.35967302452316], [367, 4.35967302452316], [365, 4.383561643835616], [367, 4.35967302452316], [367, 4.35967302452316], [367, 4.35967302452316], [366, 4.371584699453552], [367, 4.35967302452316], [367, 4.35967302452316], [365, 4.383561643835616], [367, 4.35967302452316], [368, 4.3478260869565215], [366, 4.371584699453552], [367, 4.35967302452316], [368, 4.3478260869565215], [367, 4.35967302452316], [366, 4.371584699453552], [367, 4.35967302452316], [366, 4.371584699453552], [366, 4.371584699453552], [368, 4.3478260869565215], [368, 4.3478260869565215], [367, 4.35967302452316], [367, 4.35967302452316], [368, 4.3478260869565215], [367, 4.35967302452316], [366, 4.371584699453552], [367, 4.35967302452316], [368, 4.3478260869565215], [367, 4.35967302452316], [367, 4.35967302452316], [367, 4.35967302452316], [365, 4.383561643835616], [366, 4.371584699453552], [367, 4.35967302452316], [367, 4.35967302452316], [366, 4.371584699453552], [367, 4.35967302452316], [366, 4.371584699453552], [368, 4.3478260869565215], [368, 4.3478260869565215], [365, 4.383561643835616], [366, 4.371584699453552], [368, 4.3478260869565215], [365, 4.383561643835616], [369, 4.336043360433604], [366, 4.371584699453552], [367, 4.35967302452316], [367, 4.35967302452316], [365, 4.383561643835616], [368, 4.3478260869565215], [367, 4.35967302452316], [368, 4.3478260869565215], [367, 4.35967302452316], [366, 4.371584699453552], [366, 4.371584699453552], [368, 4.3478260869565215], [369, 4.336043360433604], [368, 4.3478260869565215], [370, 4.324324324324325], [370, 4.324324324324325], [371, 4.31266846361186], [370, 4.324324324324325], [370, 4.324324324324325], [373, 4.289544235924933], [371, 4.31266846361186], [371, 4.31266846361186], [367, 4.087193460490464], [367, 4.35967302452316], [365, 4.383561643835616], [370, 4.324324324324325], [366, 4.371584699453552], [365, 4.383561643835616], [370, 4.324324324324325], [367, 4.35967302452316], [370, 4.324324324324325], [370, 4.324324324324325], [370, 4.324324324324325], [371, 4.31266846361186], [369, 4.0650406504065035], [370, 4.324324324324325], [368, 4.3478260869565215], [368, 4.3478260869565215], [369, 4.336043360433604], [368, 4.3478260869565215], [369, 4.336043360433604], [369, 4.336043360433604], [371, 4.31266846361186], [369, 4.336043360433604], [372, 4.301075268817205], [369, 4.336043360433604], [370, 4.324324324324325], [369, 4.336043360433604], [368, 4.3478260869565215], [371, 4.31266846361186], [368, 4.3478260869565215], [370, 4.324324324324325], [369, 4.336043360433604], [368, 4.3478260869565215], [368, 4.3478260869565215], [369, 4.336043360433604], [368, 4.3478260869565215], [369, 4.336043360433604], [369, 4.336043360433604], [370, 4.324324324324325], [367, 4.35967302452316], [369, 4.0650406504065035], [368, 4.076086956521739], [368, 4.076086956521739], [369, 4.0650406504065035], [366, 4.098360655737705], [369, 4.0650406504065035], [366, 4.098360655737705], [366, 4.098360655737705], [366, 4.098360655737705], [368, 4.076086956521739], [366, 3.825136612021858]], "mode": "lines", "name": "v2.1.5", "stackgroup": "one", "visible": true, "x": ["2024-11-25T00:10:39.677221", "2024-11-25T00:40:38.977618", "2024-11-25T01:10:38.812012", "2024-11-25T01:40:45.730963", "2024-11-25T02:10:37.088995", "2024-11-25T02:40:41.429579", "2024-11-25T03:10:38.465122", "2024-11-25T03:40:37.402302", "2024-11-25T04:10:36.685532", "2024-11-25T04:40:39.652136", "2024-11-25T05:10:37.960340", "2024-11-25T05:40:38.459842", "2024-11-25T06:10:37.984539", "2024-11-25T06:40:40.519283", "2024-11-25T07:10:43.502789", "2024-11-25T07:40:39.099824", "2024-11-25T08:10:38.801126", "2024-11-25T08:40:44.102962", "2024-11-25T09:10:42.378532", "2024-11-25T09:40:37.642553", "2024-11-25T10:10:39.963741", "2024-11-25T10:40:44.353075", "2024-11-25T11:10:53.926088", "2024-11-25T11:40:39.026417", "2024-11-25T12:10:53.442348", "2024-11-25T12:40:40.046928", "2024-11-25T13:10:37.029361", "2024-11-25T13:40:35.202977", "2024-11-25T14:10:51.373768", "2024-11-25T14:40:41.483161", "2024-11-25T15:10:41.767110", "2024-11-25T15:40:37.928585", "2024-11-25T16:10:42.011714", "2024-11-25T16:40:42.906804", "2024-11-25T17:10:38.623089", "2024-11-25T17:40:39.640170", "2024-11-25T18:10:43.413978", "2024-11-25T18:40:37.190644", "2024-11-25T19:10:48.661989", "2024-11-25T19:40:40.086347", "2024-11-25T20:10:38.398622", "2024-11-25T20:40:36.718008", "2024-11-25T21:10:40.473922", "2024-11-25T21:40:39.270833", "2024-11-25T22:10:38.413422", "2024-11-25T22:40:37.112224", "2024-11-25T23:10:38.497129", "2024-11-25T23:40:38.161685", "2024-11-26T00:10:40.398380", "2024-11-26T00:40:40.290316", "2024-11-26T01:10:36.612648", "2024-11-26T01:40:43.463934", "2024-11-26T02:10:39.873791", "2024-11-26T02:40:37.964912", "2024-11-26T03:10:40.017976", "2024-11-26T03:40:39.174932", "2024-11-26T04:10:37.531666", "2024-11-26T04:40:38.728656", "2024-11-26T05:10:40.144073", "2024-11-26T05:40:36.210500", "2024-11-26T06:10:39.890939", "2024-11-26T06:40:39.928896", "2024-11-26T07:10:40.117408", "2024-11-26T07:40:41.293076", "2024-11-26T08:10:38.183259", "2024-11-26T08:40:41.971167", "2024-11-26T09:10:38.739739", "2024-11-26T09:40:35.839135", "2024-11-26T10:10:39.124793", "2024-11-26T10:40:36.913053", "2024-11-26T11:10:46.791107", "2024-11-26T11:40:35.269087", "2024-11-26T12:10:37.039634", "2024-11-26T12:40:37.875947", "2024-11-26T13:10:37.513941", "2024-11-26T13:40:36.770535", "2024-11-26T14:10:39.938744", "2024-11-26T14:40:36.903116", "2024-11-26T15:10:40.208920", "2024-11-26T15:40:37.525809", "2024-11-26T16:28:26.185935", "2024-11-26T18:28:27.483156", "2024-11-26T20:28:28.808378", "2024-11-26T22:28:34.388073", "2024-11-27T00:28:27.456845", "2024-11-27T02:28:28.634644", "2024-11-27T04:28:36.038633", "2024-11-27T06:28:26.979243", "2024-11-27T08:28:34.085104", "2024-11-27T10:28:27.319493", "2024-11-27T12:28:35.219047", "2024-11-27T14:28:26.469011", "2024-11-27T16:28:36.407439", "2024-11-27T18:28:29.116642", "2024-11-27T20:28:27.257668", "2024-11-27T22:28:28.643860", "2024-11-28T00:28:30.392714", "2024-11-28T02:28:24.747195", "2024-11-28T04:28:26.938916", "2024-11-28T06:28:33.676168", "2024-11-28T08:28:30.564524", "2024-11-28T10:28:27.880829", "2024-11-28T12:28:28.772073", "2024-11-28T14:28:28.271517", "2024-11-28T16:28:28.055016", "2024-11-28T18:28:30.885545", "2024-11-28T20:28:28.577383", "2024-11-28T22:28:27.965719", "2024-11-29T00:28:24.846029", "2024-11-29T02:28:32.677658", "2024-11-29T04:28:37.027251", "2024-11-29T06:28:26.329596", "2024-11-29T08:28:29.820204", "2024-11-29T10:28:24.390039", "2024-11-29T12:28:26.894509", "2024-11-29T14:28:30.655306", "2024-11-29T16:28:28.049238", "2024-11-29T18:28:34.419646", "2024-11-29T20:28:29.595482", "2024-11-29T22:28:28.738446", "2024-11-30T00:28:29.671384", "2024-11-30T02:28:36.451289", "2024-11-30T04:28:28.599447", "2024-11-30T06:28:30.954462", "2024-11-30T08:28:32.178025", "2024-11-30T10:28:31.913120", "2024-11-30T12:28:35.238720", "2024-11-30T14:28:30.732235", "2024-11-30T16:28:25.176085", "2024-11-30T18:28:26.559551", "2024-11-30T20:28:32.378139", "2024-11-30T22:28:29.527740", "2024-12-01T00:28:27.384798", "2024-12-01T02:28:29.656687", "2024-12-01T04:28:31.741038", "2024-12-01T06:28:29.574328", "2024-12-01T08:28:28.980580", "2024-12-01T10:28:28.973625", "2024-12-01T12:28:28.385993", "2024-12-01T14:28:27.101659", "2024-12-01T16:28:30.499835", "2024-12-01T18:28:27.195336", "2024-12-01T20:28:24.503113", "2024-12-01T22:28:29.435787"], "y": [16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 14], "type": "scatter"}, {"fill": "tonexty", "hovertemplate": "Version: v2.2.0
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
Total count: %{meta[0]:,}
Percentage: %{meta[1]:.1f}%
", "legendgroup": "v2.2.0", "line": {"width": 0.5}, "marker": {"color": "#dd8452"}, "meta": [[367, 47.41144414168937], [364, 47.8021978021978], [367, 47.41144414168937], [365, 47.671232876712324], [366, 47.540983606557376], [364, 47.527472527472526], [364, 47.527472527472526], [363, 47.107438016528924], [365, 47.671232876712324], [365, 47.671232876712324], [364, 47.8021978021978], [364, 47.8021978021978], [365, 47.671232876712324], [365, 47.671232876712324], [364, 47.8021978021978], [365, 47.671232876712324], [367, 47.41144414168937], [365, 47.671232876712324], [365, 47.671232876712324], [366, 47.540983606557376], [367, 47.41144414168937], [366, 47.540983606557376], [367, 47.41144414168937], [366, 47.540983606557376], [365, 47.671232876712324], [367, 47.41144414168937], [366, 47.540983606557376], [367, 47.41144414168937], [367, 47.41144414168937], [365, 47.671232876712324], [367, 47.41144414168937], [367, 47.41144414168937], [367, 47.41144414168937], [366, 47.540983606557376], [367, 47.41144414168937], [367, 47.41144414168937], [365, 47.671232876712324], [367, 47.41144414168937], [368, 47.28260869565217], [366, 47.540983606557376], [367, 47.41144414168937], [368, 47.28260869565217], [367, 47.41144414168937], [366, 47.540983606557376], [367, 47.41144414168937], [366, 47.540983606557376], [366, 47.540983606557376], [368, 47.28260869565217], [368, 47.28260869565217], [367, 47.41144414168937], [367, 47.41144414168937], [368, 47.28260869565217], [367, 47.41144414168937], [366, 47.540983606557376], [367, 47.41144414168937], [368, 47.28260869565217], [367, 47.41144414168937], [367, 47.41144414168937], [367, 47.41144414168937], [365, 47.671232876712324], [366, 47.540983606557376], [367, 47.41144414168937], [367, 47.41144414168937], [366, 47.540983606557376], [367, 47.41144414168937], [366, 47.540983606557376], [368, 47.28260869565217], [368, 47.28260869565217], [365, 47.397260273972606], [366, 47.540983606557376], [368, 47.28260869565217], [365, 47.671232876712324], [369, 47.15447154471545], [366, 47.540983606557376], [367, 47.41144414168937], [367, 47.41144414168937], [365, 47.671232876712324], [368, 47.28260869565217], [367, 47.41144414168937], [368, 47.28260869565217], [367, 47.41144414168937], [366, 47.26775956284153], [366, 47.26775956284153], [368, 47.28260869565217], [369, 47.15447154471545], [368, 47.28260869565217], [370, 47.02702702702703], [370, 47.2972972972973], [371, 46.900269541778975], [370, 47.02702702702703], [370, 47.2972972972973], [373, 46.91689008042895], [371, 47.16981132075472], [371, 47.16981132075472], [367, 47.41144414168937], [367, 47.41144414168937], [365, 47.671232876712324], [370, 46.75675675675676], [366, 47.26775956284153], [365, 47.397260273972606], [370, 46.75675675675676], [367, 47.13896457765668], [370, 47.2972972972973], [370, 47.2972972972973], [370, 47.2972972972973], [371, 46.900269541778975], [369, 47.15447154471545], [370, 47.02702702702703], [368, 47.28260869565217], [368, 47.28260869565217], [369, 47.15447154471545], [368, 47.55434782608695], [369, 47.425474254742554], [369, 47.425474254742554], [371, 47.16981132075472], [369, 47.15447154471545], [372, 47.31182795698925], [369, 47.425474254742554], [370, 47.2972972972973], [369, 47.425474254742554], [368, 47.55434782608695], [371, 47.16981132075472], [368, 47.55434782608695], [370, 47.2972972972973], [369, 47.425474254742554], [368, 47.55434782608695], [368, 47.55434782608695], [369, 47.425474254742554], [368, 47.55434782608695], [369, 47.425474254742554], [369, 47.425474254742554], [370, 47.2972972972973], [367, 47.68392370572207], [369, 47.425474254742554], [368, 47.55434782608695], [368, 47.55434782608695], [369, 47.425474254742554], [366, 47.540983606557376], [369, 47.425474254742554], [366, 47.81420765027322], [366, 47.540983606557376], [366, 47.540983606557376], [368, 47.28260869565217], [366, 47.540983606557376]], "mode": "lines", "name": "v2.2.0", "stackgroup": "one", "visible": true, "x": ["2024-11-25T00:10:39.677221", "2024-11-25T00:40:38.977618", "2024-11-25T01:10:38.812012", "2024-11-25T01:40:45.730963", "2024-11-25T02:10:37.088995", "2024-11-25T02:40:41.429579", "2024-11-25T03:10:38.465122", "2024-11-25T03:40:37.402302", "2024-11-25T04:10:36.685532", "2024-11-25T04:40:39.652136", "2024-11-25T05:10:37.960340", "2024-11-25T05:40:38.459842", "2024-11-25T06:10:37.984539", "2024-11-25T06:40:40.519283", "2024-11-25T07:10:43.502789", "2024-11-25T07:40:39.099824", "2024-11-25T08:10:38.801126", "2024-11-25T08:40:44.102962", "2024-11-25T09:10:42.378532", "2024-11-25T09:40:37.642553", "2024-11-25T10:10:39.963741", "2024-11-25T10:40:44.353075", "2024-11-25T11:10:53.926088", "2024-11-25T11:40:39.026417", "2024-11-25T12:10:53.442348", "2024-11-25T12:40:40.046928", "2024-11-25T13:10:37.029361", "2024-11-25T13:40:35.202977", "2024-11-25T14:10:51.373768", "2024-11-25T14:40:41.483161", "2024-11-25T15:10:41.767110", "2024-11-25T15:40:37.928585", "2024-11-25T16:10:42.011714", "2024-11-25T16:40:42.906804", "2024-11-25T17:10:38.623089", "2024-11-25T17:40:39.640170", "2024-11-25T18:10:43.413978", "2024-11-25T18:40:37.190644", "2024-11-25T19:10:48.661989", "2024-11-25T19:40:40.086347", "2024-11-25T20:10:38.398622", "2024-11-25T20:40:36.718008", "2024-11-25T21:10:40.473922", "2024-11-25T21:40:39.270833", "2024-11-25T22:10:38.413422", "2024-11-25T22:40:37.112224", "2024-11-25T23:10:38.497129", "2024-11-25T23:40:38.161685", "2024-11-26T00:10:40.398380", "2024-11-26T00:40:40.290316", "2024-11-26T01:10:36.612648", "2024-11-26T01:40:43.463934", "2024-11-26T02:10:39.873791", "2024-11-26T02:40:37.964912", "2024-11-26T03:10:40.017976", "2024-11-26T03:40:39.174932", "2024-11-26T04:10:37.531666", "2024-11-26T04:40:38.728656", "2024-11-26T05:10:40.144073", "2024-11-26T05:40:36.210500", "2024-11-26T06:10:39.890939", "2024-11-26T06:40:39.928896", "2024-11-26T07:10:40.117408", "2024-11-26T07:40:41.293076", "2024-11-26T08:10:38.183259", "2024-11-26T08:40:41.971167", "2024-11-26T09:10:38.739739", "2024-11-26T09:40:35.839135", "2024-11-26T10:10:39.124793", "2024-11-26T10:40:36.913053", "2024-11-26T11:10:46.791107", "2024-11-26T11:40:35.269087", "2024-11-26T12:10:37.039634", "2024-11-26T12:40:37.875947", "2024-11-26T13:10:37.513941", "2024-11-26T13:40:36.770535", "2024-11-26T14:10:39.938744", "2024-11-26T14:40:36.903116", "2024-11-26T15:10:40.208920", "2024-11-26T15:40:37.525809", "2024-11-26T16:28:26.185935", "2024-11-26T18:28:27.483156", "2024-11-26T20:28:28.808378", "2024-11-26T22:28:34.388073", "2024-11-27T00:28:27.456845", "2024-11-27T02:28:28.634644", "2024-11-27T04:28:36.038633", "2024-11-27T06:28:26.979243", "2024-11-27T08:28:34.085104", "2024-11-27T10:28:27.319493", "2024-11-27T12:28:35.219047", "2024-11-27T14:28:26.469011", "2024-11-27T16:28:36.407439", "2024-11-27T18:28:29.116642", "2024-11-27T20:28:27.257668", "2024-11-27T22:28:28.643860", "2024-11-28T00:28:30.392714", "2024-11-28T02:28:24.747195", "2024-11-28T04:28:26.938916", "2024-11-28T06:28:33.676168", "2024-11-28T08:28:30.564524", "2024-11-28T10:28:27.880829", "2024-11-28T12:28:28.772073", "2024-11-28T14:28:28.271517", "2024-11-28T16:28:28.055016", "2024-11-28T18:28:30.885545", "2024-11-28T20:28:28.577383", "2024-11-28T22:28:27.965719", "2024-11-29T00:28:24.846029", "2024-11-29T02:28:32.677658", "2024-11-29T04:28:37.027251", "2024-11-29T06:28:26.329596", "2024-11-29T08:28:29.820204", "2024-11-29T10:28:24.390039", "2024-11-29T12:28:26.894509", "2024-11-29T14:28:30.655306", "2024-11-29T16:28:28.049238", "2024-11-29T18:28:34.419646", "2024-11-29T20:28:29.595482", "2024-11-29T22:28:28.738446", "2024-11-30T00:28:29.671384", "2024-11-30T02:28:36.451289", "2024-11-30T04:28:28.599447", "2024-11-30T06:28:30.954462", "2024-11-30T08:28:32.178025", "2024-11-30T10:28:31.913120", "2024-11-30T12:28:35.238720", "2024-11-30T14:28:30.732235", "2024-11-30T16:28:25.176085", "2024-11-30T18:28:26.559551", "2024-11-30T20:28:32.378139", "2024-11-30T22:28:29.527740", "2024-12-01T00:28:27.384798", "2024-12-01T02:28:29.656687", "2024-12-01T04:28:31.741038", "2024-12-01T06:28:29.574328", "2024-12-01T08:28:28.980580", "2024-12-01T10:28:28.973625", "2024-12-01T12:28:28.385993", "2024-12-01T14:28:27.101659", "2024-12-01T16:28:30.499835", "2024-12-01T18:28:27.195336", "2024-12-01T20:28:24.503113", "2024-12-01T22:28:29.435787"], "y": [174, 174, 174, 174, 174, 173, 173, 171, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 173, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 173, 173, 174, 174, 174, 174, 175, 174, 174, 175, 175, 175, 175, 174, 174, 174, 173, 173, 173, 173, 173, 175, 175, 175, 174, 174, 174, 174, 174, 174, 175, 175, 175, 175, 174, 176, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 174, 175, 175, 174, 174, 174, 174], "type": "scatter"}, {"fill": "tonexty", "hovertemplate": "Version: v2.2.1
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
Total count: %{meta[0]:,}
Percentage: %{meta[1]:.1f}%
", "legendgroup": "v2.2.1", "line": {"width": 0.5}, "marker": {"color": "#4c72b0"}, "meta": [[367, 26.975476839237057], [364, 27.197802197802197], [367, 26.975476839237057], [365, 27.123287671232877], [366, 27.049180327868854], [364, 26.923076923076923], [364, 26.923076923076923], [363, 27.27272727272727], [365, 27.123287671232877], [365, 27.123287671232877], [364, 27.197802197802197], [364, 27.197802197802197], [365, 27.123287671232877], [365, 27.123287671232877], [364, 27.197802197802197], [365, 27.123287671232877], [367, 26.975476839237057], [365, 27.123287671232877], [365, 27.123287671232877], [366, 27.049180327868854], [367, 26.975476839237057], [366, 27.049180327868854], [367, 26.975476839237057], [366, 27.049180327868854], [365, 27.123287671232877], [367, 26.975476839237057], [366, 27.049180327868854], [367, 26.975476839237057], [367, 26.975476839237057], [365, 27.123287671232877], [367, 26.975476839237057], [367, 26.975476839237057], [367, 26.975476839237057], [366, 27.049180327868854], [367, 26.975476839237057], [367, 26.975476839237057], [365, 27.123287671232877], [367, 26.975476839237057], [368, 26.902173913043477], [366, 27.049180327868854], [367, 26.975476839237057], [368, 26.902173913043477], [367, 26.975476839237057], [366, 27.049180327868854], [367, 26.975476839237057], [366, 27.049180327868854], [366, 27.049180327868854], [368, 26.902173913043477], [368, 26.902173913043477], [367, 26.975476839237057], [367, 26.975476839237057], [368, 26.902173913043477], [367, 26.975476839237057], [366, 27.049180327868854], [367, 26.975476839237057], [368, 26.902173913043477], [367, 26.975476839237057], [367, 26.975476839237057], [367, 26.975476839237057], [365, 27.123287671232877], [366, 27.049180327868854], [367, 26.975476839237057], [367, 26.975476839237057], [366, 27.049180327868854], [367, 26.975476839237057], [366, 27.049180327868854], [368, 26.902173913043477], [368, 26.902173913043477], [365, 27.123287671232877], [366, 27.049180327868854], [368, 26.902173913043477], [365, 27.123287671232877], [369, 26.82926829268293], [366, 27.049180327868854], [367, 27.247956403269757], [367, 27.247956403269757], [365, 27.397260273972602], [368, 27.173913043478258], [367, 27.247956403269757], [368, 27.173913043478258], [367, 27.247956403269757], [366, 27.322404371584703], [366, 27.322404371584703], [368, 27.173913043478258], [369, 27.100271002710024], [368, 27.173913043478258], [370, 27.027027027027028], [370, 27.027027027027028], [371, 26.954177897574123], [370, 27.027027027027028], [370, 27.027027027027028], [373, 26.80965147453083], [371, 26.954177897574123], [371, 26.954177897574123], [367, 27.247956403269757], [367, 27.247956403269757], [365, 27.671232876712327], [370, 27.297297297297295], [366, 27.595628415300546], [365, 27.671232876712327], [370, 27.297297297297295], [367, 27.520435967302454], [370, 27.297297297297295], [370, 27.297297297297295], [370, 27.297297297297295], [371, 27.22371967654987], [369, 27.371273712737125], [370, 27.297297297297295], [368, 27.445652173913043], [368, 27.445652173913043], [369, 27.371273712737125], [368, 27.445652173913043], [369, 27.64227642276423], [369, 27.64227642276423], [371, 27.49326145552561], [369, 27.64227642276423], [372, 27.419354838709676], [369, 27.64227642276423], [370, 27.56756756756757], [369, 27.64227642276423], [368, 27.173913043478258], [371, 27.49326145552561], [368, 27.717391304347828], [370, 27.56756756756757], [369, 27.64227642276423], [368, 27.717391304347828], [368, 27.717391304347828], [369, 27.64227642276423], [368, 27.717391304347828], [369, 27.64227642276423], [369, 27.64227642276423], [370, 27.56756756756757], [367, 27.79291553133515], [369, 27.64227642276423], [368, 27.717391304347828], [368, 27.717391304347828], [369, 27.64227642276423], [366, 27.86885245901639], [369, 27.64227642276423], [366, 27.86885245901639], [366, 27.86885245901639], [366, 27.86885245901639], [368, 27.717391304347828], [366, 27.86885245901639]], "mode": "lines", "name": "v2.2.1", "stackgroup": "one", "visible": true, "x": ["2024-11-25T00:10:39.677221", "2024-11-25T00:40:38.977618", "2024-11-25T01:10:38.812012", "2024-11-25T01:40:45.730963", "2024-11-25T02:10:37.088995", "2024-11-25T02:40:41.429579", "2024-11-25T03:10:38.465122", "2024-11-25T03:40:37.402302", "2024-11-25T04:10:36.685532", "2024-11-25T04:40:39.652136", "2024-11-25T05:10:37.960340", "2024-11-25T05:40:38.459842", "2024-11-25T06:10:37.984539", "2024-11-25T06:40:40.519283", "2024-11-25T07:10:43.502789", "2024-11-25T07:40:39.099824", "2024-11-25T08:10:38.801126", "2024-11-25T08:40:44.102962", "2024-11-25T09:10:42.378532", "2024-11-25T09:40:37.642553", "2024-11-25T10:10:39.963741", "2024-11-25T10:40:44.353075", "2024-11-25T11:10:53.926088", "2024-11-25T11:40:39.026417", "2024-11-25T12:10:53.442348", "2024-11-25T12:40:40.046928", "2024-11-25T13:10:37.029361", "2024-11-25T13:40:35.202977", "2024-11-25T14:10:51.373768", "2024-11-25T14:40:41.483161", "2024-11-25T15:10:41.767110", "2024-11-25T15:40:37.928585", "2024-11-25T16:10:42.011714", "2024-11-25T16:40:42.906804", "2024-11-25T17:10:38.623089", "2024-11-25T17:40:39.640170", "2024-11-25T18:10:43.413978", "2024-11-25T18:40:37.190644", "2024-11-25T19:10:48.661989", "2024-11-25T19:40:40.086347", "2024-11-25T20:10:38.398622", "2024-11-25T20:40:36.718008", "2024-11-25T21:10:40.473922", "2024-11-25T21:40:39.270833", "2024-11-25T22:10:38.413422", "2024-11-25T22:40:37.112224", "2024-11-25T23:10:38.497129", "2024-11-25T23:40:38.161685", "2024-11-26T00:10:40.398380", "2024-11-26T00:40:40.290316", "2024-11-26T01:10:36.612648", "2024-11-26T01:40:43.463934", "2024-11-26T02:10:39.873791", "2024-11-26T02:40:37.964912", "2024-11-26T03:10:40.017976", "2024-11-26T03:40:39.174932", "2024-11-26T04:10:37.531666", "2024-11-26T04:40:38.728656", "2024-11-26T05:10:40.144073", "2024-11-26T05:40:36.210500", "2024-11-26T06:10:39.890939", "2024-11-26T06:40:39.928896", "2024-11-26T07:10:40.117408", "2024-11-26T07:40:41.293076", "2024-11-26T08:10:38.183259", "2024-11-26T08:40:41.971167", "2024-11-26T09:10:38.739739", "2024-11-26T09:40:35.839135", "2024-11-26T10:10:39.124793", "2024-11-26T10:40:36.913053", "2024-11-26T11:10:46.791107", "2024-11-26T11:40:35.269087", "2024-11-26T12:10:37.039634", "2024-11-26T12:40:37.875947", "2024-11-26T13:10:37.513941", "2024-11-26T13:40:36.770535", "2024-11-26T14:10:39.938744", "2024-11-26T14:40:36.903116", "2024-11-26T15:10:40.208920", "2024-11-26T15:40:37.525809", "2024-11-26T16:28:26.185935", "2024-11-26T18:28:27.483156", "2024-11-26T20:28:28.808378", "2024-11-26T22:28:34.388073", "2024-11-27T00:28:27.456845", "2024-11-27T02:28:28.634644", "2024-11-27T04:28:36.038633", "2024-11-27T06:28:26.979243", "2024-11-27T08:28:34.085104", "2024-11-27T10:28:27.319493", "2024-11-27T12:28:35.219047", "2024-11-27T14:28:26.469011", "2024-11-27T16:28:36.407439", "2024-11-27T18:28:29.116642", "2024-11-27T20:28:27.257668", "2024-11-27T22:28:28.643860", "2024-11-28T00:28:30.392714", "2024-11-28T02:28:24.747195", "2024-11-28T04:28:26.938916", "2024-11-28T06:28:33.676168", "2024-11-28T08:28:30.564524", "2024-11-28T10:28:27.880829", "2024-11-28T12:28:28.772073", "2024-11-28T14:28:28.271517", "2024-11-28T16:28:28.055016", "2024-11-28T18:28:30.885545", "2024-11-28T20:28:28.577383", "2024-11-28T22:28:27.965719", "2024-11-29T00:28:24.846029", "2024-11-29T02:28:32.677658", "2024-11-29T04:28:37.027251", "2024-11-29T06:28:26.329596", "2024-11-29T08:28:29.820204", "2024-11-29T10:28:24.390039", "2024-11-29T12:28:26.894509", "2024-11-29T14:28:30.655306", "2024-11-29T16:28:28.049238", "2024-11-29T18:28:34.419646", "2024-11-29T20:28:29.595482", "2024-11-29T22:28:28.738446", "2024-11-30T00:28:29.671384", "2024-11-30T02:28:36.451289", "2024-11-30T04:28:28.599447", "2024-11-30T06:28:30.954462", "2024-11-30T08:28:32.178025", "2024-11-30T10:28:31.913120", "2024-11-30T12:28:35.238720", "2024-11-30T14:28:30.732235", "2024-11-30T16:28:25.176085", "2024-11-30T18:28:26.559551", "2024-11-30T20:28:32.378139", "2024-11-30T22:28:29.527740", "2024-12-01T00:28:27.384798", "2024-12-01T02:28:29.656687", "2024-12-01T04:28:31.741038", "2024-12-01T06:28:29.574328", "2024-12-01T08:28:28.980580", "2024-12-01T10:28:28.973625", "2024-12-01T12:28:28.385993", "2024-12-01T14:28:27.101659", "2024-12-01T16:28:30.499835", "2024-12-01T18:28:27.195336", "2024-12-01T20:28:24.503113", "2024-12-01T22:28:29.435787"], "y": [99, 99, 99, 99, 99, 98, 98, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 102, 102, 102, 102, 102, 102, 102, 102, 100, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102], "type": "scatter"}], "layout": {"template": {"data": {"scatter": [{"type": "scatter"}]}}, "xaxis": {"title": {"text": "Date"}, "tickangle": -20, "type": "date", "tickformat": "%Y-%m-%d"}, "yaxis": {"title": {"text": "Count"}, "autorange": true, "rangemode": "tozero", "tickformat": ","}, "legend": {"traceorder": "reversed"}, "autosize": true, "showlegend": true, "annotations": [{"font": {"size": 18}, "showarrow": false, "text": "Avail Node Version Distribution", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.15, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 14}, "showarrow": false, "text": "", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.1, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 10}, "showarrow": false, "text": "Data: week ending 01 Dec 2024. Source: Nebula", "x": 0.99, "xanchor": "right", "xref": "paper", "y": -0.14, "yanchor": "top", "yref": "paper"}]}} \ No newline at end of file +{"data": [{"fill": "tonexty", "hovertemplate": "Version: others
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
Total count: %{meta[0]:,}
Percentage: %{meta[1]:.1f}%
", "legendgroup": "others", "line": {"width": 0.5}, "marker": {"color": "#c44e52"}, "meta": [[419, 5.011933174224343], [418, 5.263157894736842], [421, 5.225653206650831], [418, 5.263157894736842], [418, 5.263157894736842], [415, 5.0602409638554215], [418, 5.263157894736842], [413, 4.842615012106537], [415, 4.819277108433735], [416, 4.807692307692308], [415, 5.0602409638554215], [416, 4.807692307692308], [415, 4.819277108433735], [415, 4.819277108433735], [417, 5.0359712230215825], [417, 4.796163069544365], [418, 4.784688995215311], [415, 4.819277108433735], [417, 5.0359712230215825], [417, 5.0359712230215825], [418, 4.784688995215311], [416, 4.807692307692308], [419, 5.011933174224343], [416, 4.807692307692308], [417, 5.0359712230215825], [423, 5.200945626477541], [421, 4.98812351543943], [421, 4.750593824228028], [421, 4.98812351543943], [419, 4.77326968973747], [422, 4.976303317535545], [422, 4.976303317535545], [421, 4.750593824228028], [420, 4.761904761904762], [422, 4.976303317535545], [421, 4.98812351543943], [420, 4.761904761904762], [420, 4.761904761904762], [425, 5.176470588235294], [419, 4.77326968973747], [422, 4.976303317535545], [421, 4.750593824228028], [420, 4.761904761904762], [420, 4.761904761904762], [421, 4.750593824228028], [420, 5.0], [419, 4.77326968973747], [424, 4.952830188679245], [421, 4.750593824228028], [422, 4.976303317535545], [422, 4.739336492890995], [421, 4.750593824228028], [423, 4.964539007092199], [419, 4.77326968973747], [423, 4.964539007092199], [421, 4.750593824228028], [422, 4.739336492890995], [420, 4.761904761904762], [421, 4.98812351543943], [421, 5.225653206650831], [420, 5.0], [420, 4.761904761904762], [423, 5.200945626477541], [419, 4.77326968973747], [422, 4.976303317535545], [421, 4.98812351543943], [422, 4.739336492890995], [421, 4.750593824228028], [420, 4.761904761904762], [421, 4.98812351543943], [423, 4.964539007092199], [421, 4.98812351543943], [424, 4.952830188679245], [422, 4.976303317535545], [422, 4.976303317535545], [423, 4.964539007092199], [421, 5.225653206650831], [422, 4.976303317535545], [422, 4.976303317535545], [423, 4.7281323877068555], [421, 4.750593824228028], [420, 4.761904761904762], [420, 4.761904761904762], [422, 4.739336492890995], [423, 4.7281323877068555], [421, 4.750593824228028], [422, 4.739336492890995], [424, 4.952830188679245], [423, 4.7281323877068555], [424, 4.952830188679245], [426, 4.929577464788732], [428, 4.906542056074766], [424, 4.716981132075472], [426, 4.929577464788732], [422, 4.976303317535545], [422, 4.739336492890995], [421, 4.98812351543943], [427, 5.152224824355972], [421, 4.98812351543943], [420, 4.761904761904762], [425, 4.705882352941177], [421, 4.750593824228028], [426, 4.929577464788732], [423, 4.491725768321513], [425, 4.705882352941177], [426, 4.929577464788732], [421, 4.513064133016627], [423, 4.7281323877068555], [421, 4.750593824228028], [421, 4.98812351543943], [421, 4.513064133016627], [420, 4.523809523809524], [420, 4.523809523809524], [422, 4.502369668246446], [426, 4.460093896713615], [422, 4.739336492890995], [426, 4.694835680751173], [422, 4.739336492890995], [422, 4.502369668246446], [422, 4.502369668246446], [419, 4.77326968973747], [423, 4.491725768321513], [421, 4.750593824228028], [423, 4.491725768321513], [421, 4.513064133016627], [420, 4.523809523809524], [420, 4.523809523809524], [419, 4.534606205250596], [420, 4.523809523809524], [420, 4.523809523809524], [422, 4.739336492890995], [422, 4.502369668246446], [418, 4.545454545454546], [420, 4.523809523809524], [419, 4.534606205250596], [420, 4.761904761904762], [422, 4.739336492890995], [418, 4.545454545454546], [422, 4.739336492890995], [418, 4.545454545454546], [418, 4.784688995215311], [417, 4.796163069544365], [419, 4.77326968973747], [416, 4.567307692307692]], "mode": "lines", "name": "others", "stackgroup": "one", "visible": true, "x": ["2024-11-25T00:10:39.677221", "2024-11-25T00:40:38.977618", "2024-11-25T01:10:38.812012", "2024-11-25T01:40:45.730963", "2024-11-25T02:10:37.088995", "2024-11-25T02:40:41.429579", "2024-11-25T03:10:38.465122", "2024-11-25T03:40:37.402302", "2024-11-25T04:10:36.685532", "2024-11-25T04:40:39.652136", "2024-11-25T05:10:37.960340", "2024-11-25T05:40:38.459842", "2024-11-25T06:10:37.984539", "2024-11-25T06:40:40.519283", "2024-11-25T07:10:43.502789", "2024-11-25T07:40:39.099824", "2024-11-25T08:10:38.801126", "2024-11-25T08:40:44.102962", "2024-11-25T09:10:42.378532", "2024-11-25T09:40:37.642553", "2024-11-25T10:10:39.963741", "2024-11-25T10:40:44.353075", "2024-11-25T11:10:53.926088", "2024-11-25T11:40:39.026417", "2024-11-25T12:10:53.442348", "2024-11-25T12:40:40.046928", "2024-11-25T13:10:37.029361", "2024-11-25T13:40:35.202977", "2024-11-25T14:10:51.373768", "2024-11-25T14:40:41.483161", "2024-11-25T15:10:41.767110", "2024-11-25T15:40:37.928585", "2024-11-25T16:10:42.011714", "2024-11-25T16:40:42.906804", "2024-11-25T17:10:38.623089", "2024-11-25T17:40:39.640170", "2024-11-25T18:10:43.413978", "2024-11-25T18:40:37.190644", "2024-11-25T19:10:48.661989", "2024-11-25T19:40:40.086347", "2024-11-25T20:10:38.398622", "2024-11-25T20:40:36.718008", "2024-11-25T21:10:40.473922", "2024-11-25T21:40:39.270833", "2024-11-25T22:10:38.413422", "2024-11-25T22:40:37.112224", "2024-11-25T23:10:38.497129", "2024-11-25T23:40:38.161685", "2024-11-26T00:10:40.398380", "2024-11-26T00:40:40.290316", "2024-11-26T01:10:36.612648", "2024-11-26T01:40:43.463934", "2024-11-26T02:10:39.873791", "2024-11-26T02:40:37.964912", "2024-11-26T03:10:40.017976", "2024-11-26T03:40:39.174932", "2024-11-26T04:10:37.531666", "2024-11-26T04:40:38.728656", "2024-11-26T05:10:40.144073", "2024-11-26T05:40:36.210500", "2024-11-26T06:10:39.890939", "2024-11-26T06:40:39.928896", "2024-11-26T07:10:40.117408", "2024-11-26T07:40:41.293076", "2024-11-26T08:10:38.183259", "2024-11-26T08:40:41.971167", "2024-11-26T09:10:38.739739", "2024-11-26T09:40:35.839135", "2024-11-26T10:10:39.124793", "2024-11-26T10:40:36.913053", "2024-11-26T11:10:46.791107", "2024-11-26T11:40:35.269087", "2024-11-26T12:10:37.039634", "2024-11-26T12:40:37.875947", "2024-11-26T13:10:37.513941", "2024-11-26T13:40:36.770535", "2024-11-26T14:10:39.938744", "2024-11-26T14:40:36.903116", "2024-11-26T15:10:40.208920", "2024-11-26T15:40:37.525809", "2024-11-26T16:28:26.185935", "2024-11-26T18:28:27.483156", "2024-11-26T20:28:28.808378", "2024-11-26T22:28:34.388073", "2024-11-27T00:28:27.456845", "2024-11-27T02:28:28.634644", "2024-11-27T04:28:36.038633", "2024-11-27T06:28:26.979243", "2024-11-27T08:28:34.085104", "2024-11-27T10:28:27.319493", "2024-11-27T12:28:35.219047", "2024-11-27T14:28:26.469011", "2024-11-27T16:28:36.407439", "2024-11-27T18:28:29.116642", "2024-11-27T20:28:27.257668", "2024-11-27T22:28:28.643860", "2024-11-28T00:28:30.392714", "2024-11-28T02:28:24.747195", "2024-11-28T04:28:26.938916", "2024-11-28T06:28:33.676168", "2024-11-28T08:28:30.564524", "2024-11-28T10:28:27.880829", "2024-11-28T12:28:28.772073", "2024-11-28T14:28:28.271517", "2024-11-28T16:28:28.055016", "2024-11-28T18:28:30.885545", "2024-11-28T20:28:28.577383", "2024-11-28T22:28:27.965719", "2024-11-29T00:28:24.846029", "2024-11-29T02:28:32.677658", "2024-11-29T04:28:37.027251", "2024-11-29T06:28:26.329596", "2024-11-29T08:28:29.820204", "2024-11-29T10:28:24.390039", "2024-11-29T12:28:26.894509", "2024-11-29T14:28:30.655306", "2024-11-29T16:28:28.049238", "2024-11-29T18:28:34.419646", "2024-11-29T20:28:29.595482", "2024-11-29T22:28:28.738446", "2024-11-30T00:28:29.671384", "2024-11-30T02:28:36.451289", "2024-11-30T04:28:28.599447", "2024-11-30T06:28:30.954462", "2024-11-30T08:28:32.178025", "2024-11-30T10:28:31.913120", "2024-11-30T12:28:35.238720", "2024-11-30T14:28:30.732235", "2024-11-30T16:28:25.176085", "2024-11-30T18:28:26.559551", "2024-11-30T20:28:32.378139", "2024-11-30T22:28:29.527740", "2024-12-01T00:28:27.384798", "2024-12-01T02:28:29.656687", "2024-12-01T04:28:31.741038", "2024-12-01T06:28:29.574328", "2024-12-01T08:28:28.980580", "2024-12-01T10:28:28.973625", "2024-12-01T12:28:28.385993", "2024-12-01T14:28:27.101659", "2024-12-01T16:28:30.499835", "2024-12-01T18:28:27.195336", "2024-12-01T20:28:24.503113", "2024-12-01T22:28:29.435787"], "y": [21, 22, 22, 22, 22, 21, 22, 20, 20, 20, 21, 20, 20, 20, 21, 20, 20, 20, 21, 21, 20, 20, 21, 20, 21, 22, 21, 20, 21, 20, 21, 21, 20, 20, 21, 21, 20, 20, 22, 20, 21, 20, 20, 20, 20, 21, 20, 21, 20, 21, 20, 20, 21, 20, 21, 20, 20, 20, 21, 22, 21, 20, 22, 20, 21, 21, 20, 20, 20, 21, 21, 21, 21, 21, 21, 21, 22, 21, 21, 20, 20, 20, 20, 20, 20, 20, 20, 21, 20, 21, 21, 21, 20, 21, 21, 20, 21, 22, 21, 20, 20, 20, 21, 19, 20, 21, 19, 20, 20, 21, 19, 19, 19, 19, 19, 20, 20, 20, 19, 19, 20, 19, 20, 19, 19, 19, 19, 19, 19, 19, 20, 19, 19, 19, 19, 20, 20, 19, 20, 19, 20, 20, 20, 19], "type": "scatter"}, {"fill": "tonexty", "hovertemplate": "Version: v1.9.0
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
Total count: %{meta[0]:,}
Percentage: %{meta[1]:.1f}%
", "legendgroup": "v1.9.0", "line": {"width": 0.5}, "marker": {"color": "#da8bc3"}, "meta": [[419, 2.386634844868735], [418, 2.631578947368421], [421, 2.375296912114014], [418, 2.3923444976076556], [418, 2.15311004784689], [415, 2.1686746987951806], [418, 2.3923444976076556], [413, 2.1791767554479415], [415, 2.1686746987951806], [416, 2.403846153846154], [415, 2.1686746987951806], [416, 2.403846153846154], [415, 2.1686746987951806], [415, 2.1686746987951806], [417, 2.3980815347721824], [417, 2.3980815347721824], [418, 2.3923444976076556], [415, 2.1686746987951806], [417, 2.158273381294964], [417, 2.158273381294964], [418, 2.3923444976076556], [416, 2.1634615384615383], [419, 2.1479713603818613], [416, 2.1634615384615383], [417, 2.3980815347721824], [423, 2.3640661938534278], [421, 2.375296912114014], [421, 2.137767220902613], [421, 2.137767220902613], [419, 2.1479713603818613], [422, 2.132701421800948], [422, 2.3696682464454977], [421, 2.137767220902613], [420, 2.380952380952381], [422, 2.132701421800948], [421, 2.137767220902613], [420, 2.380952380952381], [420, 2.142857142857143], [425, 2.3529411764705883], [419, 2.1479713603818613], [422, 2.132701421800948], [421, 2.137767220902613], [420, 2.142857142857143], [420, 2.142857142857143], [421, 2.137767220902613], [420, 2.142857142857143], [419, 2.1479713603818613], [424, 2.358490566037736], [421, 2.137767220902613], [422, 2.132701421800948], [422, 2.3696682464454977], [421, 2.137767220902613], [423, 2.3640661938534278], [419, 2.1479713603818613], [423, 2.3640661938534278], [421, 2.137767220902613], [422, 2.3696682464454977], [420, 2.142857142857143], [421, 2.137767220902613], [421, 2.375296912114014], [420, 2.142857142857143], [420, 2.142857142857143], [423, 2.3640661938534278], [419, 2.1479713603818613], [422, 2.3696682464454977], [421, 2.375296912114014], [422, 2.132701421800948], [421, 2.137767220902613], [420, 2.380952380952381], [421, 2.137767220902613], [423, 2.3640661938534278], [421, 2.375296912114014], [424, 2.1226415094339623], [422, 2.3696682464454977], [422, 2.132701421800948], [423, 2.3640661938534278], [421, 2.137767220902613], [422, 2.132701421800948], [422, 2.132701421800948], [423, 2.3640661938534278], [421, 2.375296912114014], [420, 2.142857142857143], [420, 2.142857142857143], [422, 2.132701421800948], [423, 2.127659574468085], [421, 2.137767220902613], [422, 1.8957345971563981], [424, 1.8867924528301887], [423, 1.8912529550827424], [424, 2.1226415094339623], [426, 2.112676056338028], [428, 2.102803738317757], [424, 1.8867924528301887], [426, 1.8779342723004695], [422, 1.8957345971563981], [422, 2.132701421800948], [421, 1.9002375296912115], [427, 1.873536299765808], [421, 1.9002375296912115], [420, 1.9047619047619049], [425, 1.8823529411764703], [421, 1.9002375296912115], [426, 2.112676056338028], [423, 2.127659574468085], [425, 2.1176470588235294], [426, 1.8779342723004695], [421, 1.9002375296912115], [423, 1.8912529550827424], [421, 2.137767220902613], [421, 1.9002375296912115], [421, 1.9002375296912115], [420, 1.9047619047619049], [420, 1.9047619047619049], [422, 2.132701421800948], [426, 2.3474178403755865], [422, 1.8957345971563981], [426, 2.112676056338028], [422, 2.132701421800948], [422, 1.8957345971563981], [422, 2.132701421800948], [419, 1.9093078758949882], [423, 1.8912529550827424], [421, 1.9002375296912115], [423, 2.127659574468085], [421, 1.9002375296912115], [420, 2.142857142857143], [420, 1.9047619047619049], [419, 1.9093078758949882], [420, 1.9047619047619049], [420, 1.9047619047619049], [422, 2.132701421800948], [422, 2.132701421800948], [418, 1.9138755980861244], [420, 1.9047619047619049], [419, 1.9093078758949882], [420, 1.9047619047619049], [422, 2.132701421800948], [418, 2.15311004784689], [422, 2.132701421800948], [418, 2.15311004784689], [418, 1.9138755980861244], [417, 1.9184652278177456], [419, 1.9093078758949882], [416, 1.9230769230769231]], "mode": "lines", "name": "v1.9.0", "stackgroup": "one", "visible": true, "x": ["2024-11-25T00:10:39.677221", "2024-11-25T00:40:38.977618", "2024-11-25T01:10:38.812012", "2024-11-25T01:40:45.730963", "2024-11-25T02:10:37.088995", "2024-11-25T02:40:41.429579", "2024-11-25T03:10:38.465122", "2024-11-25T03:40:37.402302", "2024-11-25T04:10:36.685532", "2024-11-25T04:40:39.652136", "2024-11-25T05:10:37.960340", "2024-11-25T05:40:38.459842", "2024-11-25T06:10:37.984539", "2024-11-25T06:40:40.519283", "2024-11-25T07:10:43.502789", "2024-11-25T07:40:39.099824", "2024-11-25T08:10:38.801126", "2024-11-25T08:40:44.102962", "2024-11-25T09:10:42.378532", "2024-11-25T09:40:37.642553", "2024-11-25T10:10:39.963741", "2024-11-25T10:40:44.353075", "2024-11-25T11:10:53.926088", "2024-11-25T11:40:39.026417", "2024-11-25T12:10:53.442348", "2024-11-25T12:40:40.046928", "2024-11-25T13:10:37.029361", "2024-11-25T13:40:35.202977", "2024-11-25T14:10:51.373768", "2024-11-25T14:40:41.483161", "2024-11-25T15:10:41.767110", "2024-11-25T15:40:37.928585", "2024-11-25T16:10:42.011714", "2024-11-25T16:40:42.906804", "2024-11-25T17:10:38.623089", "2024-11-25T17:40:39.640170", "2024-11-25T18:10:43.413978", "2024-11-25T18:40:37.190644", "2024-11-25T19:10:48.661989", "2024-11-25T19:40:40.086347", "2024-11-25T20:10:38.398622", "2024-11-25T20:40:36.718008", "2024-11-25T21:10:40.473922", "2024-11-25T21:40:39.270833", "2024-11-25T22:10:38.413422", "2024-11-25T22:40:37.112224", "2024-11-25T23:10:38.497129", "2024-11-25T23:40:38.161685", "2024-11-26T00:10:40.398380", "2024-11-26T00:40:40.290316", "2024-11-26T01:10:36.612648", "2024-11-26T01:40:43.463934", "2024-11-26T02:10:39.873791", "2024-11-26T02:40:37.964912", "2024-11-26T03:10:40.017976", "2024-11-26T03:40:39.174932", "2024-11-26T04:10:37.531666", "2024-11-26T04:40:38.728656", "2024-11-26T05:10:40.144073", "2024-11-26T05:40:36.210500", "2024-11-26T06:10:39.890939", "2024-11-26T06:40:39.928896", "2024-11-26T07:10:40.117408", "2024-11-26T07:40:41.293076", "2024-11-26T08:10:38.183259", "2024-11-26T08:40:41.971167", "2024-11-26T09:10:38.739739", "2024-11-26T09:40:35.839135", "2024-11-26T10:10:39.124793", "2024-11-26T10:40:36.913053", "2024-11-26T11:10:46.791107", "2024-11-26T11:40:35.269087", "2024-11-26T12:10:37.039634", "2024-11-26T12:40:37.875947", "2024-11-26T13:10:37.513941", "2024-11-26T13:40:36.770535", "2024-11-26T14:10:39.938744", "2024-11-26T14:40:36.903116", "2024-11-26T15:10:40.208920", "2024-11-26T15:40:37.525809", "2024-11-26T16:28:26.185935", "2024-11-26T18:28:27.483156", "2024-11-26T20:28:28.808378", "2024-11-26T22:28:34.388073", "2024-11-27T00:28:27.456845", "2024-11-27T02:28:28.634644", "2024-11-27T04:28:36.038633", "2024-11-27T06:28:26.979243", "2024-11-27T08:28:34.085104", "2024-11-27T10:28:27.319493", "2024-11-27T12:28:35.219047", "2024-11-27T14:28:26.469011", "2024-11-27T16:28:36.407439", "2024-11-27T18:28:29.116642", "2024-11-27T20:28:27.257668", "2024-11-27T22:28:28.643860", "2024-11-28T00:28:30.392714", "2024-11-28T02:28:24.747195", "2024-11-28T04:28:26.938916", "2024-11-28T06:28:33.676168", "2024-11-28T08:28:30.564524", "2024-11-28T10:28:27.880829", "2024-11-28T12:28:28.772073", "2024-11-28T14:28:28.271517", "2024-11-28T16:28:28.055016", "2024-11-28T18:28:30.885545", "2024-11-28T20:28:28.577383", "2024-11-28T22:28:27.965719", "2024-11-29T00:28:24.846029", "2024-11-29T02:28:32.677658", "2024-11-29T04:28:37.027251", "2024-11-29T06:28:26.329596", "2024-11-29T08:28:29.820204", "2024-11-29T10:28:24.390039", "2024-11-29T12:28:26.894509", "2024-11-29T14:28:30.655306", "2024-11-29T16:28:28.049238", "2024-11-29T18:28:34.419646", "2024-11-29T20:28:29.595482", "2024-11-29T22:28:28.738446", "2024-11-30T00:28:29.671384", "2024-11-30T02:28:36.451289", "2024-11-30T04:28:28.599447", "2024-11-30T06:28:30.954462", "2024-11-30T08:28:32.178025", "2024-11-30T10:28:31.913120", "2024-11-30T12:28:35.238720", "2024-11-30T14:28:30.732235", "2024-11-30T16:28:25.176085", "2024-11-30T18:28:26.559551", "2024-11-30T20:28:32.378139", "2024-11-30T22:28:29.527740", "2024-12-01T00:28:27.384798", "2024-12-01T02:28:29.656687", "2024-12-01T04:28:31.741038", "2024-12-01T06:28:29.574328", "2024-12-01T08:28:28.980580", "2024-12-01T10:28:28.973625", "2024-12-01T12:28:28.385993", "2024-12-01T14:28:27.101659", "2024-12-01T16:28:30.499835", "2024-12-01T18:28:27.195336", "2024-12-01T20:28:24.503113", "2024-12-01T22:28:29.435787"], "y": [10, 11, 10, 10, 9, 9, 10, 9, 9, 10, 9, 10, 9, 9, 10, 10, 10, 9, 9, 9, 10, 9, 9, 9, 10, 10, 10, 9, 9, 9, 9, 10, 9, 10, 9, 9, 10, 9, 10, 9, 9, 9, 9, 9, 9, 9, 9, 10, 9, 9, 10, 9, 10, 9, 10, 9, 10, 9, 9, 10, 9, 9, 10, 9, 10, 10, 9, 9, 10, 9, 10, 10, 9, 10, 9, 10, 9, 9, 9, 10, 10, 9, 9, 9, 9, 9, 8, 8, 8, 9, 9, 9, 8, 8, 8, 9, 8, 8, 8, 8, 8, 8, 9, 9, 9, 8, 8, 8, 9, 8, 8, 8, 8, 9, 10, 8, 9, 9, 8, 9, 8, 8, 8, 9, 8, 9, 8, 8, 8, 8, 9, 9, 8, 8, 8, 8, 9, 9, 9, 9, 8, 8, 8, 8], "type": "scatter"}, {"fill": "tonexty", "hovertemplate": "Version: v1.10.0
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
Total count: %{meta[0]:,}
Percentage: %{meta[1]:.1f}%
", "legendgroup": "v1.10.0", "line": {"width": 0.5}, "marker": {"color": "#937860"}, "meta": [[419, 9.307875894988067], [418, 9.090909090909092], [421, 9.263657957244655], [418, 9.330143540669857], [418, 9.330143540669857], [415, 9.397590361445783], [418, 9.330143540669857], [413, 9.443099273607748], [415, 9.397590361445783], [416, 9.375], [415, 9.156626506024097], [416, 9.375], [415, 9.397590361445783], [415, 9.397590361445783], [417, 9.112709832134293], [417, 9.352517985611511], [418, 9.569377990430622], [415, 9.397590361445783], [417, 9.352517985611511], [417, 9.352517985611511], [418, 9.569377990430622], [416, 9.615384615384617], [419, 9.54653937947494], [416, 9.615384615384617], [417, 9.59232613908873], [423, 9.456264775413711], [421, 9.263657957244655], [421, 9.501187648456057], [421, 9.501187648456057], [419, 9.307875894988067], [422, 9.24170616113744], [422, 9.47867298578199], [421, 9.73871733966746], [420, 9.285714285714286], [422, 9.47867298578199], [421, 9.501187648456057], [420, 9.285714285714286], [420, 9.285714285714286], [425, 9.411764705882353], [419, 9.307875894988067], [422, 9.24170616113744], [421, 9.501187648456057], [420, 9.523809523809524], [420, 9.523809523809524], [421, 9.501187648456057], [420, 9.285714285714286], [419, 9.307875894988067], [424, 9.433962264150944], [421, 9.73871733966746], [422, 9.47867298578199], [422, 9.47867298578199], [421, 9.73871733966746], [423, 9.692671394799055], [419, 9.54653937947494], [423, 9.456264775413711], [421, 9.73871733966746], [422, 9.715639810426541], [420, 9.761904761904763], [421, 9.501187648456057], [421, 9.263657957244655], [420, 9.523809523809524], [420, 9.761904761904763], [423, 9.692671394799055], [419, 9.54653937947494], [422, 9.47867298578199], [421, 9.501187648456057], [422, 9.715639810426541], [421, 9.73871733966746], [420, 9.285714285714286], [421, 9.501187648456057], [423, 9.929078014184398], [421, 9.263657957244655], [424, 9.669811320754718], [422, 9.47867298578199], [422, 9.47867298578199], [423, 9.219858156028367], [421, 9.263657957244655], [422, 9.47867298578199], [422, 9.47867298578199], [423, 9.456264775413711], [421, 9.501187648456057], [420, 9.285714285714286], [420, 9.047619047619047], [422, 9.24170616113744], [423, 9.219858156028367], [421, 9.026128266033254], [422, 9.47867298578199], [424, 9.433962264150944], [423, 9.692671394799055], [424, 9.669811320754718], [426, 9.389671361502346], [428, 9.579439252336448], [424, 9.669811320754718], [426, 9.389671361502346], [422, 9.47867298578199], [422, 9.47867298578199], [421, 9.263657957244655], [427, 9.601873536299765], [421, 9.73871733966746], [420, 9.523809523809524], [425, 9.647058823529411], [421, 9.73871733966746], [426, 9.624413145539906], [423, 9.692671394799055], [425, 9.647058823529411], [426, 9.624413145539906], [421, 9.73871733966746], [423, 9.929078014184398], [421, 9.73871733966746], [421, 9.501187648456057], [421, 9.73871733966746], [420, 9.285714285714286], [420, 9.761904761904763], [422, 9.47867298578199], [426, 9.624413145539906], [422, 9.47867298578199], [426, 9.624413145539906], [422, 9.47867298578199], [422, 9.47867298578199], [422, 9.47867298578199], [419, 9.54653937947494], [423, 9.692671394799055], [421, 9.501187648456057], [423, 9.692671394799055], [421, 9.73871733966746], [420, 9.285714285714286], [420, 9.523809523809524], [419, 9.785202863961814], [420, 9.523809523809524], [420, 9.523809523809524], [422, 9.715639810426541], [422, 9.47867298578199], [418, 9.569377990430622], [420, 9.523809523809524], [419, 9.785202863961814], [420, 9.761904761904763], [422, 9.95260663507109], [418, 9.808612440191387], [422, 9.715639810426541], [418, 9.569377990430622], [418, 9.569377990430622], [417, 9.832134292565947], [419, 9.785202863961814], [416, 9.85576923076923]], "mode": "lines", "name": "v1.10.0", "stackgroup": "one", "visible": true, "x": ["2024-11-25T00:10:39.677221", "2024-11-25T00:40:38.977618", "2024-11-25T01:10:38.812012", "2024-11-25T01:40:45.730963", "2024-11-25T02:10:37.088995", "2024-11-25T02:40:41.429579", "2024-11-25T03:10:38.465122", "2024-11-25T03:40:37.402302", "2024-11-25T04:10:36.685532", "2024-11-25T04:40:39.652136", "2024-11-25T05:10:37.960340", "2024-11-25T05:40:38.459842", "2024-11-25T06:10:37.984539", "2024-11-25T06:40:40.519283", "2024-11-25T07:10:43.502789", "2024-11-25T07:40:39.099824", "2024-11-25T08:10:38.801126", "2024-11-25T08:40:44.102962", "2024-11-25T09:10:42.378532", "2024-11-25T09:40:37.642553", "2024-11-25T10:10:39.963741", "2024-11-25T10:40:44.353075", "2024-11-25T11:10:53.926088", "2024-11-25T11:40:39.026417", "2024-11-25T12:10:53.442348", "2024-11-25T12:40:40.046928", "2024-11-25T13:10:37.029361", "2024-11-25T13:40:35.202977", "2024-11-25T14:10:51.373768", "2024-11-25T14:40:41.483161", "2024-11-25T15:10:41.767110", "2024-11-25T15:40:37.928585", "2024-11-25T16:10:42.011714", "2024-11-25T16:40:42.906804", "2024-11-25T17:10:38.623089", "2024-11-25T17:40:39.640170", "2024-11-25T18:10:43.413978", "2024-11-25T18:40:37.190644", "2024-11-25T19:10:48.661989", "2024-11-25T19:40:40.086347", "2024-11-25T20:10:38.398622", "2024-11-25T20:40:36.718008", "2024-11-25T21:10:40.473922", "2024-11-25T21:40:39.270833", "2024-11-25T22:10:38.413422", "2024-11-25T22:40:37.112224", "2024-11-25T23:10:38.497129", "2024-11-25T23:40:38.161685", "2024-11-26T00:10:40.398380", "2024-11-26T00:40:40.290316", "2024-11-26T01:10:36.612648", "2024-11-26T01:40:43.463934", "2024-11-26T02:10:39.873791", "2024-11-26T02:40:37.964912", "2024-11-26T03:10:40.017976", "2024-11-26T03:40:39.174932", "2024-11-26T04:10:37.531666", "2024-11-26T04:40:38.728656", "2024-11-26T05:10:40.144073", "2024-11-26T05:40:36.210500", "2024-11-26T06:10:39.890939", "2024-11-26T06:40:39.928896", "2024-11-26T07:10:40.117408", "2024-11-26T07:40:41.293076", "2024-11-26T08:10:38.183259", "2024-11-26T08:40:41.971167", "2024-11-26T09:10:38.739739", "2024-11-26T09:40:35.839135", "2024-11-26T10:10:39.124793", "2024-11-26T10:40:36.913053", "2024-11-26T11:10:46.791107", "2024-11-26T11:40:35.269087", "2024-11-26T12:10:37.039634", "2024-11-26T12:40:37.875947", "2024-11-26T13:10:37.513941", "2024-11-26T13:40:36.770535", "2024-11-26T14:10:39.938744", "2024-11-26T14:40:36.903116", "2024-11-26T15:10:40.208920", "2024-11-26T15:40:37.525809", "2024-11-26T16:28:26.185935", "2024-11-26T18:28:27.483156", "2024-11-26T20:28:28.808378", "2024-11-26T22:28:34.388073", "2024-11-27T00:28:27.456845", "2024-11-27T02:28:28.634644", "2024-11-27T04:28:36.038633", "2024-11-27T06:28:26.979243", "2024-11-27T08:28:34.085104", "2024-11-27T10:28:27.319493", "2024-11-27T12:28:35.219047", "2024-11-27T14:28:26.469011", "2024-11-27T16:28:36.407439", "2024-11-27T18:28:29.116642", "2024-11-27T20:28:27.257668", "2024-11-27T22:28:28.643860", "2024-11-28T00:28:30.392714", "2024-11-28T02:28:24.747195", "2024-11-28T04:28:26.938916", "2024-11-28T06:28:33.676168", "2024-11-28T08:28:30.564524", "2024-11-28T10:28:27.880829", "2024-11-28T12:28:28.772073", "2024-11-28T14:28:28.271517", "2024-11-28T16:28:28.055016", "2024-11-28T18:28:30.885545", "2024-11-28T20:28:28.577383", "2024-11-28T22:28:27.965719", "2024-11-29T00:28:24.846029", "2024-11-29T02:28:32.677658", "2024-11-29T04:28:37.027251", "2024-11-29T06:28:26.329596", "2024-11-29T08:28:29.820204", "2024-11-29T10:28:24.390039", "2024-11-29T12:28:26.894509", "2024-11-29T14:28:30.655306", "2024-11-29T16:28:28.049238", "2024-11-29T18:28:34.419646", "2024-11-29T20:28:29.595482", "2024-11-29T22:28:28.738446", "2024-11-30T00:28:29.671384", "2024-11-30T02:28:36.451289", "2024-11-30T04:28:28.599447", "2024-11-30T06:28:30.954462", "2024-11-30T08:28:32.178025", "2024-11-30T10:28:31.913120", "2024-11-30T12:28:35.238720", "2024-11-30T14:28:30.732235", "2024-11-30T16:28:25.176085", "2024-11-30T18:28:26.559551", "2024-11-30T20:28:32.378139", "2024-11-30T22:28:29.527740", "2024-12-01T00:28:27.384798", "2024-12-01T02:28:29.656687", "2024-12-01T04:28:31.741038", "2024-12-01T06:28:29.574328", "2024-12-01T08:28:28.980580", "2024-12-01T10:28:28.973625", "2024-12-01T12:28:28.385993", "2024-12-01T14:28:27.101659", "2024-12-01T16:28:30.499835", "2024-12-01T18:28:27.195336", "2024-12-01T20:28:24.503113", "2024-12-01T22:28:29.435787"], "y": [39, 38, 39, 39, 39, 39, 39, 39, 39, 39, 38, 39, 39, 39, 38, 39, 40, 39, 39, 39, 40, 40, 40, 40, 40, 40, 39, 40, 40, 39, 39, 40, 41, 39, 40, 40, 39, 39, 40, 39, 39, 40, 40, 40, 40, 39, 39, 40, 41, 40, 40, 41, 41, 40, 40, 41, 41, 41, 40, 39, 40, 41, 41, 40, 40, 40, 41, 41, 39, 40, 42, 39, 41, 40, 40, 39, 39, 40, 40, 40, 40, 39, 38, 39, 39, 38, 40, 40, 41, 41, 40, 41, 41, 40, 40, 40, 39, 41, 41, 40, 41, 41, 41, 41, 41, 41, 41, 42, 41, 40, 41, 39, 41, 40, 41, 40, 41, 40, 40, 40, 40, 41, 40, 41, 41, 39, 40, 41, 40, 40, 41, 40, 40, 40, 41, 41, 42, 41, 41, 40, 40, 41, 41, 41], "type": "scatter"}, {"fill": "tonexty", "hovertemplate": "Version: v1.11.0
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
Total count: %{meta[0]:,}
Percentage: %{meta[1]:.1f}%
", "legendgroup": "v1.11.0", "line": {"width": 0.5}, "marker": {"color": "#8172b3"}, "meta": [[419, 6.443914081145586], [418, 5.980861244019139], [421, 6.413301662707839], [418, 5.980861244019139], [418, 6.220095693779904], [415, 6.265060240963856], [418, 6.220095693779904], [413, 6.2953995157385], [415, 6.024096385542169], [416, 6.009615384615385], [415, 6.265060240963856], [416, 6.009615384615385], [415, 6.024096385542169], [415, 6.024096385542169], [417, 5.995203836930456], [417, 5.995203836930456], [418, 6.220095693779904], [415, 6.024096385542169], [417, 5.995203836930456], [417, 6.235011990407674], [418, 6.220095693779904], [416, 6.009615384615385], [419, 6.205250596658711], [416, 6.009615384615385], [417, 5.755395683453238], [423, 6.1465721040189125], [421, 6.175771971496437], [421, 6.175771971496437], [421, 6.175771971496437], [419, 5.966587112171838], [422, 6.398104265402843], [422, 6.161137440758294], [421, 5.938242280285035], [420, 6.190476190476191], [422, 6.161137440758294], [421, 6.175771971496437], [420, 5.952380952380952], [420, 6.428571428571428], [425, 6.352941176470588], [419, 6.205250596658711], [422, 6.398104265402843], [421, 6.413301662707839], [420, 6.190476190476191], [420, 5.952380952380952], [421, 6.175771971496437], [420, 6.190476190476191], [419, 6.205250596658711], [424, 6.367924528301887], [421, 6.175771971496437], [422, 6.161137440758294], [422, 6.161137440758294], [421, 6.175771971496437], [423, 5.91016548463357], [419, 5.966587112171838], [423, 6.1465721040189125], [421, 6.175771971496437], [422, 5.924170616113744], [420, 5.952380952380952], [421, 6.175771971496437], [421, 5.938242280285035], [420, 5.952380952380952], [420, 5.952380952380952], [423, 5.91016548463357], [419, 5.966587112171838], [422, 6.161137440758294], [421, 5.938242280285035], [422, 6.161137440758294], [421, 6.175771971496437], [420, 6.190476190476191], [421, 5.938242280285035], [423, 5.91016548463357], [421, 5.938242280285035], [424, 6.367924528301887], [422, 5.924170616113744], [422, 5.924170616113744], [423, 6.1465721040189125], [421, 5.938242280285035], [422, 6.161137440758294], [422, 5.924170616113744], [423, 6.1465721040189125], [421, 5.938242280285035], [420, 6.190476190476191], [420, 6.428571428571428], [422, 6.398104265402843], [423, 6.619385342789598], [421, 6.65083135391924], [422, 6.6350710900473935], [424, 6.367924528301887], [423, 6.619385342789598], [424, 6.367924528301887], [426, 6.338028169014084], [428, 6.775700934579438], [424, 6.367924528301887], [426, 6.572769953051644], [422, 6.161137440758294], [422, 5.924170616113744], [421, 5.7007125890736345], [427, 6.557377049180328], [421, 5.7007125890736345], [420, 5.714285714285714], [425, 6.352941176470588], [421, 5.7007125890736345], [426, 5.868544600938967], [423, 5.91016548463357], [425, 5.88235294117647], [426, 6.338028169014084], [421, 6.175771971496437], [423, 5.91016548463357], [421, 5.7007125890736345], [421, 5.938242280285035], [421, 5.938242280285035], [420, 5.952380952380952], [420, 5.952380952380952], [422, 5.924170616113744], [426, 6.103286384976526], [422, 6.161137440758294], [426, 6.103286384976526], [422, 5.924170616113744], [422, 6.161137440758294], [422, 5.924170616113744], [419, 6.205250596658711], [423, 6.382978723404255], [421, 5.938242280285035], [423, 6.1465721040189125], [421, 5.938242280285035], [420, 6.190476190476191], [420, 5.952380952380952], [419, 5.966587112171838], [420, 5.952380952380952], [420, 5.952380952380952], [422, 5.687203791469194], [422, 6.161137440758294], [418, 5.502392344497608], [420, 6.190476190476191], [419, 5.727923627684964], [420, 5.714285714285714], [422, 5.687203791469194], [418, 5.741626794258373], [422, 6.161137440758294], [418, 5.741626794258373], [418, 5.980861244019139], [417, 5.755395683453238], [419, 5.966587112171838], [416, 5.769230769230769]], "mode": "lines", "name": "v1.11.0", "stackgroup": "one", "visible": true, "x": ["2024-11-25T00:10:39.677221", "2024-11-25T00:40:38.977618", "2024-11-25T01:10:38.812012", "2024-11-25T01:40:45.730963", "2024-11-25T02:10:37.088995", "2024-11-25T02:40:41.429579", "2024-11-25T03:10:38.465122", "2024-11-25T03:40:37.402302", "2024-11-25T04:10:36.685532", "2024-11-25T04:40:39.652136", "2024-11-25T05:10:37.960340", "2024-11-25T05:40:38.459842", "2024-11-25T06:10:37.984539", "2024-11-25T06:40:40.519283", "2024-11-25T07:10:43.502789", "2024-11-25T07:40:39.099824", "2024-11-25T08:10:38.801126", "2024-11-25T08:40:44.102962", "2024-11-25T09:10:42.378532", "2024-11-25T09:40:37.642553", "2024-11-25T10:10:39.963741", "2024-11-25T10:40:44.353075", "2024-11-25T11:10:53.926088", "2024-11-25T11:40:39.026417", "2024-11-25T12:10:53.442348", "2024-11-25T12:40:40.046928", "2024-11-25T13:10:37.029361", "2024-11-25T13:40:35.202977", "2024-11-25T14:10:51.373768", "2024-11-25T14:40:41.483161", "2024-11-25T15:10:41.767110", "2024-11-25T15:40:37.928585", "2024-11-25T16:10:42.011714", "2024-11-25T16:40:42.906804", "2024-11-25T17:10:38.623089", "2024-11-25T17:40:39.640170", "2024-11-25T18:10:43.413978", "2024-11-25T18:40:37.190644", "2024-11-25T19:10:48.661989", "2024-11-25T19:40:40.086347", "2024-11-25T20:10:38.398622", "2024-11-25T20:40:36.718008", "2024-11-25T21:10:40.473922", "2024-11-25T21:40:39.270833", "2024-11-25T22:10:38.413422", "2024-11-25T22:40:37.112224", "2024-11-25T23:10:38.497129", "2024-11-25T23:40:38.161685", "2024-11-26T00:10:40.398380", "2024-11-26T00:40:40.290316", "2024-11-26T01:10:36.612648", "2024-11-26T01:40:43.463934", "2024-11-26T02:10:39.873791", "2024-11-26T02:40:37.964912", "2024-11-26T03:10:40.017976", "2024-11-26T03:40:39.174932", "2024-11-26T04:10:37.531666", "2024-11-26T04:40:38.728656", "2024-11-26T05:10:40.144073", "2024-11-26T05:40:36.210500", "2024-11-26T06:10:39.890939", "2024-11-26T06:40:39.928896", "2024-11-26T07:10:40.117408", "2024-11-26T07:40:41.293076", "2024-11-26T08:10:38.183259", "2024-11-26T08:40:41.971167", "2024-11-26T09:10:38.739739", "2024-11-26T09:40:35.839135", "2024-11-26T10:10:39.124793", "2024-11-26T10:40:36.913053", "2024-11-26T11:10:46.791107", "2024-11-26T11:40:35.269087", "2024-11-26T12:10:37.039634", "2024-11-26T12:40:37.875947", "2024-11-26T13:10:37.513941", "2024-11-26T13:40:36.770535", "2024-11-26T14:10:39.938744", "2024-11-26T14:40:36.903116", "2024-11-26T15:10:40.208920", "2024-11-26T15:40:37.525809", "2024-11-26T16:28:26.185935", "2024-11-26T18:28:27.483156", "2024-11-26T20:28:28.808378", "2024-11-26T22:28:34.388073", "2024-11-27T00:28:27.456845", "2024-11-27T02:28:28.634644", "2024-11-27T04:28:36.038633", "2024-11-27T06:28:26.979243", "2024-11-27T08:28:34.085104", "2024-11-27T10:28:27.319493", "2024-11-27T12:28:35.219047", "2024-11-27T14:28:26.469011", "2024-11-27T16:28:36.407439", "2024-11-27T18:28:29.116642", "2024-11-27T20:28:27.257668", "2024-11-27T22:28:28.643860", "2024-11-28T00:28:30.392714", "2024-11-28T02:28:24.747195", "2024-11-28T04:28:26.938916", "2024-11-28T06:28:33.676168", "2024-11-28T08:28:30.564524", "2024-11-28T10:28:27.880829", "2024-11-28T12:28:28.772073", "2024-11-28T14:28:28.271517", "2024-11-28T16:28:28.055016", "2024-11-28T18:28:30.885545", "2024-11-28T20:28:28.577383", "2024-11-28T22:28:27.965719", "2024-11-29T00:28:24.846029", "2024-11-29T02:28:32.677658", "2024-11-29T04:28:37.027251", "2024-11-29T06:28:26.329596", "2024-11-29T08:28:29.820204", "2024-11-29T10:28:24.390039", "2024-11-29T12:28:26.894509", "2024-11-29T14:28:30.655306", "2024-11-29T16:28:28.049238", "2024-11-29T18:28:34.419646", "2024-11-29T20:28:29.595482", "2024-11-29T22:28:28.738446", "2024-11-30T00:28:29.671384", "2024-11-30T02:28:36.451289", "2024-11-30T04:28:28.599447", "2024-11-30T06:28:30.954462", "2024-11-30T08:28:32.178025", "2024-11-30T10:28:31.913120", "2024-11-30T12:28:35.238720", "2024-11-30T14:28:30.732235", "2024-11-30T16:28:25.176085", "2024-11-30T18:28:26.559551", "2024-11-30T20:28:32.378139", "2024-11-30T22:28:29.527740", "2024-12-01T00:28:27.384798", "2024-12-01T02:28:29.656687", "2024-12-01T04:28:31.741038", "2024-12-01T06:28:29.574328", "2024-12-01T08:28:28.980580", "2024-12-01T10:28:28.973625", "2024-12-01T12:28:28.385993", "2024-12-01T14:28:27.101659", "2024-12-01T16:28:30.499835", "2024-12-01T18:28:27.195336", "2024-12-01T20:28:24.503113", "2024-12-01T22:28:29.435787"], "y": [27, 25, 27, 25, 26, 26, 26, 26, 25, 25, 26, 25, 25, 25, 25, 25, 26, 25, 25, 26, 26, 25, 26, 25, 24, 26, 26, 26, 26, 25, 27, 26, 25, 26, 26, 26, 25, 27, 27, 26, 27, 27, 26, 25, 26, 26, 26, 27, 26, 26, 26, 26, 25, 25, 26, 26, 25, 25, 26, 25, 25, 25, 25, 25, 26, 25, 26, 26, 26, 25, 25, 25, 27, 25, 25, 26, 25, 26, 25, 26, 25, 26, 27, 27, 28, 28, 28, 27, 28, 27, 27, 29, 27, 28, 26, 25, 24, 28, 24, 24, 27, 24, 25, 25, 25, 27, 26, 25, 24, 25, 25, 25, 25, 25, 26, 26, 26, 25, 26, 25, 26, 27, 25, 26, 25, 26, 25, 25, 25, 25, 24, 26, 23, 26, 24, 24, 24, 24, 26, 24, 25, 24, 25, 24], "type": "scatter"}, {"fill": "tonexty", "hovertemplate": "Version: v2.1.0
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
Total count: %{meta[0]:,}
Percentage: %{meta[1]:.1f}%
", "legendgroup": "v2.1.0", "line": {"width": 0.5}, "marker": {"color": "#c44e52"}, "meta": [[419, 3.579952267303103], [418, 3.588516746411483], [421, 3.5629453681710213], [418, 3.588516746411483], [418, 3.588516746411483], [415, 3.614457831325301], [418, 3.588516746411483], [413, 3.631961259079903], [415, 3.614457831325301], [416, 3.6057692307692304], [415, 3.614457831325301], [416, 3.6057692307692304], [415, 3.614457831325301], [415, 3.614457831325301], [417, 3.597122302158273], [417, 3.597122302158273], [418, 3.588516746411483], [415, 3.614457831325301], [417, 3.597122302158273], [417, 3.597122302158273], [418, 3.588516746411483], [416, 3.6057692307692304], [419, 3.579952267303103], [416, 3.6057692307692304], [417, 3.597122302158273], [423, 3.546099290780142], [421, 3.5629453681710213], [421, 3.5629453681710213], [421, 3.5629453681710213], [419, 3.579952267303103], [422, 3.5545023696682465], [422, 3.5545023696682465], [421, 3.5629453681710213], [420, 3.571428571428571], [422, 3.5545023696682465], [421, 3.5629453681710213], [420, 3.571428571428571], [420, 3.571428571428571], [425, 3.5294117647058822], [419, 3.579952267303103], [422, 3.5545023696682465], [421, 3.5629453681710213], [420, 3.571428571428571], [420, 3.571428571428571], [421, 3.5629453681710213], [420, 3.571428571428571], [419, 3.579952267303103], [424, 3.5377358490566038], [421, 3.5629453681710213], [422, 3.5545023696682465], [422, 3.5545023696682465], [421, 3.5629453681710213], [423, 3.546099290780142], [419, 3.579952267303103], [423, 3.546099290780142], [421, 3.5629453681710213], [422, 3.5545023696682465], [420, 3.571428571428571], [421, 3.5629453681710213], [421, 3.5629453681710213], [420, 3.571428571428571], [420, 3.571428571428571], [423, 3.546099290780142], [419, 3.579952267303103], [422, 3.5545023696682465], [421, 3.5629453681710213], [422, 3.5545023696682465], [421, 3.5629453681710213], [420, 3.571428571428571], [421, 3.5629453681710213], [423, 3.546099290780142], [421, 3.5629453681710213], [424, 3.5377358490566038], [422, 3.5545023696682465], [422, 3.5545023696682465], [423, 3.546099290780142], [421, 3.32541567695962], [422, 3.5545023696682465], [422, 3.5545023696682465], [423, 3.546099290780142], [421, 3.5629453681710213], [420, 3.571428571428571], [420, 3.571428571428571], [422, 3.5545023696682465], [423, 3.546099290780142], [421, 3.5629453681710213], [422, 3.5545023696682465], [424, 3.5377358490566038], [423, 3.546099290780142], [424, 3.5377358490566038], [426, 3.5211267605633805], [428, 3.5046728971962615], [424, 3.5377358490566038], [426, 3.5211267605633805], [422, 3.5545023696682465], [422, 3.5545023696682465], [421, 3.32541567695962], [427, 3.278688524590164], [421, 3.32541567695962], [420, 3.3333333333333335], [425, 3.5294117647058822], [421, 3.5629453681710213], [426, 3.5211267605633805], [423, 3.546099290780142], [425, 3.5294117647058822], [426, 3.5211267605633805], [421, 3.5629453681710213], [423, 3.546099290780142], [421, 3.5629453681710213], [421, 3.5629453681710213], [421, 3.5629453681710213], [420, 3.571428571428571], [420, 3.0952380952380953], [422, 3.3175355450236967], [426, 3.286384976525822], [422, 3.3175355450236967], [426, 3.286384976525822], [422, 3.3175355450236967], [422, 3.3175355450236967], [422, 3.3175355450236967], [419, 3.341288782816229], [423, 3.309692671394799], [421, 3.32541567695962], [423, 3.309692671394799], [421, 3.32541567695962], [420, 3.3333333333333335], [420, 3.3333333333333335], [419, 3.341288782816229], [420, 3.3333333333333335], [420, 3.3333333333333335], [422, 3.3175355450236967], [422, 3.3175355450236967], [418, 3.349282296650718], [420, 3.3333333333333335], [419, 3.341288782816229], [420, 3.3333333333333335], [422, 3.3175355450236967], [418, 3.110047846889952], [422, 3.080568720379147], [418, 3.110047846889952], [418, 3.110047846889952], [417, 3.117505995203837], [419, 3.341288782816229], [416, 3.3653846153846154]], "mode": "lines", "name": "v2.1.0", "stackgroup": "one", "visible": true, "x": ["2024-11-25T00:10:39.677221", "2024-11-25T00:40:38.977618", "2024-11-25T01:10:38.812012", "2024-11-25T01:40:45.730963", "2024-11-25T02:10:37.088995", "2024-11-25T02:40:41.429579", "2024-11-25T03:10:38.465122", "2024-11-25T03:40:37.402302", "2024-11-25T04:10:36.685532", "2024-11-25T04:40:39.652136", "2024-11-25T05:10:37.960340", "2024-11-25T05:40:38.459842", "2024-11-25T06:10:37.984539", "2024-11-25T06:40:40.519283", "2024-11-25T07:10:43.502789", "2024-11-25T07:40:39.099824", "2024-11-25T08:10:38.801126", "2024-11-25T08:40:44.102962", "2024-11-25T09:10:42.378532", "2024-11-25T09:40:37.642553", "2024-11-25T10:10:39.963741", "2024-11-25T10:40:44.353075", "2024-11-25T11:10:53.926088", "2024-11-25T11:40:39.026417", "2024-11-25T12:10:53.442348", "2024-11-25T12:40:40.046928", "2024-11-25T13:10:37.029361", "2024-11-25T13:40:35.202977", "2024-11-25T14:10:51.373768", "2024-11-25T14:40:41.483161", "2024-11-25T15:10:41.767110", "2024-11-25T15:40:37.928585", "2024-11-25T16:10:42.011714", "2024-11-25T16:40:42.906804", "2024-11-25T17:10:38.623089", "2024-11-25T17:40:39.640170", "2024-11-25T18:10:43.413978", "2024-11-25T18:40:37.190644", "2024-11-25T19:10:48.661989", "2024-11-25T19:40:40.086347", "2024-11-25T20:10:38.398622", "2024-11-25T20:40:36.718008", "2024-11-25T21:10:40.473922", "2024-11-25T21:40:39.270833", "2024-11-25T22:10:38.413422", "2024-11-25T22:40:37.112224", "2024-11-25T23:10:38.497129", "2024-11-25T23:40:38.161685", "2024-11-26T00:10:40.398380", "2024-11-26T00:40:40.290316", "2024-11-26T01:10:36.612648", "2024-11-26T01:40:43.463934", "2024-11-26T02:10:39.873791", "2024-11-26T02:40:37.964912", "2024-11-26T03:10:40.017976", "2024-11-26T03:40:39.174932", "2024-11-26T04:10:37.531666", "2024-11-26T04:40:38.728656", "2024-11-26T05:10:40.144073", "2024-11-26T05:40:36.210500", "2024-11-26T06:10:39.890939", "2024-11-26T06:40:39.928896", "2024-11-26T07:10:40.117408", "2024-11-26T07:40:41.293076", "2024-11-26T08:10:38.183259", "2024-11-26T08:40:41.971167", "2024-11-26T09:10:38.739739", "2024-11-26T09:40:35.839135", "2024-11-26T10:10:39.124793", "2024-11-26T10:40:36.913053", "2024-11-26T11:10:46.791107", "2024-11-26T11:40:35.269087", "2024-11-26T12:10:37.039634", "2024-11-26T12:40:37.875947", "2024-11-26T13:10:37.513941", "2024-11-26T13:40:36.770535", "2024-11-26T14:10:39.938744", "2024-11-26T14:40:36.903116", "2024-11-26T15:10:40.208920", "2024-11-26T15:40:37.525809", "2024-11-26T16:28:26.185935", "2024-11-26T18:28:27.483156", "2024-11-26T20:28:28.808378", "2024-11-26T22:28:34.388073", "2024-11-27T00:28:27.456845", "2024-11-27T02:28:28.634644", "2024-11-27T04:28:36.038633", "2024-11-27T06:28:26.979243", "2024-11-27T08:28:34.085104", "2024-11-27T10:28:27.319493", "2024-11-27T12:28:35.219047", "2024-11-27T14:28:26.469011", "2024-11-27T16:28:36.407439", "2024-11-27T18:28:29.116642", "2024-11-27T20:28:27.257668", "2024-11-27T22:28:28.643860", "2024-11-28T00:28:30.392714", "2024-11-28T02:28:24.747195", "2024-11-28T04:28:26.938916", "2024-11-28T06:28:33.676168", "2024-11-28T08:28:30.564524", "2024-11-28T10:28:27.880829", "2024-11-28T12:28:28.772073", "2024-11-28T14:28:28.271517", "2024-11-28T16:28:28.055016", "2024-11-28T18:28:30.885545", "2024-11-28T20:28:28.577383", "2024-11-28T22:28:27.965719", "2024-11-29T00:28:24.846029", "2024-11-29T02:28:32.677658", "2024-11-29T04:28:37.027251", "2024-11-29T06:28:26.329596", "2024-11-29T08:28:29.820204", "2024-11-29T10:28:24.390039", "2024-11-29T12:28:26.894509", "2024-11-29T14:28:30.655306", "2024-11-29T16:28:28.049238", "2024-11-29T18:28:34.419646", "2024-11-29T20:28:29.595482", "2024-11-29T22:28:28.738446", "2024-11-30T00:28:29.671384", "2024-11-30T02:28:36.451289", "2024-11-30T04:28:28.599447", "2024-11-30T06:28:30.954462", "2024-11-30T08:28:32.178025", "2024-11-30T10:28:31.913120", "2024-11-30T12:28:35.238720", "2024-11-30T14:28:30.732235", "2024-11-30T16:28:25.176085", "2024-11-30T18:28:26.559551", "2024-11-30T20:28:32.378139", "2024-11-30T22:28:29.527740", "2024-12-01T00:28:27.384798", "2024-12-01T02:28:29.656687", "2024-12-01T04:28:31.741038", "2024-12-01T06:28:29.574328", "2024-12-01T08:28:28.980580", "2024-12-01T10:28:28.973625", "2024-12-01T12:28:28.385993", "2024-12-01T14:28:27.101659", "2024-12-01T16:28:30.499835", "2024-12-01T18:28:27.195336", "2024-12-01T20:28:24.503113", "2024-12-01T22:28:29.435787"], "y": [15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 14, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 14, 14, 14, 14, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 13, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 13, 13, 13, 13, 13, 14, 14], "type": "scatter"}, {"fill": "tonexty", "hovertemplate": "Version: v2.1.5
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
Total count: %{meta[0]:,}
Percentage: %{meta[1]:.1f}%
", "legendgroup": "v2.1.5", "line": {"width": 0.5}, "marker": {"color": "#55a868"}, "meta": [[419, 7.875894988066825], [418, 7.894736842105263], [421, 8.076009501187649], [418, 7.894736842105263], [418, 7.894736842105263], [415, 7.951807228915662], [418, 8.133971291866029], [413, 7.990314769975787], [415, 7.951807228915662], [416, 7.9326923076923075], [415, 7.710843373493977], [416, 7.9326923076923075], [415, 7.951807228915662], [415, 7.951807228915662], [417, 8.15347721822542], [417, 8.15347721822542], [418, 7.894736842105263], [415, 7.951807228915662], [417, 8.15347721822542], [417, 7.913669064748201], [418, 7.894736842105263], [416, 7.9326923076923075], [419, 8.1145584725537], [416, 7.9326923076923075], [417, 7.913669064748201], [423, 8.51063829787234], [421, 8.551068883610451], [421, 8.788598574821853], [421, 8.551068883610451], [419, 8.83054892601432], [422, 8.767772511848342], [422, 8.530805687203792], [421, 8.788598574821853], [420, 8.571428571428571], [422, 8.767772511848342], [421, 8.551068883610451], [420, 8.80952380952381], [420, 8.571428571428571], [425, 8.705882352941176], [419, 8.591885441527445], [422, 8.767772511848342], [421, 8.551068883610451], [420, 8.571428571428571], [420, 8.80952380952381], [421, 8.788598574821853], [420, 8.571428571428571], [419, 8.591885441527445], [424, 8.726415094339622], [421, 8.551068883610451], [422, 8.767772511848342], [422, 8.767772511848342], [421, 8.551068883610451], [423, 8.747044917257684], [419, 8.591885441527445], [423, 8.747044917257684], [421, 8.551068883610451], [422, 8.767772511848342], [420, 8.571428571428571], [421, 8.551068883610451], [421, 8.551068883610451], [420, 8.571428571428571], [420, 8.571428571428571], [423, 8.51063829787234], [419, 8.591885441527445], [422, 8.530805687203792], [421, 8.551068883610451], [422, 8.767772511848342], [421, 8.551068883610451], [420, 8.80952380952381], [421, 8.788598574821853], [423, 8.51063829787234], [421, 8.788598574821853], [424, 8.726415094339622], [422, 8.767772511848342], [422, 8.767772511848342], [423, 8.747044917257684], [421, 8.788598574821853], [422, 8.530805687203792], [422, 8.767772511848342], [423, 8.747044917257684], [421, 8.551068883610451], [420, 8.80952380952381], [420, 8.80952380952381], [422, 8.767772511848342], [423, 8.747044917257684], [421, 8.551068883610451], [422, 8.530805687203792], [424, 8.726415094339622], [423, 8.51063829787234], [424, 8.49056603773585], [426, 8.92018779342723], [428, 8.644859813084112], [424, 8.726415094339622], [426, 8.92018779342723], [422, 8.767772511848342], [422, 9.004739336492891], [421, 9.263657957244655], [427, 9.133489461358314], [421, 9.026128266033254], [420, 9.285714285714286], [425, 9.176470588235293], [421, 9.026128266033254], [426, 8.92018779342723], [423, 8.747044917257684], [425, 8.941176470588236], [426, 8.92018779342723], [421, 8.551068883610451], [423, 8.747044917257684], [421, 8.551068883610451], [421, 8.551068883610451], [421, 8.788598574821853], [420, 8.80952380952381], [420, 8.571428571428571], [422, 8.767772511848342], [426, 8.92018779342723], [422, 8.767772511848342], [426, 8.685446009389672], [422, 8.530805687203792], [422, 8.767772511848342], [422, 8.767772511848342], [419, 8.353221957040573], [423, 8.51063829787234], [421, 8.551068883610451], [423, 8.51063829787234], [421, 8.551068883610451], [420, 8.333333333333332], [420, 8.571428571428571], [419, 8.1145584725537], [420, 8.571428571428571], [420, 8.571428571428571], [422, 8.530805687203792], [422, 8.530805687203792], [418, 8.61244019138756], [420, 8.333333333333332], [419, 8.353221957040573], [420, 8.333333333333332], [422, 8.293838862559241], [418, 8.373205741626794], [422, 8.293838862559241], [418, 8.373205741626794], [418, 8.373205741626794], [417, 8.15347721822542], [419, 8.1145584725537], [416, 7.9326923076923075]], "mode": "lines", "name": "v2.1.5", "stackgroup": "one", "visible": true, "x": ["2024-11-25T00:10:39.677221", "2024-11-25T00:40:38.977618", "2024-11-25T01:10:38.812012", "2024-11-25T01:40:45.730963", "2024-11-25T02:10:37.088995", "2024-11-25T02:40:41.429579", "2024-11-25T03:10:38.465122", "2024-11-25T03:40:37.402302", "2024-11-25T04:10:36.685532", "2024-11-25T04:40:39.652136", "2024-11-25T05:10:37.960340", "2024-11-25T05:40:38.459842", "2024-11-25T06:10:37.984539", "2024-11-25T06:40:40.519283", "2024-11-25T07:10:43.502789", "2024-11-25T07:40:39.099824", "2024-11-25T08:10:38.801126", "2024-11-25T08:40:44.102962", "2024-11-25T09:10:42.378532", "2024-11-25T09:40:37.642553", "2024-11-25T10:10:39.963741", "2024-11-25T10:40:44.353075", "2024-11-25T11:10:53.926088", "2024-11-25T11:40:39.026417", "2024-11-25T12:10:53.442348", "2024-11-25T12:40:40.046928", "2024-11-25T13:10:37.029361", "2024-11-25T13:40:35.202977", "2024-11-25T14:10:51.373768", "2024-11-25T14:40:41.483161", "2024-11-25T15:10:41.767110", "2024-11-25T15:40:37.928585", "2024-11-25T16:10:42.011714", "2024-11-25T16:40:42.906804", "2024-11-25T17:10:38.623089", "2024-11-25T17:40:39.640170", "2024-11-25T18:10:43.413978", "2024-11-25T18:40:37.190644", "2024-11-25T19:10:48.661989", "2024-11-25T19:40:40.086347", "2024-11-25T20:10:38.398622", "2024-11-25T20:40:36.718008", "2024-11-25T21:10:40.473922", "2024-11-25T21:40:39.270833", "2024-11-25T22:10:38.413422", "2024-11-25T22:40:37.112224", "2024-11-25T23:10:38.497129", "2024-11-25T23:40:38.161685", "2024-11-26T00:10:40.398380", "2024-11-26T00:40:40.290316", "2024-11-26T01:10:36.612648", "2024-11-26T01:40:43.463934", "2024-11-26T02:10:39.873791", "2024-11-26T02:40:37.964912", "2024-11-26T03:10:40.017976", "2024-11-26T03:40:39.174932", "2024-11-26T04:10:37.531666", "2024-11-26T04:40:38.728656", "2024-11-26T05:10:40.144073", "2024-11-26T05:40:36.210500", "2024-11-26T06:10:39.890939", "2024-11-26T06:40:39.928896", "2024-11-26T07:10:40.117408", "2024-11-26T07:40:41.293076", "2024-11-26T08:10:38.183259", "2024-11-26T08:40:41.971167", "2024-11-26T09:10:38.739739", "2024-11-26T09:40:35.839135", "2024-11-26T10:10:39.124793", "2024-11-26T10:40:36.913053", "2024-11-26T11:10:46.791107", "2024-11-26T11:40:35.269087", "2024-11-26T12:10:37.039634", "2024-11-26T12:40:37.875947", "2024-11-26T13:10:37.513941", "2024-11-26T13:40:36.770535", "2024-11-26T14:10:39.938744", "2024-11-26T14:40:36.903116", "2024-11-26T15:10:40.208920", "2024-11-26T15:40:37.525809", "2024-11-26T16:28:26.185935", "2024-11-26T18:28:27.483156", "2024-11-26T20:28:28.808378", "2024-11-26T22:28:34.388073", "2024-11-27T00:28:27.456845", "2024-11-27T02:28:28.634644", "2024-11-27T04:28:36.038633", "2024-11-27T06:28:26.979243", "2024-11-27T08:28:34.085104", "2024-11-27T10:28:27.319493", "2024-11-27T12:28:35.219047", "2024-11-27T14:28:26.469011", "2024-11-27T16:28:36.407439", "2024-11-27T18:28:29.116642", "2024-11-27T20:28:27.257668", "2024-11-27T22:28:28.643860", "2024-11-28T00:28:30.392714", "2024-11-28T02:28:24.747195", "2024-11-28T04:28:26.938916", "2024-11-28T06:28:33.676168", "2024-11-28T08:28:30.564524", "2024-11-28T10:28:27.880829", "2024-11-28T12:28:28.772073", "2024-11-28T14:28:28.271517", "2024-11-28T16:28:28.055016", "2024-11-28T18:28:30.885545", "2024-11-28T20:28:28.577383", "2024-11-28T22:28:27.965719", "2024-11-29T00:28:24.846029", "2024-11-29T02:28:32.677658", "2024-11-29T04:28:37.027251", "2024-11-29T06:28:26.329596", "2024-11-29T08:28:29.820204", "2024-11-29T10:28:24.390039", "2024-11-29T12:28:26.894509", "2024-11-29T14:28:30.655306", "2024-11-29T16:28:28.049238", "2024-11-29T18:28:34.419646", "2024-11-29T20:28:29.595482", "2024-11-29T22:28:28.738446", "2024-11-30T00:28:29.671384", "2024-11-30T02:28:36.451289", "2024-11-30T04:28:28.599447", "2024-11-30T06:28:30.954462", "2024-11-30T08:28:32.178025", "2024-11-30T10:28:31.913120", "2024-11-30T12:28:35.238720", "2024-11-30T14:28:30.732235", "2024-11-30T16:28:25.176085", "2024-11-30T18:28:26.559551", "2024-11-30T20:28:32.378139", "2024-11-30T22:28:29.527740", "2024-12-01T00:28:27.384798", "2024-12-01T02:28:29.656687", "2024-12-01T04:28:31.741038", "2024-12-01T06:28:29.574328", "2024-12-01T08:28:28.980580", "2024-12-01T10:28:28.973625", "2024-12-01T12:28:28.385993", "2024-12-01T14:28:27.101659", "2024-12-01T16:28:30.499835", "2024-12-01T18:28:27.195336", "2024-12-01T20:28:24.503113", "2024-12-01T22:28:29.435787"], "y": [33, 33, 34, 33, 33, 33, 34, 33, 33, 33, 32, 33, 33, 33, 34, 34, 33, 33, 34, 33, 33, 33, 34, 33, 33, 36, 36, 37, 36, 37, 37, 36, 37, 36, 37, 36, 37, 36, 37, 36, 37, 36, 36, 37, 37, 36, 36, 37, 36, 37, 37, 36, 37, 36, 37, 36, 37, 36, 36, 36, 36, 36, 36, 36, 36, 36, 37, 36, 37, 37, 36, 37, 37, 37, 37, 37, 37, 36, 37, 37, 36, 37, 37, 37, 37, 36, 36, 37, 36, 36, 38, 37, 37, 38, 37, 38, 39, 39, 38, 39, 39, 38, 38, 37, 38, 38, 36, 37, 36, 36, 37, 37, 36, 37, 38, 37, 37, 36, 37, 37, 35, 36, 36, 36, 36, 35, 36, 34, 36, 36, 36, 36, 36, 35, 35, 35, 35, 35, 35, 35, 35, 34, 34, 33], "type": "scatter"}, {"fill": "tonexty", "hovertemplate": "Version: v2.2.0
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
Total count: %{meta[0]:,}
Percentage: %{meta[1]:.1f}%
", "legendgroup": "v2.2.0", "line": {"width": 0.5}, "marker": {"color": "#dd8452"}, "meta": [[419, 41.766109785202865], [418, 41.866028708133975], [421, 41.56769596199525], [418, 41.866028708133975], [418, 41.866028708133975], [415, 41.9277108433735], [418, 41.62679425837321], [413, 41.64648910411623], [415, 42.168674698795186], [416, 42.06730769230769], [415, 42.168674698795186], [416, 42.06730769230769], [415, 42.168674698795186], [415, 42.168674698795186], [417, 41.96642685851319], [417, 41.96642685851319], [418, 41.866028708133975], [415, 42.168674698795186], [417, 41.96642685851319], [417, 41.96642685851319], [418, 41.866028708133975], [416, 42.06730769230769], [419, 41.766109785202865], [416, 42.06730769230769], [417, 41.96642685851319], [423, 41.371158392434985], [421, 41.56769596199525], [421, 41.56769596199525], [421, 41.56769596199525], [419, 41.766109785202865], [422, 41.46919431279621], [422, 41.46919431279621], [421, 41.56769596199525], [420, 41.66666666666667], [422, 41.46919431279621], [421, 41.56769596199525], [420, 41.66666666666667], [420, 41.66666666666667], [425, 41.17647058823529], [419, 41.766109785202865], [422, 41.46919431279621], [421, 41.56769596199525], [420, 41.66666666666667], [420, 41.66666666666667], [421, 41.56769596199525], [420, 41.66666666666667], [419, 41.766109785202865], [424, 41.27358490566038], [421, 41.56769596199525], [422, 41.46919431279621], [422, 41.46919431279621], [421, 41.56769596199525], [423, 41.371158392434985], [419, 41.766109785202865], [423, 41.371158392434985], [421, 41.56769596199525], [422, 41.46919431279621], [420, 41.66666666666667], [421, 41.56769596199525], [421, 41.56769596199525], [420, 41.66666666666667], [420, 41.66666666666667], [423, 41.371158392434985], [419, 41.766109785202865], [422, 41.46919431279621], [421, 41.56769596199525], [422, 41.46919431279621], [421, 41.56769596199525], [420, 41.42857142857143], [421, 41.56769596199525], [423, 41.371158392434985], [421, 41.56769596199525], [424, 41.27358490566038], [422, 41.46919431279621], [422, 41.46919431279621], [423, 41.371158392434985], [421, 41.56769596199525], [422, 41.46919431279621], [422, 41.46919431279621], [423, 41.371158392434985], [421, 41.56769596199525], [420, 41.42857142857143], [420, 41.42857142857143], [422, 41.46919431279621], [423, 41.371158392434985], [421, 41.56769596199525], [422, 41.46919431279621], [424, 41.509433962264154], [423, 41.371158392434985], [424, 41.27358490566038], [426, 41.31455399061033], [428, 41.1214953271028], [424, 41.509433962264154], [426, 41.31455399061033], [422, 41.46919431279621], [422, 41.46919431279621], [421, 41.56769596199525], [427, 40.749414519906324], [421, 41.33016627078385], [420, 41.42857142857143], [425, 40.94117647058824], [421, 41.33016627078385], [426, 41.31455399061033], [423, 41.60756501182033], [425, 41.411764705882355], [426, 41.07981220657277], [421, 41.56769596199525], [423, 41.371158392434985], [421, 41.56769596199525], [421, 41.56769596199525], [421, 41.56769596199525], [420, 41.904761904761905], [420, 41.904761904761905], [422, 41.70616113744076], [426, 41.31455399061033], [422, 41.46919431279621], [426, 41.54929577464789], [422, 41.70616113744076], [422, 41.70616113744076], [422, 41.70616113744076], [419, 42.004773269689736], [423, 41.60756501182033], [421, 41.80522565320665], [423, 41.60756501182033], [421, 41.80522565320665], [420, 41.904761904761905], [420, 41.904761904761905], [419, 42.004773269689736], [420, 41.904761904761905], [420, 41.904761904761905], [422, 41.70616113744076], [422, 41.70616113744076], [418, 42.10526315789473], [420, 41.904761904761905], [419, 42.004773269689736], [420, 41.904761904761905], [422, 41.70616113744076], [418, 41.866028708133975], [422, 41.70616113744076], [418, 42.10526315789473], [418, 41.866028708133975], [417, 41.96642685851319], [419, 41.766109785202865], [416, 42.06730769230769]], "mode": "lines", "name": "v2.2.0", "stackgroup": "one", "visible": true, "x": ["2024-11-25T00:10:39.677221", "2024-11-25T00:40:38.977618", "2024-11-25T01:10:38.812012", "2024-11-25T01:40:45.730963", "2024-11-25T02:10:37.088995", "2024-11-25T02:40:41.429579", "2024-11-25T03:10:38.465122", "2024-11-25T03:40:37.402302", "2024-11-25T04:10:36.685532", "2024-11-25T04:40:39.652136", "2024-11-25T05:10:37.960340", "2024-11-25T05:40:38.459842", "2024-11-25T06:10:37.984539", "2024-11-25T06:40:40.519283", "2024-11-25T07:10:43.502789", "2024-11-25T07:40:39.099824", "2024-11-25T08:10:38.801126", "2024-11-25T08:40:44.102962", "2024-11-25T09:10:42.378532", "2024-11-25T09:40:37.642553", "2024-11-25T10:10:39.963741", "2024-11-25T10:40:44.353075", "2024-11-25T11:10:53.926088", "2024-11-25T11:40:39.026417", "2024-11-25T12:10:53.442348", "2024-11-25T12:40:40.046928", "2024-11-25T13:10:37.029361", "2024-11-25T13:40:35.202977", "2024-11-25T14:10:51.373768", "2024-11-25T14:40:41.483161", "2024-11-25T15:10:41.767110", "2024-11-25T15:40:37.928585", "2024-11-25T16:10:42.011714", "2024-11-25T16:40:42.906804", "2024-11-25T17:10:38.623089", "2024-11-25T17:40:39.640170", "2024-11-25T18:10:43.413978", "2024-11-25T18:40:37.190644", "2024-11-25T19:10:48.661989", "2024-11-25T19:40:40.086347", "2024-11-25T20:10:38.398622", "2024-11-25T20:40:36.718008", "2024-11-25T21:10:40.473922", "2024-11-25T21:40:39.270833", "2024-11-25T22:10:38.413422", "2024-11-25T22:40:37.112224", "2024-11-25T23:10:38.497129", "2024-11-25T23:40:38.161685", "2024-11-26T00:10:40.398380", "2024-11-26T00:40:40.290316", "2024-11-26T01:10:36.612648", "2024-11-26T01:40:43.463934", "2024-11-26T02:10:39.873791", "2024-11-26T02:40:37.964912", "2024-11-26T03:10:40.017976", "2024-11-26T03:40:39.174932", "2024-11-26T04:10:37.531666", "2024-11-26T04:40:38.728656", "2024-11-26T05:10:40.144073", "2024-11-26T05:40:36.210500", "2024-11-26T06:10:39.890939", "2024-11-26T06:40:39.928896", "2024-11-26T07:10:40.117408", "2024-11-26T07:40:41.293076", "2024-11-26T08:10:38.183259", "2024-11-26T08:40:41.971167", "2024-11-26T09:10:38.739739", "2024-11-26T09:40:35.839135", "2024-11-26T10:10:39.124793", "2024-11-26T10:40:36.913053", "2024-11-26T11:10:46.791107", "2024-11-26T11:40:35.269087", "2024-11-26T12:10:37.039634", "2024-11-26T12:40:37.875947", "2024-11-26T13:10:37.513941", "2024-11-26T13:40:36.770535", "2024-11-26T14:10:39.938744", "2024-11-26T14:40:36.903116", "2024-11-26T15:10:40.208920", "2024-11-26T15:40:37.525809", "2024-11-26T16:28:26.185935", "2024-11-26T18:28:27.483156", "2024-11-26T20:28:28.808378", "2024-11-26T22:28:34.388073", "2024-11-27T00:28:27.456845", "2024-11-27T02:28:28.634644", "2024-11-27T04:28:36.038633", "2024-11-27T06:28:26.979243", "2024-11-27T08:28:34.085104", "2024-11-27T10:28:27.319493", "2024-11-27T12:28:35.219047", "2024-11-27T14:28:26.469011", "2024-11-27T16:28:36.407439", "2024-11-27T18:28:29.116642", "2024-11-27T20:28:27.257668", "2024-11-27T22:28:28.643860", "2024-11-28T00:28:30.392714", "2024-11-28T02:28:24.747195", "2024-11-28T04:28:26.938916", "2024-11-28T06:28:33.676168", "2024-11-28T08:28:30.564524", "2024-11-28T10:28:27.880829", "2024-11-28T12:28:28.772073", "2024-11-28T14:28:28.271517", "2024-11-28T16:28:28.055016", "2024-11-28T18:28:30.885545", "2024-11-28T20:28:28.577383", "2024-11-28T22:28:27.965719", "2024-11-29T00:28:24.846029", "2024-11-29T02:28:32.677658", "2024-11-29T04:28:37.027251", "2024-11-29T06:28:26.329596", "2024-11-29T08:28:29.820204", "2024-11-29T10:28:24.390039", "2024-11-29T12:28:26.894509", "2024-11-29T14:28:30.655306", "2024-11-29T16:28:28.049238", "2024-11-29T18:28:34.419646", "2024-11-29T20:28:29.595482", "2024-11-29T22:28:28.738446", "2024-11-30T00:28:29.671384", "2024-11-30T02:28:36.451289", "2024-11-30T04:28:28.599447", "2024-11-30T06:28:30.954462", "2024-11-30T08:28:32.178025", "2024-11-30T10:28:31.913120", "2024-11-30T12:28:35.238720", "2024-11-30T14:28:30.732235", "2024-11-30T16:28:25.176085", "2024-11-30T18:28:26.559551", "2024-11-30T20:28:32.378139", "2024-11-30T22:28:29.527740", "2024-12-01T00:28:27.384798", "2024-12-01T02:28:29.656687", "2024-12-01T04:28:31.741038", "2024-12-01T06:28:29.574328", "2024-12-01T08:28:28.980580", "2024-12-01T10:28:28.973625", "2024-12-01T12:28:28.385993", "2024-12-01T14:28:27.101659", "2024-12-01T16:28:30.499835", "2024-12-01T18:28:27.195336", "2024-12-01T20:28:24.503113", "2024-12-01T22:28:29.435787"], "y": [175, 175, 175, 175, 175, 174, 174, 172, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 174, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 174, 174, 175, 175, 175, 175, 176, 175, 175, 176, 176, 176, 176, 175, 175, 175, 174, 174, 174, 174, 174, 176, 176, 176, 175, 175, 175, 175, 175, 175, 176, 176, 176, 176, 175, 177, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 175, 176, 176, 175, 175, 175, 175], "type": "scatter"}, {"fill": "tonexty", "hovertemplate": "Version: v2.2.1
Date: %{x|%Y-%m-%d %H:%M}
Count: %{y:,}
Total count: %{meta[0]:,}
Percentage: %{meta[1]:.1f}%
", "legendgroup": "v2.2.1", "line": {"width": 0.5}, "marker": {"color": "#4c72b0"}, "meta": [[419, 23.627684964200476], [418, 23.684210526315788], [421, 23.51543942992874], [418, 23.684210526315788], [418, 23.684210526315788], [415, 23.6144578313253], [418, 23.444976076555022], [413, 23.97094430992736], [415, 23.85542168674699], [416, 23.798076923076923], [415, 23.85542168674699], [416, 23.798076923076923], [415, 23.85542168674699], [415, 23.85542168674699], [417, 23.741007194244602], [417, 23.741007194244602], [418, 23.684210526315788], [415, 23.85542168674699], [417, 23.741007194244602], [417, 23.741007194244602], [418, 23.684210526315788], [416, 23.798076923076923], [419, 23.627684964200476], [416, 23.798076923076923], [417, 23.741007194244602], [423, 23.404255319148938], [421, 23.51543942992874], [421, 23.51543942992874], [421, 23.51543942992874], [419, 23.627684964200476], [422, 23.459715639810426], [422, 23.459715639810426], [421, 23.51543942992874], [420, 23.57142857142857], [422, 23.459715639810426], [421, 23.51543942992874], [420, 23.57142857142857], [420, 23.57142857142857], [425, 23.294117647058822], [419, 23.627684964200476], [422, 23.459715639810426], [421, 23.51543942992874], [420, 23.57142857142857], [420, 23.57142857142857], [421, 23.51543942992874], [420, 23.57142857142857], [419, 23.627684964200476], [424, 23.349056603773587], [421, 23.51543942992874], [422, 23.459715639810426], [422, 23.459715639810426], [421, 23.51543942992874], [423, 23.404255319148938], [419, 23.627684964200476], [423, 23.404255319148938], [421, 23.51543942992874], [422, 23.459715639810426], [420, 23.57142857142857], [421, 23.51543942992874], [421, 23.51543942992874], [420, 23.57142857142857], [420, 23.57142857142857], [423, 23.404255319148938], [419, 23.627684964200476], [422, 23.459715639810426], [421, 23.51543942992874], [422, 23.459715639810426], [421, 23.51543942992874], [420, 23.57142857142857], [421, 23.51543942992874], [423, 23.404255319148938], [421, 23.51543942992874], [424, 23.349056603773587], [422, 23.459715639810426], [422, 23.696682464454977], [423, 23.64066193853428], [421, 23.75296912114014], [422, 23.696682464454977], [422, 23.696682464454977], [423, 23.64066193853428], [421, 23.75296912114014], [420, 23.809523809523807], [420, 23.809523809523807], [422, 23.696682464454977], [423, 23.64066193853428], [421, 23.75296912114014], [422, 23.696682464454977], [424, 23.58490566037736], [423, 23.64066193853428], [424, 23.58490566037736], [426, 23.474178403755868], [428, 23.364485981308412], [424, 23.58490566037736], [426, 23.474178403755868], [422, 23.696682464454977], [422, 23.696682464454977], [421, 23.990498812351543], [427, 23.653395784543328], [421, 23.990498812351543], [420, 24.047619047619047], [425, 23.764705882352942], [421, 23.990498812351543], [426, 23.708920187793428], [423, 23.87706855791962], [425, 23.764705882352942], [426, 23.708920187793428], [421, 23.990498812351543], [423, 23.87706855791962], [421, 23.990498812351543], [421, 23.990498812351543], [421, 23.990498812351543], [420, 24.047619047619047], [420, 24.285714285714285], [422, 24.170616113744074], [426, 23.943661971830984], [422, 24.170616113744074], [426, 23.943661971830984], [422, 24.170616113744074], [422, 24.170616113744074], [422, 24.170616113744074], [419, 23.86634844868735], [423, 24.113475177304963], [421, 24.228028503562946], [423, 24.113475177304963], [421, 24.228028503562946], [420, 24.285714285714285], [420, 24.285714285714285], [419, 24.3436754176611], [420, 24.285714285714285], [420, 24.285714285714285], [422, 24.170616113744074], [422, 24.170616113744074], [418, 24.401913875598087], [420, 24.285714285714285], [419, 24.3436754176611], [420, 24.285714285714285], [422, 24.170616113744074], [418, 24.401913875598087], [422, 24.170616113744074], [418, 24.401913875598087], [418, 24.401913875598087], [417, 24.46043165467626], [419, 24.3436754176611], [416, 24.519230769230766]], "mode": "lines", "name": "v2.2.1", "stackgroup": "one", "visible": true, "x": ["2024-11-25T00:10:39.677221", "2024-11-25T00:40:38.977618", "2024-11-25T01:10:38.812012", "2024-11-25T01:40:45.730963", "2024-11-25T02:10:37.088995", "2024-11-25T02:40:41.429579", "2024-11-25T03:10:38.465122", "2024-11-25T03:40:37.402302", "2024-11-25T04:10:36.685532", "2024-11-25T04:40:39.652136", "2024-11-25T05:10:37.960340", "2024-11-25T05:40:38.459842", "2024-11-25T06:10:37.984539", "2024-11-25T06:40:40.519283", "2024-11-25T07:10:43.502789", "2024-11-25T07:40:39.099824", "2024-11-25T08:10:38.801126", "2024-11-25T08:40:44.102962", "2024-11-25T09:10:42.378532", "2024-11-25T09:40:37.642553", "2024-11-25T10:10:39.963741", "2024-11-25T10:40:44.353075", "2024-11-25T11:10:53.926088", "2024-11-25T11:40:39.026417", "2024-11-25T12:10:53.442348", "2024-11-25T12:40:40.046928", "2024-11-25T13:10:37.029361", "2024-11-25T13:40:35.202977", "2024-11-25T14:10:51.373768", "2024-11-25T14:40:41.483161", "2024-11-25T15:10:41.767110", "2024-11-25T15:40:37.928585", "2024-11-25T16:10:42.011714", "2024-11-25T16:40:42.906804", "2024-11-25T17:10:38.623089", "2024-11-25T17:40:39.640170", "2024-11-25T18:10:43.413978", "2024-11-25T18:40:37.190644", "2024-11-25T19:10:48.661989", "2024-11-25T19:40:40.086347", "2024-11-25T20:10:38.398622", "2024-11-25T20:40:36.718008", "2024-11-25T21:10:40.473922", "2024-11-25T21:40:39.270833", "2024-11-25T22:10:38.413422", "2024-11-25T22:40:37.112224", "2024-11-25T23:10:38.497129", "2024-11-25T23:40:38.161685", "2024-11-26T00:10:40.398380", "2024-11-26T00:40:40.290316", "2024-11-26T01:10:36.612648", "2024-11-26T01:40:43.463934", "2024-11-26T02:10:39.873791", "2024-11-26T02:40:37.964912", "2024-11-26T03:10:40.017976", "2024-11-26T03:40:39.174932", "2024-11-26T04:10:37.531666", "2024-11-26T04:40:38.728656", "2024-11-26T05:10:40.144073", "2024-11-26T05:40:36.210500", "2024-11-26T06:10:39.890939", "2024-11-26T06:40:39.928896", "2024-11-26T07:10:40.117408", "2024-11-26T07:40:41.293076", "2024-11-26T08:10:38.183259", "2024-11-26T08:40:41.971167", "2024-11-26T09:10:38.739739", "2024-11-26T09:40:35.839135", "2024-11-26T10:10:39.124793", "2024-11-26T10:40:36.913053", "2024-11-26T11:10:46.791107", "2024-11-26T11:40:35.269087", "2024-11-26T12:10:37.039634", "2024-11-26T12:40:37.875947", "2024-11-26T13:10:37.513941", "2024-11-26T13:40:36.770535", "2024-11-26T14:10:39.938744", "2024-11-26T14:40:36.903116", "2024-11-26T15:10:40.208920", "2024-11-26T15:40:37.525809", "2024-11-26T16:28:26.185935", "2024-11-26T18:28:27.483156", "2024-11-26T20:28:28.808378", "2024-11-26T22:28:34.388073", "2024-11-27T00:28:27.456845", "2024-11-27T02:28:28.634644", "2024-11-27T04:28:36.038633", "2024-11-27T06:28:26.979243", "2024-11-27T08:28:34.085104", "2024-11-27T10:28:27.319493", "2024-11-27T12:28:35.219047", "2024-11-27T14:28:26.469011", "2024-11-27T16:28:36.407439", "2024-11-27T18:28:29.116642", "2024-11-27T20:28:27.257668", "2024-11-27T22:28:28.643860", "2024-11-28T00:28:30.392714", "2024-11-28T02:28:24.747195", "2024-11-28T04:28:26.938916", "2024-11-28T06:28:33.676168", "2024-11-28T08:28:30.564524", "2024-11-28T10:28:27.880829", "2024-11-28T12:28:28.772073", "2024-11-28T14:28:28.271517", "2024-11-28T16:28:28.055016", "2024-11-28T18:28:30.885545", "2024-11-28T20:28:28.577383", "2024-11-28T22:28:27.965719", "2024-11-29T00:28:24.846029", "2024-11-29T02:28:32.677658", "2024-11-29T04:28:37.027251", "2024-11-29T06:28:26.329596", "2024-11-29T08:28:29.820204", "2024-11-29T10:28:24.390039", "2024-11-29T12:28:26.894509", "2024-11-29T14:28:30.655306", "2024-11-29T16:28:28.049238", "2024-11-29T18:28:34.419646", "2024-11-29T20:28:29.595482", "2024-11-29T22:28:28.738446", "2024-11-30T00:28:29.671384", "2024-11-30T02:28:36.451289", "2024-11-30T04:28:28.599447", "2024-11-30T06:28:30.954462", "2024-11-30T08:28:32.178025", "2024-11-30T10:28:31.913120", "2024-11-30T12:28:35.238720", "2024-11-30T14:28:30.732235", "2024-11-30T16:28:25.176085", "2024-11-30T18:28:26.559551", "2024-11-30T20:28:32.378139", "2024-11-30T22:28:29.527740", "2024-12-01T00:28:27.384798", "2024-12-01T02:28:29.656687", "2024-12-01T04:28:31.741038", "2024-12-01T06:28:29.574328", "2024-12-01T08:28:28.980580", "2024-12-01T10:28:28.973625", "2024-12-01T12:28:28.385993", "2024-12-01T14:28:27.101659", "2024-12-01T16:28:30.499835", "2024-12-01T18:28:27.195336", "2024-12-01T20:28:24.503113", "2024-12-01T22:28:29.435787"], "y": [99, 99, 99, 99, 99, 98, 98, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 102, 102, 102, 102, 102, 102, 102, 102, 100, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102], "type": "scatter"}], "layout": {"template": {"data": {"scatter": [{"type": "scatter"}]}}, "xaxis": {"title": {"text": "Date"}, "tickangle": -20, "type": "date", "tickformat": "%Y-%m-%d"}, "yaxis": {"title": {"text": "Count"}, "autorange": true, "rangemode": "tozero", "tickformat": ","}, "legend": {"traceorder": "reversed"}, "autosize": true, "showlegend": true, "annotations": [{"font": {"size": 18}, "showarrow": false, "text": "Avail Node Version Distribution", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.15, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 14}, "showarrow": false, "text": "", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.1, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 10}, "showarrow": false, "text": "Data: week ending 01 Dec 2024. Source: Nebula", "x": 0.99, "xanchor": "right", "xref": "paper", "y": -0.14, "yanchor": "top", "yref": "paper"}]}} \ No newline at end of file