react-native-chart-kit 7.0.0 → 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 +2 -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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-chart-kit",
|
|
3
|
-
"version": "7.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "7.0.1",
|
|
4
|
+
"description": "Beautiful React Native charts for dashboards, reports, and data-rich mobile apps.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react-native",
|
|
7
7
|
"react",
|