ChartsOrg / Charts

Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart.
Apache License 2.0
27.48k stars 5.98k forks source link

How to fill color only below the zero line and set different line color below the zero line #5111

Open SaiPasumarthy opened 10 months ago

SaiPasumarthy commented 10 months ago

Expectation is to set the different color for line just below the zero line and fill color only below the zero line

What did you do?

I have tried dataset.fillFormatter = DefaultFillFormatter { _, _ in return CGFloat(uiView.leftAxis.axisMaximum) }

Tried

What did you expect to happen?

Expectation is to change line color just below the zero line and only fill the color just below zero line

Expected

DGCharts Environment

DGCharts version/Branch/Commit Number: Xcode version:14.2 Swift version:5.0 Platform(s) running DGCharts:iOS macOS version running Xcode:12.6.3

Demo Project

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