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

how to set a fixed count of five labels on the X-axis when we have more than 1000 data points #243

Open vaidehi-iottive opened 9 months ago

vaidehi-iottive commented 9 months ago

I want to set a fixed count of five labels for the X-axis, even when dealing with more than 1000 data points, similar to specifying the number of labels on the y-axis using 'yAxisNumberOfLabels' in other chart libraries