-
-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
I have this "duration" style BarChart
<BarChart
data={currentContractsChartData}
x={['startDate', 'endDate']}
xScale={scaleTime()}
y="name"
grid={{ x: false, y: true, bandAlign: 'between' }}
orientation="horizontal"
padding={{ left: 12, bottom: 36 }}
/>
and i would like to add custom labels inside the bars but i'm not sure how to do that. Thanks in advance
Metadata
Metadata
Assignees
Labels
No labels