EcdfPlot
Data Visualization
visx 기반 경험적 누적분포(ECDF) 계단 곡선.
Usage
여러 집단에서 특정 값 이하의 누적 비율을 계단 곡선으로 비교할 때 사용한다.
import
import
API Reference
EcdfPlot Props
Prop
Type
Default
data
필수
TDatum[]
지정 안 함
valueKey
필수
string
지정 안 함
className
string
지정 안 함
colors
string[]
지정 안 함
groupKey
string
지정 안 함
label
string
누적 비율
legendPosition
"bottom" | "left" | "right" | "top"
bottom
margin
Partial<ChartMargin>
지정 안 함
paints
ChartPaint[]
지정 안 함
showGrid
boolean
true
showLegend
boolean
false
showTooltip
boolean
false
showXAxis
boolean
true
showYAxis
boolean
true
valueFormat
(value: number) => string
(value: number) => (Math.round(value * 10) / 10).toLocaleString()