-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Add cornerRadius to vertical highlighter line and draw circle only on highlight #2969
Comments
I don't know what's "Add cornerRadius to vertical highlighter ", it's just a thin line, I don't think take a look at |
Worked like charm. You guys are awesome. Is there any way I can contribute to this library. I read the wiki on the android repo. |
ofc, just fix any issue you found or what feature/enhancements you think worthy adding in. the review may take longer, as we don't have enough people on this, so it kinds of slow in terms of adding new features, especially syncing between iOS and android. but for bugfix or swift related, it can be faster as we are able to merge without involving feature reviews. |
@liuxuan30 I want to add a cornerRadius to the highlighter and draw only a circle wherever the highlighter intersects with the data point on a Line Chart.
Following your conversation on #2391 I wrote the below code but unable to get it working. Can you please give me a direction on how to do that, which classes to override and which objects to map the derived classes to.
I'm not completely sure of LineChartRenderer is the right class to be overridden or ChartHighlighter.
Can you please help.
The text was updated successfully, but these errors were encountered: