swiftui-charts icon indicating copy to clipboard operation
swiftui-charts copied to clipboard

:rocket: SwiftUI Charts with custom styles

Results 10 swiftui-charts issues
Sort by recently updated
recently updated
newest added

Hello, this is a screenshot of the screen usage time ![IMG_6A33CB6EB1D3-1](https://user-images.githubusercontent.com/66937940/167300870-72bc0d4a-fc25-4a31-9d01-5dea70266ab0.jpeg) I want to draw a chart like it. Thanks!

Besides the short examples on the README file, is there any other documentation available? If the answer "read the source"?

Y-mirroring is to display a chart upside-down, handy for displaying negative area data. See the dual stacked area demo chart. Fill support for area charts, while retaining backwards compatibility. I...

I like the simplicity of the library but I think interaction is necessary for almost every situation

Hi @spacenation, first of all, thanks for providing this amazing library! Is there a way to add label for the largest (and maybe smallest) value to the left of a...

Suppose I have value set of values that fluctuate between 0 and 1. The timeline goes up and down (lowest value 0) correctly. Now suppose my next value is 50....

Hi i am new to swiftui , i really like your chart but how to add lables on each pickpoints of chart Chart(data: [0.0, 0.2, 0.5, 0.4, 0.3, 0.5, 0.1])...

Requires swift-extensions/shapes#2

![image](https://github.com/spacenation/swiftui-charts/assets/15030386/4487079e-8bf3-450e-84ae-9c0146205665) i want to display the value of yellow item on the chart the it is pressed。