DualAxisBarLineChart
Data Visualization
서로 다른 축을 쓰는 막대·선 조합 차트.
Usage
단위가 다른 두 지표를 막대와 선, 좌우 축으로 함께 비교할 때 사용한다.
import
import
API Reference
DualAxisBarLineChart Props
Prop
Type
Default
barKey
필수
string
지정 안 함
data
필수
TDatum[]
지정 안 함
lineKey
필수
string
지정 안 함
xKey
필수
string
지정 안 함
className
string
지정 안 함
colors
[string, string]
지정 안 함
labels
Partial<Record<keyof TDatum & string, string>>
지정 안 함
legendPosition
"bottom" | "left" | "right" | "top"
bottom
margin
Partial<ChartMargin>
지정 안 함
showDots
boolean
true
showGrid
boolean
true
showLegend
boolean
false
showTooltip
boolean
false