reopt designreopt design
DocsExploreToolsPricingBuilder
로그인
시작하기
개요
시작하기
핵심 개념
핵심 개념
데이터 모델
데이터 모델
구축·운영
Production readiness
opt-charts · Charts
ChartContainer
ChartTooltip
ChartLegend
LineChart
BarChart
AreaChart
Sparkline
PieChart
ScatterChart
ComparisonChart
GaugeChart
FunnelChart
RetentionHeatmap
SankeyChart
CalendarHeatmap
WaterfallChart
BubbleChart
ComposedChart
RadarChart
RadialBarChart
Treemap
Histogram
BoxPlot
BulletChart
Heatmap
DataBar
GanttChart
Sunburst
CandlestickChart
TimeSeriesChart
TimeSeriesTooltip
MetricsCard
TrendChart
EventSparkline
ReportWidget
Oopt-charts
reopt designreopt design

AI 시대를 위한 디자인 시스템

  • 문서
  • 가격
  • 릴리즈 노트
  • GitHub
  • 소개
  • 문의
  • 서비스 약관
  • 개인정보처리방침

주식회사 리옵트사업자등록번호 217-88-02453contact@reopt.ai

© 2026 reopt Inc. All rights reserved.

TimeSeriesChart

visual

시간축 기반 시계열 차트. 조회 구간에 고정된 시간 스케일, 자동 틱/라벨, 미완료 버킷 표시, 드래그 구간 선택(줌), 주석·임계선, 비교 기간 오버레이를 지원합니다.

100%

Time axis

Trailing bucket still filling

The last bar covers a day that is only half over. It is shaded rather than presented as a collapse.

Drag to zoom

Drag across the plot to pick a window.

Comparison period

Annotations and thresholds

Gaps in the data

Broken at the gap (default)

Drawn through the gap

테스트 커버리지

2026년 7월 9일

생성된 테스트 결과를 찾지 못했습니다.

TimeSeriesChart 항목이 문서 메타에 연결되어 있지만 현재 생성 파일에는 없습니다.

테스트를 추가한 뒤 `bun run generate:test-results`를 실행하거나 `testDescribe` 매핑을 다시 확인하세요.

TimeSeriesChart Props

Prop타입기본값설명
data*TimeSeriesPoint[]—t(epoch/ISO/Date)와 시리즈 값을 담은 데이터 배열
series*TimeSeriesDef[]—시리즈 정의 (dataKey, name, color, type, comparison)
fromnumber | string | Date—축 시작 — 조회 구간에 축을 고정
tonumber | string | Date—축 끝 — 조회 구간에 축을 고정
granularityTimeGranularity | "auto""auto"버킷 단위
timeZonestring—축 라벨과 버킷 경계를 계산할 IANA 타임존
variant"line" | "area" | "bar""line"시리즈가 지정하지 않았을 때의 기본 마크
heightnumber | `${number}%`300차트 높이
partialBucketboolean | number | "auto""auto"아직 채워지는 중인 마지막 버킷 음영 표시
selectablebooleanfalse드래그로 구간 선택 활성화
onRangeSelect(range: { from: number; to: number }) => void—드래그 선택이 끝났을 때 호출
annotationsTimeSeriesAnnotation[]—시간축 위 마커/구간 (배포, 장애, 캠페인)
thresholdsChartReferenceLine[]—Y축 임계선
syncIdstring—같은 값을 가진 차트끼리 crosshair 동기화
accessibleTablebooleanfalse스크린 리더용 숨김 데이터 표 렌더

Import

tsx
import { TimeSeriesChart } from "@reopt-ai/opt-ui";