@@ -18,7 +18,7 @@ The component to render when the user taps on the chart
1818
1919#### Defined in
2020
21- [ src/types.ts:86 ] ( https://github.com/Malaa-tech/react-native-simple-line-chart/blob/09edd766afceda200551558c41bf04eef4ec5b23 /src/types.ts#L86 )
21+ [ src/types.ts:91 ] ( https://github.com/Malaa-tech/react-native-simple-line-chart/blob/6e0215dbd194df10ddb3d5a2a472fbe3c71a004f /src/types.ts#L91 )
2222
2323***
2424
@@ -30,7 +30,7 @@ The same as (activePointComponent) but the component will receive the shared val
3030
3131#### Defined in
3232
33- [ src/types.ts:90 ] ( https://github.com/Malaa-tech/react-native-simple-line-chart/blob/09edd766afceda200551558c41bf04eef4ec5b23 /src/types.ts#L90 )
33+ [ src/types.ts:95 ] ( https://github.com/Malaa-tech/react-native-simple-line-chart/blob/6e0215dbd194df10ddb3d5a2a472fbe3c71a004f /src/types.ts#L95 )
3434
3535***
3636
@@ -42,7 +42,7 @@ The configuration for the active point (the point that is shown when the user ta
4242
4343#### Defined in
4444
45- [ src/types.ts:62 ] ( https://github.com/Malaa-tech/react-native-simple-line-chart/blob/09edd766afceda200551558c41bf04eef4ec5b23 /src/types.ts#L62 )
45+ [ src/types.ts:67 ] ( https://github.com/Malaa-tech/react-native-simple-line-chart/blob/6e0215dbd194df10ddb3d5a2a472fbe3c71a004f /src/types.ts#L67 )
4646
4747***
4848
@@ -60,7 +60,7 @@ The curve of the line
6060
6161#### Defined in
6262
63- [ src/types.ts:103 ] ( https://github.com/Malaa-tech/react-native-simple-line-chart/blob/09edd766afceda200551558c41bf04eef4ec5b23 /src/types.ts#L103 )
63+ [ src/types.ts:108 ] ( https://github.com/Malaa-tech/react-native-simple-line-chart/blob/6e0215dbd194df10ddb3d5a2a472fbe3c71a004f /src/types.ts#L108 )
6464
6565***
6666
@@ -72,7 +72,7 @@ The data points for the line containing an array of objects with x and y values
7272
7373#### Defined in
7474
75- [ src/types.ts:58 ] ( https://github.com/Malaa-tech/react-native-simple-line-chart/blob/09edd766afceda200551558c41bf04eef4ec5b23 /src/types.ts#L58 )
75+ [ src/types.ts:63 ] ( https://github.com/Malaa-tech/react-native-simple-line-chart/blob/6e0215dbd194df10ddb3d5a2a472fbe3c71a004f /src/types.ts#L63 )
7676
7777***
7878
@@ -84,7 +84,7 @@ The end point configuration (the point appearing at the end of the line)
8484
8585#### Defined in
8686
87- [ src/types.ts:98 ] ( https://github.com/Malaa-tech/react-native-simple-line-chart/blob/09edd766afceda200551558c41bf04eef4ec5b23 /src/types.ts#L98 )
87+ [ src/types.ts:103 ] ( https://github.com/Malaa-tech/react-native-simple-line-chart/blob/6e0215dbd194df10ddb3d5a2a472fbe3c71a004f /src/types.ts#L103 )
8888
8989***
9090
@@ -102,7 +102,7 @@ The fill opacity of the area chart
102102
103103#### Defined in
104104
105- [ src/types.ts:113 ] ( https://github.com/Malaa-tech/react-native-simple-line-chart/blob/09edd766afceda200551558c41bf04eef4ec5b23 /src/types.ts#L113 )
105+ [ src/types.ts:118 ] ( https://github.com/Malaa-tech/react-native-simple-line-chart/blob/6e0215dbd194df10ddb3d5a2a472fbe3c71a004f /src/types.ts#L118 )
106106
107107***
108108
@@ -120,7 +120,7 @@ false
120120
121121#### Defined in
122122
123- [ src/types.ts:108 ] ( https://github.com/Malaa-tech/react-native-simple-line-chart/blob/09edd766afceda200551558c41bf04eef4ec5b23 /src/types.ts#L108 )
123+ [ src/types.ts:113 ] ( https://github.com/Malaa-tech/react-native-simple-line-chart/blob/6e0215dbd194df10ddb3d5a2a472fbe3c71a004f /src/types.ts#L113 )
124124
125125***
126126
@@ -132,7 +132,7 @@ Optional key to indicate that the line has changed (helps with triggering animat
132132
133133#### Defined in
134134
135- [ src/types.ts:54 ] ( https://github.com/Malaa-tech/react-native-simple-line-chart/blob/09edd766afceda200551558c41bf04eef4ec5b23 /src/types.ts#L54 )
135+ [ src/types.ts:59 ] ( https://github.com/Malaa-tech/react-native-simple-line-chart/blob/6e0215dbd194df10ddb3d5a2a472fbe3c71a004f /src/types.ts#L59 )
136136
137137***
138138
@@ -150,7 +150,7 @@ the opacity of the begging of the line (gives it gradient effect if you have col
150150
151151#### Defined in
152152
153- [ src/types.ts:71 ] ( https://github.com/Malaa-tech/react-native-simple-line-chart/blob/09edd766afceda200551558c41bf04eef4ec5b23 /src/types.ts#L71 )
153+ [ src/types.ts:76 ] ( https://github.com/Malaa-tech/react-native-simple-line-chart/blob/6e0215dbd194df10ddb3d5a2a472fbe3c71a004f /src/types.ts#L76 )
154154
155155***
156156
@@ -162,7 +162,7 @@ The color of the line (supplying an array of colors will create a linear gradien
162162
163163#### Defined in
164164
165- [ src/types.ts:66 ] ( https://github.com/Malaa-tech/react-native-simple-line-chart/blob/09edd766afceda200551558c41bf04eef4ec5b23 /src/types.ts#L66 )
165+ [ src/types.ts:71 ] ( https://github.com/Malaa-tech/react-native-simple-line-chart/blob/6e0215dbd194df10ddb3d5a2a472fbe3c71a004f /src/types.ts#L71 )
166166
167167***
168168
@@ -174,7 +174,7 @@ The width of the line
174174
175175#### Defined in
176176
177- [ src/types.ts:94 ] ( https://github.com/Malaa-tech/react-native-simple-line-chart/blob/09edd766afceda200551558c41bf04eef4ec5b23 /src/types.ts#L94 )
177+ [ src/types.ts:99 ] ( https://github.com/Malaa-tech/react-native-simple-line-chart/blob/6e0215dbd194df10ddb3d5a2a472fbe3c71a004f /src/types.ts#L99 )
178178
179179***
180180
@@ -186,7 +186,7 @@ specify the strokeDasharray for the line
186186
187187#### Defined in
188188
189- [ src/types.ts:82 ] ( https://github.com/Malaa-tech/react-native-simple-line-chart/blob/09edd766afceda200551558c41bf04eef4ec5b23 /src/types.ts#L82 )
189+ [ src/types.ts:87 ] ( https://github.com/Malaa-tech/react-native-simple-line-chart/blob/6e0215dbd194df10ddb3d5a2a472fbe3c71a004f /src/types.ts#L87 )
190190
191191***
192192
@@ -204,4 +204,4 @@ the opacity of the end of the line (gives it gradient effect if you have colored
204204
205205#### Defined in
206206
207- [ src/types.ts:76 ] ( https://github.com/Malaa-tech/react-native-simple-line-chart/blob/09edd766afceda200551558c41bf04eef4ec5b23 /src/types.ts#L76 )
207+ [ src/types.ts:81 ] ( https://github.com/Malaa-tech/react-native-simple-line-chart/blob/6e0215dbd194df10ddb3d5a2a472fbe3c71a004f /src/types.ts#L81 )
0 commit comments