iAugus

Results 2 comments of iAugus

@lewis-smith Thanks, I knew it works this way 🤣. But a new release would be great.

@AakashGeidea you can take advantage of ChartData's `touchedDataPointPublisher` ``` data.touchedDataPointPublisher .sink { print($0) } .store(in: &cancellables) ``` Outputs: ``` LineChartDataPoint(id: 15FC802F-B374-40F1-B0A3-AED4C34AA9B9, value: 13000.0, xAxisLabel: Optional("T"), description: Optional("Tuesday"), date: nil, pointColour:...