LineChart X-Axis - How To Always Display First & Last Label
- Dominant language
- Swift
- Stars
- 28k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
In my Line Chart, I have it set up so that if there's only one data entry, I make the data point show up in the middle like this:

If there's more data entries, it'll look more like this:

The problem I'm having is that the last label on the X-Axis is not showing up. This is data from the past 30 days, so I'd like the last label, Dec 25, to show up. Is there a way to make my Line Chart always display the first and last label on the X-Axis? I don't care how it computes or skips the labels in between.
Contributor guide
Assessment
This issue has not been assessed yet.