Charts: Adding dashed lines in between bars in bar graph

Created on 6 Sep 2018  ·  3Comments  ·  Source: danielgindi/Charts

ℹ 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.

All 3 comments

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

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

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

BrandonShega picture BrandonShega  ·  4Comments

ahmedsafadii picture ahmedsafadii  ·  3Comments

coop44483 picture coop44483  ·  3Comments

Bharati555 picture Bharati555  ·  4Comments

guanyanlin picture guanyanlin  ·  3Comments