-
Notifications
You must be signed in to change notification settings - Fork 165
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
Left inset & a option to hide highlight line when touched #83
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi thanks a lot for your pull request. It's OK to add a leftInset
, could you provide a screenshot showing with the intended result?
Also, to merge the PR I need you to remove the part related to the highlight line since this feature has been already added with #79
Thanks!
Source/Chart.swift
Outdated
|
||
|
||
/** | ||
Height of the area at the left of the chart, acting a padding to make place for the left x-axis label. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uhm is it height or width ? :)
Source/Chart.swift
Outdated
context.strokePath() | ||
|
||
|
||
if leftInset < 20 { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this this magic number?
Shouldn't of deleted it!
Requested changes
Requested changes
Hi @gpbl, sorry for the delay. I have also made changes to fix the issues raised and remove the part related to the highlight. Let me know what you think. I'm happy to make more changes if you think it is needed 😊. |
No description provided.