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

How to set the xValues to the BarchartData ? #1721

Closed
Ashmika opened this issue Oct 26, 2016 · 1 comment
Closed

How to set the xValues to the BarchartData ? #1721

Ashmika opened this issue Oct 26, 2016 · 1 comment

Comments

@Ashmika
Copy link

Ashmika commented Oct 26, 2016

In previous version i have set the xValues to barchartdata using the below code but now latest library only able to set the Datasets. So how to set the xValues as any value.
Old Version -
BarChartData *data = [[BarChartData alloc] initWithXVals:xVals dataSets:dataSets];

New Version-
BarChartData *data = [[BarChartData alloc] initWithDataSets:dataSets];

Please how i set the xValues of any type in new library.

I have already use that one but its only accept the double value so for string or any xValue not accept by that. Even i use below code also to set value but seems not work properly.

[yVals addObject:[[BarChartDataEntry alloc]initWithX:i y:val]];

@pmairoldi
Copy link
Collaborator

Please don't create the same issue twice.

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