esnet / esnet/react-timeseries-charts
Specify BarChart bars as percent of available area
Open
:sparkles: enhancement
- Dominant language
- JavaScript
- Stars
- 876
- Forks
- 279
- PR merge metrics
- No merged PRs in 30d
Description
I've used the offset, size, and spacing props to create a Group of Bars for each time point. The problem is once I get 5 bars in my group it starts to spill over into the next timeslot and thus the bars overlap. Is there a way to dynamically set the size based on the size the chart calculated? Like size={calcSize / 5}
Contributor guide
Assessment
This issue has not been assessed yet.