comparison Sources/InteractiveCharts/LineChart/Helpers/IndicatorPoint.swift @ 20:24dfde3727c1 v0.2-alpha

Make variables and structures public
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Wed, 28 Apr 2021 20:24:54 +0200
parents 136de51a74f2
children
comparison
equal deleted inserted replaced
19:647d3a64ca3f 20:24dfde3727c1
13 .frame(width: 20, height: 20) 13 .frame(width: 20, height: 20)
14 .foregroundColor(Color(.systemBlue)) 14 .foregroundColor(Color(.systemBlue))
15 15
16 } 16 }
17 } 17 }
18
19 struct IndicatorPoint_Previews: PreviewProvider {
20 static var previews: some View {
21 IndicatorPoint()
22 }
23 }