react-native-chart-kit 7.0.0-next.3 → 7.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/package.json +39 -2
package/README.md
CHANGED
|
@@ -6,8 +6,9 @@
|
|
|
6
6
|
<h1>React Native Chart Kit</h1>
|
|
7
7
|
|
|
8
8
|
<p>
|
|
9
|
-
Beautiful charts for React Native.
|
|
10
|
-
|
|
9
|
+
Beautiful charts for React Native. Line, area, bar, pie, donut, progress,
|
|
10
|
+
and contribution heatmaps for dashboards, reports, and data-rich mobile
|
|
11
|
+
apps.
|
|
11
12
|
</p>
|
|
12
13
|
|
|
13
14
|
<p>
|
package/package.json
CHANGED
|
@@ -1,6 +1,39 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-chart-kit",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.1",
|
|
4
|
+
"description": "Beautiful React Native charts for dashboards, reports, and data-rich mobile apps.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"react-native",
|
|
7
|
+
"react",
|
|
8
|
+
"chart",
|
|
9
|
+
"charts",
|
|
10
|
+
"charting",
|
|
11
|
+
"chart-kit",
|
|
12
|
+
"data-visualization",
|
|
13
|
+
"dataviz",
|
|
14
|
+
"visualization",
|
|
15
|
+
"graph",
|
|
16
|
+
"graphs",
|
|
17
|
+
"line-chart",
|
|
18
|
+
"area-chart",
|
|
19
|
+
"bar-chart",
|
|
20
|
+
"pie-chart",
|
|
21
|
+
"donut-chart",
|
|
22
|
+
"progress-chart",
|
|
23
|
+
"contribution-graph",
|
|
24
|
+
"heatmap",
|
|
25
|
+
"dashboard",
|
|
26
|
+
"analytics",
|
|
27
|
+
"time-series",
|
|
28
|
+
"mobile",
|
|
29
|
+
"ios",
|
|
30
|
+
"android",
|
|
31
|
+
"svg",
|
|
32
|
+
"react-native-svg",
|
|
33
|
+
"typescript",
|
|
34
|
+
"interactive-charts",
|
|
35
|
+
"accessibility"
|
|
36
|
+
],
|
|
4
37
|
"workspaces": [
|
|
5
38
|
"packages/*",
|
|
6
39
|
"apps/site"
|
|
@@ -130,9 +163,13 @@
|
|
|
130
163
|
"node": ">=20.19.4"
|
|
131
164
|
},
|
|
132
165
|
"license": "MIT",
|
|
133
|
-
"
|
|
166
|
+
"author": "Berman Digital Ltd",
|
|
167
|
+
"homepage": "https://chartkit.io",
|
|
134
168
|
"repository": {
|
|
135
169
|
"type": "git",
|
|
136
170
|
"url": "git+https://github.com/chart-kit/react-native-chart-kit.git"
|
|
171
|
+
},
|
|
172
|
+
"bugs": {
|
|
173
|
+
"url": "https://github.com/chart-kit/react-native-chart-kit/issues"
|
|
137
174
|
}
|
|
138
175
|
}
|