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

Bar Charts with only top outline like line chart #3562

Closed
khetaram opened this issue Jul 17, 2018 · 3 comments
Closed

Bar Charts with only top outline like line chart #3562

khetaram opened this issue Jul 17, 2018 · 3 comments

Comments

@khetaram
Copy link

ℹ Hi,
I want a bar chart like attached in below image. How can i achieve this?

screen shot 2018-07-17 at 3 20 50 pm

@nsandeep440
Copy link

If its taking more time then You can implement on your own using UIBezierPath. I'm not sure about this library for step chart with different widths.

@khetaram
Copy link
Author

khetaram commented Jul 18, 2018 via email

@liuxuan30
Copy link
Member

liuxuan30 commented Jul 20, 2018

this is what stepped mode for. Check it out.

    public enum Mode: Int
    {
        case linear
        case stepped
        case cubicBezier
        case horizontalBezier
    }

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

3 participants