<head>
<style>
.page_cover,
.width.padding:first-of-type {
display: none !important;
}
.notion-table_of_contents-block {
position: fixed !important;
top: 250px !important;
left: 24px !important;
width: 24vw !important; /* 💡 전체 뷰포트 너비의 24%로 설정 */
max-width: 400px !important; /* 💡 넓을 때는 최대 400px까지 */
min-width: 180px !important; /* 💡 좁아질 때도 너무 쪼그라들지 않게 */
background: white !important;
padding: 10px 12px !important;
z-index: 999 !important;
overflow-y: auto !important;
max-height: calc(100vh - 160px) !important;
border-radius: 6px;
box-shadow: 0 0 4px rgba(0,0,0,0.06);
font-size: 14px !important;
}
.notion-page-content {
padding-left: 0px !important; /* TOC 너비 + 여백 */
max-width: 1200px !important;
}
/* 🟨 태블릿 대응 (1024px 이하) */
@media screen and (max-width: 1024px) {
.notion-table_of_contents-block {
display: none !important;
}
.notion-page-content {
padding-left: 24px !important;
max-width: 80% !important;
}
}
/* 🟦 모바일 대응 (768px 이하) */
@media screen and (max-width: 768px) {
.notion-table_of_contents-block {
display: none !important;
}
.notion-page-content {
padding-left: 16px !important;
padding-right: 16px !important;
max-width: 95% !important;
}
}
</style>
</head>
title: "HEARTCONT 업데이트 노트"
description: "하트카운트의 주요 업데이트를 소개합니다. 더 유용하고, 더 편리한 새로운 기능을 확인해보세요."
fonts:
headerFont: "SUIT"
defaultFont: "SUIT"
scrollProgressBar:
show: false
hideCollectionViewList: true
hideBreadcrumbs: true
hideFooter: true
topNavigator: null
bottomNavigator: null
imageBorderRadius: 0 # 이미지를 둥글게 만듭니다
calloutBorderRadius: 7 # 콜아웃을 둥글게 만듭니다
galleryBorderRadius: 7 # 갤러리를 둥글게 만듭니다
gotoTop: # 맨 위로 버튼을 추가합니다
align: "left"
alignPixel: 12
bottom: 40
fitToScreen: false
show: true
disqus: false
HEARTCOUNT의 주요 업데이트를 소개합니다 :) 더 유용하고, 더 편리한 새로운 기능을 확인해보세요.
시각화
AI 분석
기타
메트릭, 서치, 다이얼로그
스마트 플롯
, 드릴 다운
, 스마트 랭킹
에서 해당 기능을 확인해보실 수 있으며, 추후 AI 분석 기능(다이얼로그)에서도 만나보실 수 있습니다.
시각화
공유
스마트 랭킹
및 스몰 멀티플즈
시각화 기능에서는 평균 메트릭을 사용하여 각 숫자형 변수/범주형 변수의 추이를 한 눈에 볼 수 있었는데요. 이제 해당 기능에서 총합 메트릭을 사용하실 수 있습니다.스마트 플롯
과 드릴다운
시각화 기능에서 고유 레코드 개수(DISTINCT COUNT, UNIQUE COUNT) 메트릭을 사용하실 수 있습니다.<aside> ☺️
SUM/고유 레코드 개수 뿐 아니라, 앞으로 더 다양한 Metric을 지원하여 더 쉽고 빠르게 인사이트를 도출할 수 있도록 도와드릴 예정입니다.
</aside>
스마트 플롯
, 요인 분석
, 스마트 서치
기능에서 HTML Export 기능을 사용하실 수 있습니다.
<aside> ☺️
HTML Export 기능과 더불어, 북마크/캠페인 공유 등의 유용한 공유 기능을 지원할 예정입니다.
</aside>