Subdivisions between vertical/horizontal lines
Open
new feature
- Dominant language
- Swift
- Stars
- 1k
- Forks
- 166
- PR merge metrics
- No merged PRs in 30d
Description
Currently, I can set the `yLabels` property to add horizontal lines to the chart. If I set it to "5", "10" and "15", three horizontal lines are drawn on the chart. But if a data point lies between 5 and 10, it's still quite hard to see whether it is 7 or 8. So maybe you can add a property called `subdivisionsBetweenYLabels` that can be set like this:
chart.subdivisionsBetweenYLabels = 5
Now between every y label, three more lines will be drawn to divide the space between the y labels into 5 parts. Now it is very easy to see what the value of a point is.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.