gpbl / gpbl/SwiftChart

Why StockChartViewController xLabelsSkipLast didn't work?

Open
#92 0 comments 0 reactions 0 assignees View on GitHub
user support
Dominant language
Swift
Stars
1k
Forks
166
PR merge metrics
No merged PRs in 30d

Description

Thanks for the useful library first.

I try to use the `xLabelsSkipLast` method,
and want to hide the last label "October".

```
chart.xLabels = labels
print(labels) // [0.0, 22.0, 43.0, 64.0]
print(labelsAsString) //["July", "August", "September", "October"]
chart.xLabelsSkipLast = true // default is true
```
But there still have the October label,
am I misunderstanding?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.