ivnsch / SwiftCharts

Easy to use and highly customizable charts library for iOS
Apache License 2.0
2.53k stars 410 forks source link

Make candle stick fill colours configurable #299

Closed c-st closed 7 years ago

c-st commented 7 years ago

Default colours for candle sticks are hardcoded as black and white in ChartCandleStickLayer. This PR allows to configure the fill colours via (optional) constructor parameters.

ivnsch commented 7 years ago

Thanks!