ADVERTISEMENT

Seventeen's album sells 2-M copies in 1 week, tops monthly chart with TXT in 2nd place

Published Jun 3, 2022 12:58 pm

K-pop boy band Seventeen sold two million copies of their new album in one week to claim the status as a “double million seller.”

Seventeen released the studio album “Face the Sun” on May 27 containing the nine songs including “Hot.”

Topping Hanteo Chart's monthly album chart for May are (clockwise from top left) Seventeen, TXT, Lim Young-woong, NCT Dream and GOT7 (Twitter, Instagram)

According to Korea’s Hanteo Chart, “Face the Sun” sold 2,067,769 copies in one week from May 27 to June 2.

The total is 731,907 copies higher than the first-week sales of Seventeen’s previous album “Attacca,” which had 1,335,862 copies.

Seventeen sold 1.75 million copies of “Face the Sun” on the first day of release.

With “Face the Sun,” Seventeen topped Hanteo’s weekly and monthly physical album charts. For the weekly period from May 23 to 29, “Face the Sun” sold 1.82 million copies.

For the month of May, Seventeen grabbed first place with “Face the Sun” selling 1.89 million copies.

Here is Hanteo Chart’s monthly album chart for May:

1. Seventeen - “Face the Sun” - 1,896,881 copies sold

2. TXT - Minisode 2: Thursday’s Child - 1,511,165

3. Lim Young-woong - I’m Hero - 1,108,979

4. NCT Dream - Beatbox - 454,052

5. GOT7 - GOT7 - 376,443

6. Le Sserafim - Fearless - 330,953

7. Kang Daniel - 1st Full Album: The Story -316,953

8. ASTRO - Drive to the Starry Road - 235,339

9. ONEUS - Trickster - 230,145

10. iKON - Flashback - 84,412

11. AB6IX - A to B - 80,665

12. Woodz - Colorful Trauma - 76,982

13. Monsta X - Shape of Love - 64,061

14. Ive - Love Dive - 61,349

15. Stray Kids - Oddinary - 59,630

16. BLANK2Y - K2Y I: Confidence: Thumbs Up - 58,645

17. Hwang Chi-yeul - By My Side - 44,746

18. Yerin - Aria - 39,834

19. NCT Dream - Glitch Mode - 35,839

20. TNX - Way Up - 33,583

21. DKZ - Chase, Ep. 2-Maum - 27,355

22. Mamamoo’s Moonbyul - C.I.T.T: Cheese in the Trap - 26,781

23. Victon - Chaos - 25,462

24. CLASS:Y - 1st Mini-Album Y: Class is Over - 22,186

25. Miyeon - MY - 20,769

26. Super Junior’s Ryeowook - A Wild Rose - 19,297

27. Lightsum - Into the Light - 18,279

28. NCT Dream - The First - 12,892

29. Onewe - Timeless - 12,331

30. Cipher - The Code - 11,066

Related Tags

AB6IX Stray Kids Kang Daniel Le Sserafim Face the Sun album ONEUS ASTRO GOT7 Hanteo Chart NCT Dream Seventeen Monsta X TXT iKON IVE
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.