survey-analytics 1.8.78 → 1.8.79
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 +1 -2
- package/package.json +1 -1
- package/survey.analytics.css +1 -1
- package/survey.analytics.d.ts +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 +3 -3
- package/survey.analytics.min.css +1 -1
- package/survey.analytics.min.js +2 -2
- 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
|
@@ -82,11 +82,10 @@ To build library yourself:
|
|
|
82
82
|
```
|
|
83
83
|
This command will run unit tests
|
|
84
84
|
|
|
85
|
-
## Nearest plans
|
|
85
|
+
## Nearest plans
|
|
86
86
|
|
|
87
87
|
Our task list of Survey Analytics pack:
|
|
88
88
|
|
|
89
|
-
- Make it easy to integrate/replace new (custom) visualizers
|
|
90
89
|
- Implement data providing server side prototype
|
|
91
90
|
- Introduce (or use 3rd party) data processing engine for survey analytics
|
|
92
91
|
- Support high load scenario - process at least billion records
|
package/package.json
CHANGED
package/survey.analytics.css
CHANGED
package/survey.analytics.d.ts
CHANGED