‘Bridgerton’ Season 4 Viewership Debuts Slightly Lower Than Season 3, But There’s A Catch

Bridgerton. (L to R) Yerin Ha as Sophie Baek, Luke Thompson as Benedict Bridgerton in episode 403 of Bridgerton. Cr. Liam Daniel/Netflix © 2025
It was a noticeably quieter week for new releases on Netflix, likely by design, as the streaming giant cleared the schedule to give Bridgerton Season 4 the runway it needed to dominate the conversation.
With the return of the Ton, other major titles were few and far between, resulting in a somewhat lopsided chart where English TV thrived while other categories lagged significantly behind. This “clearing of the decks” meant that even titles with decent social buzz, such as Miracle: The Boys of ’80, failed to make the top 10 cut, clocking in under 2.9M views. As we dig into the numbers, it becomes clear that while Benedict Bridgerton’s search for the Lady in Silver drove massive engagement, the lack of depth elsewhere resulted in one of the lower-performing weeks across the board for film and non-English content.
As always, let’s run through the weekly rankings dating back to June 2023. As you can see, a good week on the English TV side, but towards the bottom for all the other three categories:

English TV: 81,300,000 (Rank 8 of 137 weeks)
English Film: 63,000,000 (Rank 106 of 137 weeks)
Non-English TV: 18,200,000 (Rank 127 of 137 weeks)
Non-English Film: 30,800,000 (Rank 85 of 137 weeks)

1. Bridgerton Season 4 Is Down Slightly on Season 3
Picture: Netflix
Bridgerton is always a tricky show to guess how well exactly it’s going to do. It’s almost always a given that it’s going to post good numbers, but there’s always a risk with a show like this, where it behaves in an anthology format to an extent, whether people gel with the two leads that front that particular season. Despite some review bombing, the numbers for season 4 are solid. We need to break it down: views are down, but total viewing hours are up. 
Both seasons 3 and 4 were split, so in week 1 (both released on a Thursday), we can compare the first four days with each:

Bridgerton (Season 3 – Part 1) 

Hours: 165,200,000
Views: 45,100,000

Bridgerton (Season 4 – Part 1)

Hours: 174,100,000 
Views: 39,700,000

Put into a graph with the views for both (alongside a few other split seasons from Netflix’s past), you can see season 4 is only narrowly behind season 3 in the grand scheme of things, and the difference in runtime, which is about 30 minutes, is why there’s probably a discrepancy early on. That is to say, season 4 has a long way to go! 

{
“@context”: “https://schema.org”,
“@type”: “Dataset”,
“name”: “Netflix Viewership Data – Stranger Things – 5, Wednesday – Season 2, Bridgerton – Season 3 and 2 more titles”,
“description”: “Cumulative viewership data for Netflix titles over 1 weeks, showing audience engagement and popularity metrics.”,
“license”: “https://www.whats-on-netflix.com/corrections-policy/”,
“keywords”: “Netflix, viewership, streaming data, audience metrics, Stranger Things – 5, Wednesday – Season 2, Bridgerton – Season 3, Bridgerton – Season 4, The Witcher – Season 3”,
“creator”: {
“@type”: “Organization”,
“name”: “What’s on Netflix”
},
“datePublished”: “2026-02-04”,
“dateModified”: “2026-02-04”,
“variableMeasured”: “Cumulative Views”,
“temporalCoverage”: “1 weeks”,
“spatialCoverage”: “Global”,
“distribution”: {
“@type”: “DataDownload”,
“encodingFormat”: “JSON”,
“contentUrl”: “#netflix_bar_graph_6982f8e73ee0f”
}
}

Netflix Viewership Data – 1 Week Analysis

Title
Cumulative Views (1 weeks)
Rank

Stranger Things – 5
59,600,000
1

Wednesday – Season 2
50,000,000
2

Bridgerton – Season 3
45,100,000
3

Bridgerton – Season 4
39,700,000
4

The Witcher – Season 3
15,200,000
5

(function() {
var showLabels = true;

function loadScript(src, callback) {
var script = document.createElement(‘script’);
script.src = src;
script.onload = callback;
document.head.appendChild(script);
}

function createChart() {
var ctx = document.getElementById(‘netflix_bar_graph_6982f8e73ee0f’).getContext(‘2d’);

// Detect mobile screen size
var isMobile = window.innerWidth v !== null && v !== undefined));
var percentage = (value / maxValue) * 100;
return percentage < 15 ? '#000' : '#fff'; }, font: { weight: 'bold', size: dataLabelFontSize }, formatter: function(value) { if (value >= 1000000) {
return (value / 1000000).toFixed(1) + ‘M’;
} else if (value >= 1000) {
return (value / 1000).toFixed(1) + ‘K’;
} else {
return value.toString();
}
},
display: function(context) {
var value = context.dataset.data[context.dataIndex];
return typeof value !== ‘undefined’ && value !== null;
}
};
chartConfig.plugins = [ChartDataLabels];
}

var chart = new Chart(ctx, chartConfig);
}

function ensureChartAndPlugin() {
if (!window.Chart) {
loadScript(‘https://cdn.jsdelivr.net/npm/chart.js’, function() {
ensureChartAndPlugin();
});
} else if (showLabels && !window.ChartDataLabels) {
loadScript(‘https://cdn.jsdelivr.net/npm/chartjs-plugin-datalabels’, function() {
createChart();
});
} else {
createChart();
}
}

if (document.readyState === ‘loading’) {
document.addEventListener(‘DOMContentLoaded’, ensureChartAndPlugin);
} else {
ensureChartAndPlugin();
}
})();

.sr-only {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border: 0 !important;
}

.netflix-data-chart-container {
position: relative;
}

.netflix-data-chart-container table {
border-collapse: collapse;
width: 100%;
margin: 10px 0;
}

.netflix-data-chart-container th,
.netflix-data-chart-container td {
border: 1px solid #ddd;
padding: 8px;
text-align: left;
}

.netflix-data-chart-container th {
background-color: #f2f2f2;
font-weight: bold;
}

/* Dark mode support for netflix bar graph – mobile only */
@media (prefers-color-scheme: dark) and (max-width: 768px) {
.netflix-data-chart-container {
background-color: #ffffff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.netflix-data-chart-container canvas {
background-color: #ffffff;
}

.netflix-data-chart-container table {
background-color: #ffffff;
}

.netflix-data-chart-container th,
.netflix-data-chart-container td {
background-color: #ffffff;
color: #333333;
border: 1px solid #ddd;
}

.netflix-data-chart-container th {
background-color: #f2f2f2;
color: #333333;
}
}

/* Additional dark mode support for better contrast – mobile only */
@media (prefers-color-scheme: dark) and (max-width: 768px) {
.netflix-data-chart-container .sr-only {
color: #333333;
}
}

/* Mobile responsive font sizes */
@media (max-width: 768px) {
.netflix-data-chart-container canvas {
font-size: 12px !important;
}
}

@media (max-width: 480px) {
.netflix-data-chart-container canvas {
font-size: 10px !important;
}
}

As you may remember, season 3 ultimately landed in ninth on Netflix’s all-time most-watched chart, so we’ll be keeping an eye on things to come across the next few months, but as it stands, it’s likely falling short. 
In addition to season 4 debuting at the top of the global charts, season 3 and season 1 both re-entered at #8 and #10, respectively, with 2.7M views apiece. 

2. The Rip won’t enter all-time top 10
Last week, we reported on The Rip likely narrowly missing the all-time top 10, but this week, the gap has widened to the 10th-place spot currently held by Millie Bobby Brown with the movie Damsel. In week 3, The Rip dropped a whopping 64% in viewing hours, with its total views now sitting at 96.6M, nearly 9M off Damsel at the same point in time. 

document.addEventListener(‘DOMContentLoaded’, function () {
var ctx = document.getElementById(‘cumulativeChart_6982f8e73ee51’).getContext(‘2d’);
var chart = new Chart(ctx, {
type: ‘line’,
data: {
labels: [0,1,2,3,4,5,6,7,8],
datasets: [{“label”:”The Rip”,”data”:[0,41600000,82000000,96600000,null,null,null,null,null],”borderColor”:”rgba(38, 70, 83, 1)”,”backgroundColor”:”rgba(38, 70, 83, 1)”,”fill”:false,”spanGaps”:false},{“label”:”Damsel”,”data”:[0,35300000,86100000,105600000,115900000,120800000,123300000,null,null],”borderColor”:”rgba(42, 157, 143, 1)”,”backgroundColor”:”rgba(42, 157, 143, 1)”,”fill”:false,”spanGaps”:false}] },
options: {
maintainAspectRatio: false,
responsive: true,
layout: {
padding: {
bottom: 60,
top: 20,
left: 20,
right: 20
}
},
plugins: {
legend: {
position: ‘bottom’,
labels: {
font: {
size: 16
},
padding: 20
}
}
},
scales: {
x: {
title: {
display: true,
text: ‘Week Number’,
font: {
size: 16
}
},
type: ‘linear’,
position: ‘bottom’,
ticks:{
stepSize: 1,
font: {
size: 16
}
}
},
y: {
title: {
display: true,
text: ‘Cumulative Views’,
font: {
size: 16
}
},
beginAtZero: true,
ticks: {
font: { weight: ‘bold’, size: 16 },
color: ‘#222’
}
}
},
elements: {
line: {
tension: 0 // Disable bezier curves
}
}
}
});
});

/* Dark mode support for cumulative views chart – mobile only */
@media (prefers-color-scheme: dark) and (max-width: 768px) {
.netflix-data {
background-color: #ffffff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.netflix-data canvas {
background-color: #ffffff;
}
}

3. Finding Her Edge Picks Up Easy Season 2 Renewal
As we covered last week, it was a pretty decent start for Finding Her Edge, and in week 2 viewership didn’t stay flat or go down; it went up 22%, from 33.2M viewing hours to 40.4 M. Reviews haven’t been the best, but given it scored around some of its other YA counterparts, the decision for renewal was an easy one. 

{
“@context”: “https://schema.org”,
“@type”: “Dataset”,
“name”: “Netflix Viewership Data – My Life with the Walter Boys – Season 1, A Good Girls Guide to Murder – Season 1, Finding Her Edge – Season 1 and 4 more titles”,
“description”: “Cumulative viewership data for Netflix titles over 2 weeks, showing audience engagement and popularity metrics.”,
“license”: “https://www.whats-on-netflix.com/corrections-policy/”,
“keywords”: “Netflix, viewership, streaming data, audience metrics, My Life with the Walter Boys – Season 1, A Good Girls Guide to Murder – Season 1, Finding Her Edge – Season 1, Geek Girl – Season 1, Bet – Season 1”,
“creator”: {
“@type”: “Organization”,
“name”: “What’s on Netflix”
},
“datePublished”: “2026-02-04”,
“dateModified”: “2026-02-04”,
“variableMeasured”: “Cumulative Views”,
“temporalCoverage”: “2 weeks”,
“spatialCoverage”: “Global”,
“distribution”: {
“@type”: “DataDownload”,
“encodingFormat”: “JSON”,
“contentUrl”: “#netflix_bar_graph_6982f8e749a85”
}
}

Netflix Viewership Data – 2 Week Analysis

Title
Cumulative Views (2 weeks)
Rank

My Life with the Walter Boys – Season 1
20,300,000
1

A Good Girls Guide to Murder – Season 1
15,800,000
2

Finding Her Edge – Season 1
12,200,000
3

Geek Girl – Season 1
10,700,000
4

Bet – Season 1
7,400,000
5

North of North – Season 1
5,700,000
6

Wolf King – Season 1
5,500,000
7

(function() {
var showLabels = true;

function loadScript(src, callback) {
var script = document.createElement(‘script’);
script.src = src;
script.onload = callback;
document.head.appendChild(script);
}

function createChart() {
var ctx = document.getElementById(‘netflix_bar_graph_6982f8e749a85’).getContext(‘2d’);

// Detect mobile screen size
var isMobile = window.innerWidth v !== null && v !== undefined));
var percentage = (value / maxValue) * 100;
return percentage < 15 ? '#000' : '#fff'; }, font: { weight: 'bold', size: dataLabelFontSize }, formatter: function(value) { if (value >= 1000000) {
return (value / 1000000).toFixed(1) + ‘M’;
} else if (value >= 1000) {
return (value / 1000).toFixed(1) + ‘K’;
} else {
return value.toString();
}
},
display: function(context) {
var value = context.dataset.data[context.dataIndex];
return typeof value !== ‘undefined’ && value !== null;
}
};
chartConfig.plugins = [ChartDataLabels];
}

var chart = new Chart(ctx, chartConfig);
}

function ensureChartAndPlugin() {
if (!window.Chart) {
loadScript(‘https://cdn.jsdelivr.net/npm/chart.js’, function() {
ensureChartAndPlugin();
});
} else if (showLabels && !window.ChartDataLabels) {
loadScript(‘https://cdn.jsdelivr.net/npm/chartjs-plugin-datalabels’, function() {
createChart();
});
} else {
createChart();
}
}

if (document.readyState === ‘loading’) {
document.addEventListener(‘DOMContentLoaded’, ensureChartAndPlugin);
} else {
ensureChartAndPlugin();
}
})();

.sr-only {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border: 0 !important;
}

.netflix-data-chart-container {
position: relative;
}

.netflix-data-chart-container table {
border-collapse: collapse;
width: 100%;
margin: 10px 0;
}

.netflix-data-chart-container th,
.netflix-data-chart-container td {
border: 1px solid #ddd;
padding: 8px;
text-align: left;
}

.netflix-data-chart-container th {
background-color: #f2f2f2;
font-weight: bold;
}

/* Dark mode support for netflix bar graph – mobile only */
@media (prefers-color-scheme: dark) and (max-width: 768px) {
.netflix-data-chart-container {
background-color: #ffffff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.netflix-data-chart-container canvas {
background-color: #ffffff;
}

.netflix-data-chart-container table {
background-color: #ffffff;
}

.netflix-data-chart-container th,
.netflix-data-chart-container td {
background-color: #ffffff;
color: #333333;
border: 1px solid #ddd;
}

.netflix-data-chart-container th {
background-color: #f2f2f2;
color: #333333;
}
}

/* Additional dark mode support for better contrast – mobile only */
@media (prefers-color-scheme: dark) and (max-width: 768px) {
.netflix-data-chart-container .sr-only {
color: #333333;
}
}

/* Mobile responsive font sizes */
@media (max-width: 768px) {
.netflix-data-chart-container canvas {
font-size: 12px !important;
}
}

@media (max-width: 480px) {
.netflix-data-chart-container canvas {
font-size: 10px !important;
}
}

4. HIS & HERS Primed for All-Time Top 10 Spot
We’ve been beating this drum for a few weeks now, but our prediction remains the same: HIS & HERS will break into Netflix’s all-time top 10 somewhere between position 7 and 10. You can see how it’s tracking against The Night Agent season 1, which ranks at number 10 on the all-time list, and DAHMER, which ranks at number 6. 

{
“@context”: “https://schema.org”,
“@type”: “Dataset”,
“name”: “Netflix Viewership Data – Adolescence, DAHMER, His and Hers and 11 more titles”,
“description”: “Cumulative viewership data for Netflix titles over 4 weeks, showing audience engagement and popularity metrics.”,
“license”: “https://www.whats-on-netflix.com/corrections-policy/”,
“keywords”: “Netflix, viewership, streaming data, audience metrics, Adolescence, DAHMER, His and Hers, The Night Agent – Season 1, Untamed – Season 1”,
“creator”: {
“@type”: “Organization”,
“name”: “What’s on Netflix”
},
“datePublished”: “2026-02-04”,
“dateModified”: “2026-02-04”,
“variableMeasured”: “Cumulative Views”,
“temporalCoverage”: “4 weeks”,
“spatialCoverage”: “Global”,
“distribution”: {
“@type”: “DataDownload”,
“encodingFormat”: “JSON”,
“contentUrl”: “#netflix_bar_graph_6982f8e75683d”
}
}

Netflix Viewership Data – 4 Week Analysis

Title
Cumulative Views (4 weeks)
Rank

Adolescence
114,500,000
1

DAHMER
92,400,000
2

His and Hers
77,600,000
3

The Night Agent – Season 1
73,900,000
4

Untamed – Season 1
70,100,000
5

The Watcher
67,000,000
6

Queen Charlotte: A Bridgerton Story
66,700,000
7

The Perfect Couple
58,600,000
8

Griselda
57,300,000
9

Baby Reindeer
56,500,000
10

Zero Day
48,900,000
11

Sirens
47,100,000
12

Keep Breathing
35,300,000
13

American Primeval
35,100,000
14

(function() {
var showLabels = true;

function loadScript(src, callback) {
var script = document.createElement(‘script’);
script.src = src;
script.onload = callback;
document.head.appendChild(script);
}

function createChart() {
var ctx = document.getElementById(‘netflix_bar_graph_6982f8e75683d’).getContext(‘2d’);

// Detect mobile screen size
var isMobile = window.innerWidth v !== null && v !== undefined));
var percentage = (value / maxValue) * 100;
return percentage < 15 ? '#000' : '#fff'; }, font: { weight: 'bold', size: dataLabelFontSize }, formatter: function(value) { if (value >= 1000000) {
return (value / 1000000).toFixed(1) + ‘M’;
} else if (value >= 1000) {
return (value / 1000).toFixed(1) + ‘K’;
} else {
return value.toString();
}
},
display: function(context) {
var value = context.dataset.data[context.dataIndex];
return typeof value !== ‘undefined’ && value !== null;
}
};
chartConfig.plugins = [ChartDataLabels];
}

var chart = new Chart(ctx, chartConfig);
}

function ensureChartAndPlugin() {
if (!window.Chart) {
loadScript(‘https://cdn.jsdelivr.net/npm/chart.js’, function() {
ensureChartAndPlugin();
});
} else if (showLabels && !window.ChartDataLabels) {
loadScript(‘https://cdn.jsdelivr.net/npm/chartjs-plugin-datalabels’, function() {
createChart();
});
} else {
createChart();
}
}

if (document.readyState === ‘loading’) {
document.addEventListener(‘DOMContentLoaded’, ensureChartAndPlugin);
} else {
ensureChartAndPlugin();
}
})();

.sr-only {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border: 0 !important;
}

.netflix-data-chart-container {
position: relative;
}

.netflix-data-chart-container table {
border-collapse: collapse;
width: 100%;
margin: 10px 0;
}

.netflix-data-chart-container th,
.netflix-data-chart-container td {
border: 1px solid #ddd;
padding: 8px;
text-align: left;
}

.netflix-data-chart-container th {
background-color: #f2f2f2;
font-weight: bold;
}

/* Dark mode support for netflix bar graph – mobile only */
@media (prefers-color-scheme: dark) and (max-width: 768px) {
.netflix-data-chart-container {
background-color: #ffffff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.netflix-data-chart-container canvas {
background-color: #ffffff;
}

.netflix-data-chart-container table {
background-color: #ffffff;
}

.netflix-data-chart-container th,
.netflix-data-chart-container td {
background-color: #ffffff;
color: #333333;
border: 1px solid #ddd;
}

.netflix-data-chart-container th {
background-color: #f2f2f2;
color: #333333;
}
}

/* Additional dark mode support for better contrast – mobile only */
@media (prefers-color-scheme: dark) and (max-width: 768px) {
.netflix-data-chart-container .sr-only {
color: #333333;
}
}

/* Mobile responsive font sizes */
@media (max-width: 768px) {
.netflix-data-chart-container canvas {
font-size: 12px !important;
}
}

@media (max-width: 480px) {
.netflix-data-chart-container canvas {
font-size: 10px !important;
}
}

document.addEventListener(‘DOMContentLoaded’, function () {
var ctx = document.getElementById(‘cumulativeChart_6982f8e756877’).getContext(‘2d’);
var chart = new Chart(ctx, {
type: ‘line’,
data: {
labels: [0,1,2,3,4,5,6,7,8,9,10],
datasets: [{“label”:”His and Hers”,”data”:[0,19900000,49400000,66600000,77600000,null,null,null,null,null,null],”borderColor”:”rgba(38, 70, 83, 1)”,”backgroundColor”:”rgba(38, 70, 83, 1)”,”fill”:false,”spanGaps”:false},{“label”:”Adolescence”,”data”:[0,24300000,66300000,96700000,114500000,124200000,130200000,134000000,136300000,139900000,143400000],”borderColor”:”rgba(42, 157, 143, 1)”,”backgroundColor”:”rgba(42, 157, 143, 1)”,”fill”:false,”spanGaps”:false},{“label”:”DAHMER”,”data”:[0,22000000,55600000,78600000,92400000,100200000,104800000,108000000,null,null,null],”borderColor”:”rgba(233, 196, 106, 1)”,”backgroundColor”:”rgba(233, 196, 106, 1)”,”fill”:false,”spanGaps”:false},{“label”:”The Night Agent – Season 1″,”data”:[0,20600000,47000000,62900000,73900000,80800000,85400000,88700000,91200000,93300000,94800000],”borderColor”:”rgba(244, 162, 97, 1)”,”backgroundColor”:”rgba(244, 162, 97, 1)”,”fill”:false,”spanGaps”:false}] },
options: {
maintainAspectRatio: false,
responsive: true,
layout: {
padding: {
bottom: 60,
top: 20,
left: 20,
right: 20
}
},
plugins: {
legend: {
position: ‘bottom’,
labels: {
font: {
size: 16
},
padding: 20
}
}
},
scales: {
x: {
title: {
display: true,
text: ‘Week Number’,
font: {
size: 16
}
},
type: ‘linear’,
position: ‘bottom’,
ticks:{
stepSize: 1,
font: {
size: 16
}
}
},
y: {
title: {
display: true,
text: ‘Cumulative Views’,
font: {
size: 16
}
},
beginAtZero: true,
ticks: {
font: { weight: ‘bold’, size: 16 },
color: ‘#222’
}
}
},
elements: {
line: {
tension: 0 // Disable bezier curves
}
}
}
});
});

/* Dark mode support for cumulative views chart – mobile only */
@media (prefers-color-scheme: dark) and (max-width: 768px) {
.netflix-data {
background-color: #ffffff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.netflix-data canvas {
background-color: #ffffff;
}
}

5. Cosmic Princess Kaguya! in Week 2
Last week, we didn’t cover the launch of the new anime movie Cosmic Princess Kaguya! So let’s correct that wrong. First, looking back at other anime movies (that chart, because many don’t), you can see it had an OK start in the top 10s last week with 1M views. 

{
“@context”: “https://schema.org”,
“@type”: “Dataset”,
“name”: “Netflix Viewership Data – Baki Hanma vs Kengan Ashura, Bubble, Words Bubble Up Like Soda Pop and 2 more titles”,
“description”: “Cumulative viewership data for Netflix titles over 1 weeks, showing audience engagement and popularity metrics.”,
“license”: “https://www.whats-on-netflix.com/corrections-policy/”,
“keywords”: “Netflix, viewership, streaming data, audience metrics, Baki Hanma vs Kengan Ashura, Bubble, Words Bubble Up Like Soda Pop, Cosmic Princess Kaguya!, Pretty Guardian Sailor Moon Cosmos The Movie”,
“creator”: {
“@type”: “Organization”,
“name”: “What’s on Netflix”
},
“datePublished”: “2026-02-04”,
“dateModified”: “2026-02-04”,
“variableMeasured”: “Cumulative Views”,
“temporalCoverage”: “1 weeks”,
“spatialCoverage”: “Global”,
“distribution”: {
“@type”: “DataDownload”,
“encodingFormat”: “JSON”,
“contentUrl”: “#netflix_bar_graph_6982f8e75f24e”
}
}

Netflix Viewership Data – 1 Week Analysis

Title
Cumulative Views (1 weeks)
Rank

Baki Hanma vs Kengan Ashura
6,800,000
1

Bubble
2,600,000
2

Words Bubble Up Like Soda Pop
1,500,000
3

Cosmic Princess Kaguya!
1,000,000
4

Pretty Guardian Sailor Moon Cosmos The Movie
800,000
5

(function() {
var showLabels = true;

function loadScript(src, callback) {
var script = document.createElement(‘script’);
script.src = src;
script.onload = callback;
document.head.appendChild(script);
}

function createChart() {
var ctx = document.getElementById(‘netflix_bar_graph_6982f8e75f24e’).getContext(‘2d’);

// Detect mobile screen size
var isMobile = window.innerWidth v !== null && v !== undefined));
var percentage = (value / maxValue) * 100;
return percentage < 15 ? '#000' : '#fff'; }, font: { weight: 'bold', size: dataLabelFontSize }, formatter: function(value) { if (value >= 1000000) {
return (value / 1000000).toFixed(1) + ‘M’;
} else if (value >= 1000) {
return (value / 1000).toFixed(1) + ‘K’;
} else {
return value.toString();
}
},
display: function(context) {
var value = context.dataset.data[context.dataIndex];
return typeof value !== ‘undefined’ && value !== null;
}
};
chartConfig.plugins = [ChartDataLabels];
}

var chart = new Chart(ctx, chartConfig);
}

function ensureChartAndPlugin() {
if (!window.Chart) {
loadScript(‘https://cdn.jsdelivr.net/npm/chart.js’, function() {
ensureChartAndPlugin();
});
} else if (showLabels && !window.ChartDataLabels) {
loadScript(‘https://cdn.jsdelivr.net/npm/chartjs-plugin-datalabels’, function() {
createChart();
});
} else {
createChart();
}
}

if (document.readyState === ‘loading’) {
document.addEventListener(‘DOMContentLoaded’, ensureChartAndPlugin);
} else {
ensureChartAndPlugin();
}
})();

.sr-only {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border: 0 !important;
}

.netflix-data-chart-container {
position: relative;
}

.netflix-data-chart-container table {
border-collapse: collapse;
width: 100%;
margin: 10px 0;
}

.netflix-data-chart-container th,
.netflix-data-chart-container td {
border: 1px solid #ddd;
padding: 8px;
text-align: left;
}

.netflix-data-chart-container th {
background-color: #f2f2f2;
font-weight: bold;
}

/* Dark mode support for netflix bar graph – mobile only */
@media (prefers-color-scheme: dark) and (max-width: 768px) {
.netflix-data-chart-container {
background-color: #ffffff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.netflix-data-chart-container canvas {
background-color: #ffffff;
}

.netflix-data-chart-container table {
background-color: #ffffff;
}

.netflix-data-chart-container th,
.netflix-data-chart-container td {
background-color: #ffffff;
color: #333333;
border: 1px solid #ddd;
}

.netflix-data-chart-container th {
background-color: #f2f2f2;
color: #333333;
}
}

/* Additional dark mode support for better contrast – mobile only */
@media (prefers-color-scheme: dark) and (max-width: 768px) {
.netflix-data-chart-container .sr-only {
color: #333333;
}
}

/* Mobile responsive font sizes */
@media (max-width: 768px) {
.netflix-data-chart-container canvas {
font-size: 12px !important;
}
}

@media (max-width: 480px) {
.netflix-data-chart-container canvas {
font-size: 10px !important;
}
}

As of week 2, viewing hours grew 26% but it’s still ultimately quite a way off some of its anime movie counterparts. 

document.addEventListener(‘DOMContentLoaded’, function () {
var ctx = document.getElementById(‘cumulativeChart_6982f8e75f27e’).getContext(‘2d’);
var chart = new Chart(ctx, {
type: ‘line’,
data: {
labels: [0,1,2,3],
datasets: [{“label”:”Cosmic Princess Kaguya!”,”data”:[0,1000000,2200000,null],”borderColor”:”rgba(38, 70, 83, 1)”,”backgroundColor”:”rgba(38, 70, 83, 1)”,”fill”:false,”spanGaps”:false},{“label”:”Baki Hanma vs Kengan Ashura”,”data”:[0,6800000,10000000,null],”borderColor”:”rgba(42, 157, 143, 1)”,”backgroundColor”:”rgba(42, 157, 143, 1)”,”fill”:false,”spanGaps”:false},{“label”:”Bubble”,”data”:[0,2600000,5200000,null],”borderColor”:”rgba(233, 196, 106, 1)”,”backgroundColor”:”rgba(233, 196, 106, 1)”,”fill”:false,”spanGaps”:false},{“label”:”Words Bubble Up Like Soda Pop”,”data”:[0,1500000,null,null],”borderColor”:”rgba(244, 162, 97, 1)”,”backgroundColor”:”rgba(244, 162, 97, 1)”,”fill”:false,”spanGaps”:false},{“label”:”Pretty Guardian Sailor Moon Cosmos The Movie”,”data”:[0,800000,null,null],”borderColor”:”rgba(231, 111, 81, 1)”,”backgroundColor”:”rgba(231, 111, 81, 1)”,”fill”:false,”spanGaps”:false}] },
options: {
maintainAspectRatio: false,
responsive: true,
layout: {
padding: {
bottom: 60,
top: 20,
left: 20,
right: 20
}
},
plugins: {
legend: {
position: ‘bottom’,
labels: {
font: {
size: 16
},
padding: 20
}
}
},
scales: {
x: {
title: {
display: true,
text: ‘Week Number’,
font: {
size: 16
}
},
type: ‘linear’,
position: ‘bottom’,
ticks:{
stepSize: 1,
font: {
size: 16
}
}
},
y: {
title: {
display: true,
text: ‘Cumulative Views’,
font: {
size: 16
}
},
beginAtZero: true,
ticks: {
font: { weight: ‘bold’, size: 16 },
color: ‘#222’
}
}
},
elements: {
line: {
tension: 0 // Disable bezier curves
}
}
}
});
});

/* Dark mode support for cumulative views chart – mobile only */
@media (prefers-color-scheme: dark) and (max-width: 768px) {
.netflix-data {
background-color: #ffffff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.netflix-data canvas {
background-color: #ffffff;
}
}

6. Alpha Males is a super interesting evolution
First off, the Spanish series Alpha Males has plenty more juice, which is why Netflix felt confident enough to give it an early fifth-season renewal. Stacked against prior seasons, all releasing on different days, you can see season 4 defies the odds and goes against the grain in gaining more audience over time, season to season, rather than less. 

document.addEventListener(‘DOMContentLoaded’, function () {
var ctx = document.getElementById(‘cumulativeChart_6982f8e7642cf’).getContext(‘2d’);
var chart = new Chart(ctx, {
type: ‘line’,
data: {
labels: [0,1,2,3,4,5],
datasets: [{“label”:”Alpha Males – Season 4″,”data”:[0,2100000,4700000,6000000,6800000,null],”borderColor”:”rgba(38, 70, 83, 1)”,”backgroundColor”:”rgba(38, 70, 83, 1)”,”fill”:false,”spanGaps”:false},{“label”:”Alpha Males – Season 1″,”data”:[0,3400000,6100000,8000000,null,null],”borderColor”:”rgba(42, 157, 143, 1)”,”backgroundColor”:”rgba(42, 157, 143, 1)”,”fill”:false,”spanGaps”:false},{“label”:”Alpha Males – Season 2″,”data”:[0,900000,3500000,5100000,null,null],”borderColor”:”rgba(233, 196, 106, 1)”,”backgroundColor”:”rgba(233, 196, 106, 1)”,”fill”:false,”spanGaps”:false},{“label”:”Alpha Males – Season 3″,”data”:[0,2600000,4100000,null,null,null],”borderColor”:”rgba(244, 162, 97, 1)”,”backgroundColor”:”rgba(244, 162, 97, 1)”,”fill”:false,”spanGaps”:false}] },
options: {
maintainAspectRatio: false,
responsive: true,
layout: {
padding: {
bottom: 60,
top: 20,
left: 20,
right: 20
}
},
plugins: {
legend: {
position: ‘bottom’,
labels: {
font: {
size: 16
},
padding: 20
}
}
},
scales: {
x: {
title: {
display: true,
text: ‘Week Number’,
font: {
size: 16
}
},
type: ‘linear’,
position: ‘bottom’,
ticks:{
stepSize: 1,
font: {
size: 16
}
}
},
y: {
title: {
display: true,
text: ‘Cumulative Views’,
font: {
size: 16
}
},
beginAtZero: true,
ticks: {
font: { weight: ‘bold’, size: 16 },
color: ‘#222’
}
}
},
elements: {
line: {
tension: 0 // Disable bezier curves
}
}
}
});
});

/* Dark mode support for cumulative views chart – mobile only */
@media (prefers-color-scheme: dark) and (max-width: 768px) {
.netflix-data {
background-color: #ffffff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.netflix-data canvas {
background-color: #ffffff;
}
}

That’s it for this week – we’ll be back next week with more Netflix top 10 stories next week. 

Leave a Reply

Your email address will not be published. Required fields are marked *