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

Enabling smooth lines in line chart view results in line graph clipping (Out of bounds)? #83

Closed
kidsid49 opened this issue Aug 7, 2014 · 1 comment

Comments

@kidsid49
Copy link

kidsid49 commented Aug 7, 2014

I returned YES in

  • (BOOL) lineChartView:(JBLineChartView *)lineChartView smoothLineAtLineIndex:(NSUInteger) lineIndex.

It result in clipping of line graph on the top sometimes.
It looks like graph is going outside its frame.
How to avoid it?

@terryworona
Copy link
Collaborator

There is logic to account for the line width such that is doesn't get clipped.

  • Are you on the latest version (2.7.2)?
  • Can you post a screenshot?
  • Can you post your dataSource and delegation implementation for the line chart?

terryworona added a commit that referenced this issue Aug 7, 2014
@kidsid49 kidsid49 closed this as completed Aug 8, 2014
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