Skip to content

Commit 069fc2b

Browse files
authoredJun 11, 2024
Update README.md
1 parent b9feba2 commit 069fc2b

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed
 

‎README.md

+11-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ScrollableLineChart
22

3+
The ScrollableLineChart library is a robust and versatile Swift library designed to create smooth, interactive, and scrollable line charts in iOS applications. This library caters to developers who need an efficient and customizable way to present time-series data or any other data that benefits from a linear graphical representation.
4+
35
Line Chart Without Curve | Curved Line Chart
46
:-------------------------:|:-------------------------:|
57
<img src="./Images/Simulator Screen Shot - iPhone 14 - 2023-11-15 at 22.24.45.png" width="120" height="195"> | <img src="./Images/Simulator Screen Shot - iPhone 14 - 2023-11-15 at 22.25.03.png" width="120" height="195">
@@ -18,12 +20,12 @@ func updateData() {
1820
}
1921
```
2022

21-
## Features
22-
23-
- Very simple
24-
- Easy to customize
25-
- Pin Pointing
26-
- Area under the lines
23+
## Key Features
24+
- Smooth Scrolling: Effortlessly scroll through large datasets with seamless performance.
25+
- Customization Options: Adjust line thickness, color, and other aesthetic elements to fit your application's design.
26+
- Dynamic Data Handling: Easily add, update, or remove data points in real-time, ensuring your charts are always up-to-date.
27+
- Performance Optimized: Built with performance in mind to handle large datasets without compromising on speed or responsiveness.
28+
- Easy Integration: Simple and intuitive API for integrating the line chart into your existing iOS projects.
2729

2830
## Properties
2931

@@ -53,6 +55,9 @@ Dot inner Radius
5355
Dot outer Radius
5456
- `outerRadius`: CGFloat = `8`
5557

58+
## Contribution
59+
Contributions to the ScrollableLineChart library are welcome. You can fork the repository and submit pull requests to enhance features or fix issues. For major changes, please open an issue first to discuss what you would like to change.
60+
5661
## License
5762

5863
MIT

0 commit comments

Comments
 (0)