Mercurial > public > stock-charts
view Sources/StockCharts/CapsuleChart/CapsuleChartStyle.swift @ 114:c43f064cde3f
Updated .gitignore
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Thu, 05 Aug 2021 15:44:54 +0100 |
parents | f53d8b9ca92b |
children |
line wrap: on
line source
// // CapsuleChartStyle.swift // StockCharts // // Created by Dennis Concepción Martín on 04/07/2021. // import SwiftUI public class CapsuleChartStyle { public var capsuleColor: Color public init(capsuleColor: Color) { self.capsuleColor = capsuleColor } }