Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ChartIndexAxisValueFormatter Not working in line charts #3371

Closed
jignesh133 opened this issue Mar 30, 2018 · 1 comment
Closed

ChartIndexAxisValueFormatter Not working in line charts #3371

jignesh133 opened this issue Mar 30, 2018 · 1 comment

Comments

@jignesh133
Copy link

jignesh133 commented Mar 30, 2018

i am using this charts in objective c projects.

i am not getting values in
ChartIndexAxisValueFormatter value formator

ChartXAxis *bottomAxis = _chartView.xAxis;
bottomAxis.valueFormatter = [[ChartIndexAxisValueFormatter
alloc] initWithValues:arrChartXlabels];

it returns nil instead of index values.
i
screen shot 2018-04-03 at 10 52 42 am

it is always returns on line no 59 instead of line no 63.
File Name : IndexAxisValueFormatter.swift

Charts Environment

**Charts version/Branch/Commit Number:**3.1
Xcode version: 9.2
Swift version: 4.0.2
Platform(s) running Charts: ios 8 and above
macOS version running Xcode: 10.13.3

@jjatie
Copy link
Collaborator

jjatie commented Apr 15, 2018

Please note that for how-to's, ask on Stack Overflow. If you would like to file an issue or feature request, please fill out the form provided.

@jjatie jjatie closed this as completed Apr 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants