react-flexmonster 2.9.53 → 2.9.54
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/package.json +3 -3
- package/readme.md +7 -7
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-flexmonster",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.54",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "React 16.5+ Module for Flexmonster Pivot Table & Charts",
|
|
6
6
|
"main": "./build/index.js",
|
|
7
7
|
"typings": "./build/index.d.ts",
|
|
8
8
|
"peerDependencies": {
|
|
9
|
-
"flexmonster": "2.9.
|
|
9
|
+
"flexmonster": "2.9.54",
|
|
10
10
|
"prop-types": "^15.7.2",
|
|
11
11
|
"react": "^17.0.1",
|
|
12
12
|
"react-dom": "^17.0.1"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"flexmonster": "2.9.
|
|
15
|
+
"flexmonster": "2.9.54",
|
|
16
16
|
"prop-types": "^15.7.2",
|
|
17
17
|
"react": "^17.0.1",
|
|
18
18
|
"react-dom": "^17.0.1"
|
package/readme.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
#
|
|
2
|
-
[](https://flexmonster.com)
|
|
3
|
-
Website: www.flexmonster.com
|
|
1
|
+
# Flexmonster Pivot Table & Charts wrapper for React
|
|
2
|
+
[](https://www.flexmonster.com?r=wrap_react)
|
|
3
|
+
Website: [www.flexmonster.com](https://www.flexmonster.com?r=wrap_react)
|
|
4
4
|
|
|
5
5
|
## Flexmonster Pivot Table & Charts
|
|
6
6
|
|
|
7
7
|
Flexmonster Pivot is a powerful JavaScript tool for interactive web reporting. It allows you to visualize and analyze data from JSON, CSV, SQL, NoSQL, Elasticsearch, and OLAP data sources quickly and conveniently. Flexmonster is designed to integrate seamlessly with any client-side framework and can be easily embedded into your application.
|
|
8
8
|
|
|
9
|
-
This package is a [Flexmonster Pivot](https://www.flexmonster.com
|
|
9
|
+
This package is a [Flexmonster Pivot](https://www.flexmonster.com?r=wrap_react) wrapper for [React](https://react.dev/) applications.
|
|
10
10
|
|
|
11
11
|
Table of contents:
|
|
12
12
|
|
|
@@ -17,7 +17,7 @@ Table of contents:
|
|
|
17
17
|
|
|
18
18
|
## <a name="usage"></a>Usage ##
|
|
19
19
|
|
|
20
|
-
Refer to the [Integration with React](https://www.flexmonster.com/doc/integration-with-react
|
|
20
|
+
Refer to the [Integration with React](https://www.flexmonster.com/doc/integration-with-react?r=wrap_react) guide for details on the wrapper usage.
|
|
21
21
|
|
|
22
22
|
## <a name="sample-project"></a>Sample project ##
|
|
23
23
|
|
|
@@ -25,10 +25,10 @@ See our [sample React project with Flexmonster](https://github.com/flexmonster/p
|
|
|
25
25
|
|
|
26
26
|
## <a name="license"></a>License ##
|
|
27
27
|
|
|
28
|
-
Here is the [Flexmonster licensing page](https://www.flexmonster.com/pivot-table-editions-and-pricing
|
|
28
|
+
Here is the [Flexmonster licensing page](https://www.flexmonster.com/pivot-table-editions-and-pricing?r=wrap_react). We have a free 30 day trial!
|
|
29
29
|
|
|
30
30
|
Flexmonster React wrapper is released as an MIT-licensed (free and open-source) add-on to Flexmonster Pivot.
|
|
31
31
|
|
|
32
32
|
## <a name="support-feedback"></a>Support and feedback ##
|
|
33
33
|
|
|
34
|
-
Please share your feedback or ask questions via [Flexmonster Help Center](https://www.flexmonster.com/help-center
|
|
34
|
+
Please share your feedback or ask questions via [Flexmonster Help Center](https://www.flexmonster.com/help-center?r=wrap_react).
|