We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I added those code when I init a BarChartView object.
chart.xAxis.drawGridLinesEnabled = true chart.xAxis.gridColor = UIColor(EngageColors.textTertiaryBody) chart.xAxis.gridLineWidth = 0.5
I want add vertical lines on X-axis with intervals, like this:
Now I get this: The vertical lines on X-axis is continuous.
**DGCharts version/Branch/Commit Number: 5.0.0 with SPM in Xcode **Xcode version: 16.2 **Swift version: 6.0 **Platform(s) running DGCharts: iOS 18.2.1 **macOS version running Xcode: 15.1.1
Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What did you do?
I added those code when I init a BarChartView object.
What did you expect to happen?
I want add vertical lines on X-axis with intervals, like this:
What happened instead?
Now I get this:
The vertical lines on X-axis is continuous.
DGCharts Environment
**DGCharts version/Branch/Commit Number: 5.0.0 with SPM in Xcode
**Xcode version: 16.2
**Swift version: 6.0
**Platform(s) running DGCharts: iOS 18.2.1
**macOS version running Xcode: 15.1.1
Thank you!
The text was updated successfully, but these errors were encountered: