willdale / SwiftUICharts

A charts / plotting library for SwiftUI. Works on macOS, iOS, watchOS, and tvOS and has accessibility features built in.
MIT License
837 stars 103 forks source link

Grid style color change dynamically #247

Open SuvarnaRatnaA opened 4 months ago

SuvarnaRatnaA commented 4 months ago

Hi Team,

Thank you very much for providing a very useful library.

Could you please help me to change x axis line color dynamically.

let gridStyle = GridStyle(numberOfLines: yVals?.count ?? 4, lineColour : Color(.blackGeneric), lineWidth : 1, dash : [1], dashPhase : 0)

@willdale Any help would be appreciated.
Thank you.

SuvarnaRatnaA commented 4 months ago

@willdale and team,

Any help how to proceed on this issue.

Thank you.