You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-8
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,15 @@ YCharts is a light and extensible chart library for Jetpack Compose system. It c
5
5
-`YChartslib` (Chart components for Jetpack Compose)
6
6
-`app` (sample app to showcase chart components)
7
7
8
+
## Adding YCharts to your project:
9
+
10
+
You can add automatically the library via Maven:
11
+
12
+
Gradle:
13
+
```groovy
14
+
implementation 'co.yml:ycharts:1.0.0'
15
+
```
16
+
8
17
## Modules
9
18
10
19
The following table outlines the modules included in this library:
@@ -356,14 +365,6 @@ Compose views by deafult supports accessibility services, but for views drawn us
356
365
Here fig(a) represents the line graph with the container being highlighted & fig(b) represents the accessibility sheet with all values laid out in detail so that talkback can describe the graph values.<br><br>
357
366
*Note*: All the descriptions that are visible in the accessibility popup can be customized to the required string.
358
367
359
-
## Download
360
-
You can add automatically the library via Maven Central:
0 commit comments