ChartXAxis Value Not Displayed
Open
- Dominant language
- Swift
- Stars
- 28k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
ChartXAxis *xAxis = _chartView.xAxis;
xAxis.granularityEnabled = YES;
xAxis.granularity = dataArray.count - 1;
dataArray is my data source.dataArray count number will change.
sometimes, xAxis's value have one, sometime , have two value,

please help me, thanks!
Contributor guide
Assessment
This issue has not been assessed yet.