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

Bubbles chart #3027

Closed
NallapatiMalleswari opened this issue Nov 21, 2017 · 3 comments
Closed

Bubbles chart #3027

NallapatiMalleswari opened this issue Nov 21, 2017 · 3 comments

Comments

@NallapatiMalleswari
Copy link

I have to add bubbles like in the below picture ,i need to highlite the height value in the plot .Is it possible with ioscharts
screen shot 2017-11-21 at 3 49 31 pm

@liuxuan30
Copy link
Member

liuxuan30 commented Nov 22, 2017

ofc. take a look at @objc open func drawHighlightLines(context: CGContext, point: CGPoint, set: ILineScatterCandleRadarChartDataSet) imp and override it whit your shape.
just disable isHorizontalHighlightIndicatorEnabled and increase the line width and enforce line color.

@NallapatiMalleswari
Copy link
Author

I want to draw the graph with bubbles in the above picture format.

@liuxuan30
Copy link
Member

as I said you can by overriding drawHighlightLines().

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