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

Show the infobox when Tapping on the data points #236

Open NaDaaAhmedd opened 1 year ago

NaDaaAhmedd commented 1 year ago

Hey @willdale First of all, I'm enjoying the package thank you for it.

I have a question, Is there a way to show the infobox when I tap on the data points not by swiping on the chart? I'm using the FilledLineChart.

Thanks in advance.