survey-analytics 1.8.75 → 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 CHANGED
@@ -82,11 +82,10 @@ To build library yourself:
82
82
  ```
83
83
  This command will run unit tests
84
84
 
85
- ## Nearest plans (Nov 2020 - Dec 2020)
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
@@ -15,7 +15,7 @@
15
15
  "lint": "eslint ./src --quiet",
16
16
  "pre-push-check": "npm run lint && npm run test"
17
17
  },
18
- "version": "1.8.75",
18
+ "version": "1.8.79",
19
19
  "name": "survey-analytics",
20
20
  "description": "SurveyJS analytics Library.",
21
21
  "main": "survey.analytics.js",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Analytics library v1.8.75
2
+ * surveyjs - SurveyJS Analytics library v1.8.79
3
3
  * Copyright (c) 2015-2021 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -1,4 +1,4 @@
1
- /*Type definitions for SurveyJS Analytics library v1.8.75
1
+ /*Type definitions for SurveyJS Analytics library v1.8.79
2
2
  Copyright (c) 2015-2021 Devsoft Baltic OÜ - http://surveyjs.io/
3
3
  Definitions by: Devsoft Baltic OÜ <https://github.com/surveyjs/>
4
4
  */
@@ -763,6 +763,8 @@ export class SelectBase extends VisualizerBase implements IVisualizerWithSelecti
763
763
  getSelectedItemByText(itemText: string): any;
764
764
  setSelection(item: ItemValue): void;
765
765
  get selection(): ItemValue;
766
+ get showOnlyPercentages(): boolean;
767
+ set showOnlyPercentages(val: boolean);
766
768
  get showPercentages(): boolean;
767
769
  set showPercentages(val: boolean);
768
770
  get answersOrder(): string;
@@ -1041,6 +1043,7 @@ export class HistogramPlotly extends HistogramModel {
1041
1043
  }>, options?: Object, name?: string);
1042
1044
  protected destroyContent(container: HTMLElement): void;
1043
1045
  protected renderContent(container: HTMLElement): void;
1046
+ getData(): any[];
1044
1047
  }
1045
1048
 
1046
1049
  export class PlotlyGaugeAdapter {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Analytics library v1.8.75
2
+ * surveyjs - SurveyJS Analytics library v1.8.79
3
3
  * Copyright (c) 2015-2021 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Analytics library v1.8.75
2
+ * surveyjs - SurveyJS Analytics library v1.8.79
3
3
  * Copyright (c) 2015-2021 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Analytics library v1.8.75
2
+ * surveyjs - SurveyJS Analytics library v1.8.79
3
3
  * Copyright (c) 2015-2021 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Analytics library v1.8.75
2
+ * surveyjs - SurveyJS Analytics library v1.8.79
3
3
  * Copyright (c) 2015-2021 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */