survey-analytics 1.9.121 → 1.9.122
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 +7 -2
- package/package.json +2 -2
- package/survey.analytics.css +1 -1
- package/survey.analytics.datatables.css +1 -1
- package/survey.analytics.datatables.js +1 -1
- package/survey.analytics.datatables.min.css +1 -1
- package/survey.analytics.datatables.min.js +1 -1
- package/survey.analytics.js +1 -1
- package/survey.analytics.min.css +1 -1
- package/survey.analytics.min.js +1 -1
- package/survey.analytics.tabulator.css +1 -1
- package/survey.analytics.tabulator.js +1 -1
- package/survey.analytics.tabulator.min.css +1 -1
- package/survey.analytics.tabulator.min.js +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
# SurveyJS Dashboard
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
https://github.com/surveyjs/survey-analytics/assets/22315929/2ebc84e1-dc43-4873-8c72-a1b4125e8749
|
|
5
|
+
|
|
6
|
+
|
|
2
7
|
[](https://dev.azure.com/SurveyJS/SurveyJS%20Integration%20Tests/_build/latest?definitionId=7&branchName=master)
|
|
3
8
|
<a href="https://github.com/DevExpress/testcafe">
|
|
4
9
|
<img alt="Tested with TestCafe" src="https://img.shields.io/badge/tested%20with-TestCafe-2fa4cf.svg">
|
|
@@ -12,8 +17,6 @@
|
|
|
12
17
|
|
|
13
18
|
The SurveyJS Dashboard library lets you build survey data dashboards and simplify survey data analysis with interactive and customizable charts and tables. Visualize your insights and analyze survey results in one view.
|
|
14
19
|
|
|
15
|
-

|
|
16
|
-
|
|
17
20
|
## Features
|
|
18
21
|
|
|
19
22
|
- Supported chart and graph types:
|
|
@@ -30,6 +33,8 @@ The SurveyJS Dashboard library lets you build survey data dashboards and simplif
|
|
|
30
33
|
- Dynamic layout
|
|
31
34
|
- Drag-and-drop chart reordering
|
|
32
35
|
|
|
36
|
+

|
|
37
|
+
|
|
33
38
|
## Get Started
|
|
34
39
|
|
|
35
40
|
- [Angular](https://surveyjs.io/Documentation/Analytics?id=get-started-angular)
|
package/package.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"lint": "eslint ./src --quiet",
|
|
21
21
|
"pre-push-check": "npm run lint && npm run test"
|
|
22
22
|
},
|
|
23
|
-
"version": "1.9.
|
|
23
|
+
"version": "1.9.122",
|
|
24
24
|
"name": "survey-analytics",
|
|
25
25
|
"description": "SurveyJS analytics Library.",
|
|
26
26
|
"main": "survey.analytics.js",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"jquery": "3.5.0",
|
|
59
59
|
"muuri": "^0.8.0",
|
|
60
60
|
"plotly.js-dist-min": "^2.11.1",
|
|
61
|
-
"survey-core": "1.9.
|
|
61
|
+
"survey-core": "1.9.122",
|
|
62
62
|
"tabulator-tables": "4.8.4",
|
|
63
63
|
"wordcloud": "^1.2.2"
|
|
64
64
|
},
|
package/survey.analytics.css
CHANGED
package/survey.analytics.js
CHANGED
package/survey.analytics.min.css
CHANGED
package/survey.analytics.min.js
CHANGED