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

Cannot change axis #22

Closed
fulldecent opened this issue Jul 14, 2015 · 2 comments
Closed

Cannot change axis #22

fulldecent opened this issue Jul 14, 2015 · 2 comments

Comments

@fulldecent
Copy link
Contributor

Changing chart parameters is not possible after adding chart data. A workaround is this hack which resets the whole chart:

FSLineChart *newChart = [[FSLineChart alloc] initWithFrame:self.lineChartFull.frame];
[self.lineChartFull removeFromSuperview];
[self.view addSubview:newChart];
self.lineChartFull = newChart;
@fulldecent
Copy link
Contributor Author

@ArthurGuibert To be clear, are you still accepting contributions to this project?? If so would a PR that fixes this be in scope to be merged?

@fulldecent
Copy link
Contributor Author

Closing as project is not active

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

1 participant