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

add highlight circle for radar chart #630

Merged
merged 1 commit into from
Mar 17, 2016

Conversation

liuxuan30
Copy link
Member

For #138
Add highlight circle for radar chart. It combined an inner filled circle and an outer stroke circle. inner circle fill color, inner circle radius, outer circle radius, stroke width and alpha can be customised.

I notice drawHighlightLines is in LineScatterCandleRadarChartRenderer now, no longer in the radar chart renderer. I am not sure if draw highlight circle should be here.

Since there are several properties can be asked to customized, I create new properties for radar chart view.

Let me know if we want to add more customizable properties or it's too many, as well as if the structure needs to be improved.

…cle and an outer stroke circle. inner circle fill color, inner circle radius, outer circle radius, stroke width and alpha can be customised.
@danielgindi danielgindi merged commit 2d08c1f into ChartsOrg:master Mar 17, 2016
@liuxuan30 liuxuan30 deleted the radarDot branch April 1, 2016 02:55
@preetirani
Copy link

Hey @liuxuan30
i want to draw circles in radar chart for the selected dataset. Can you please help me to understand what all properties needs to b implemented on radarchatview.
Here are the properties I have set but circles are not showing at all.
set1.drawHighlightCircleEnabled = true
set1.highlightCircleStrokeAlpha = 1
set1.highlightCircleFillColor = UIColor.green
set1.highlightCircleOuterRadius = 10
set1.highlightCircleInnerRadius = 8
set1.highlightCircleStrokeColor = UIColor.white

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

Successfully merging this pull request may close these issues.

3 participants