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

Adding dashed lines in between bars in bar graph #3626

Closed
1 task
kirti0525 opened this issue Sep 6, 2018 · 3 comments
Closed
1 task

Adding dashed lines in between bars in bar graph #3626

kirti0525 opened this issue Sep 6, 2018 · 3 comments

Comments

@kirti0525
Copy link

ℹ Please fill out this template when filing an issue.
All lines beginning with an ℹ symbol instruct you with what info we expect. You can delete those lines once you've filled in the info.

Per our *CONTRIBUTING guidelines, we use GitHub for
bugs and feature requests, not general support. Other issues should be opened on Stack Overflow with the tag ios-charts.

Please remove this line and everything above it before submitting.

What did you do?

ℹ Please replace this with what you did.

What did you expect to happen?

ℹ Please replace this with what you expected to happen.

What happened instead?

ℹ Please replace this with of what happened instead.

Charts Environment

Charts version/Branch/Commit Number:
Xcode version:
Swift version:
Platform(s) running Charts:
macOS version running Xcode:

Demo Project

ℹ Please link to or upload a project we can download that reproduces the issue.

@kirti0525
Copy link
Author

Hi,
Can you please help me with adding vertical dashed lines in between the bars in the bar graph. And I want the bar to be little curvy at the top from corner. I am uploading the screenshot of the requirement I need.
screenshot_2018-09-06 zeplin - project

@liuxuan30
Copy link
Member

just in AxisBase

    @objc open var gridColor = NSUIColor.gray.withAlphaComponent(0.9)
    @objc open var gridLineWidth = CGFloat(0.5)
    @objc open var gridLineDashPhase = CGFloat(0.0)
    @objc open var gridLineDashLengths: [CGFloat]!
    @objc open var gridLineCap = CGLineCap.butt

@SuperWomble
Copy link

This issue was not addressed. Does anyone know how to do what the OP needs?

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