survey-analytics 1.8.73 → 1.8.77

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 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.73",
18
+ "version": "1.8.77",
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.73
2
+ * surveyjs - SurveyJS Analytics library v1.8.77
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.73
1
+ /*Type definitions for SurveyJS Analytics library v1.8.77
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
  */
@@ -1125,33 +1125,41 @@ export class MatrixDropdownGrouped extends SelectBase {
1125
1125
  }
1126
1126
 
1127
1127
  export class HistogramModel extends SelectBase {
1128
- protected valueType: "date" | "number";
1129
- protected chartTypes: string[];
1130
- chartType: string;
1131
- static IntervalsCount: number;
1132
- static UseIntervalsFrom: number;
1133
- constructor(question: Question, data: Array<{
1134
- [index: string]: any;
1135
- }>, options?: Object, name?: string);
1136
- getContiniousValue(value: any): number;
1137
- getString(value: number): string;
1138
- getSelectedItemByText(itemText: string): ItemValue;
1139
- /**
1140
- * Updates visualizer data.
1141
- */
1142
- updateData(data: Array<{
1143
- [index: string]: any;
1144
- }>): void;
1145
- protected onDataChanged(): void;
1146
- protected getContiniousValues(): {
1147
- original: any;
1148
- continious: number;
1149
- }[];
1150
- getValues(): Array<any>;
1151
- getLabels(): Array<string>;
1152
- get hasCustomIntervals(): boolean;
1153
- get intervals(): any;
1154
- getData(): any;
1128
+ protected valueType: "date" | "number";
1129
+ protected chartTypes: string[];
1130
+ chartType: string;
1131
+ static IntervalsCount: number;
1132
+ static UseIntervalsFrom: number;
1133
+ constructor(question: Question, data: Array<{
1134
+ [index: string]: any;
1135
+ }>, options?: Object, name?: string);
1136
+ /**
1137
+ * Series values getter. Some questions (used in matrices) should be grouped by matrix rows. This groups are called series.
1138
+ */
1139
+ getSeriesValues(): Array<string>;
1140
+ /**
1141
+ * Series labels getter. Some questions (used in matrices) should be grouped by matrix rows. This groups are called series.
1142
+ */
1143
+ getSeriesLabels(): Array<string>;
1144
+ getContiniousValue(value: any): number;
1145
+ getString(value: number): string;
1146
+ getSelectedItemByText(itemText: string): ItemValue;
1147
+ /**
1148
+ * Updates visualizer data.
1149
+ */
1150
+ updateData(data: Array<{
1151
+ [index: string]: any;
1152
+ }>): void;
1153
+ protected onDataChanged(): void;
1154
+ protected getContiniousValues(): {
1155
+ original: any;
1156
+ continious: number;
1157
+ }[];
1158
+ getValues(): Array<any>;
1159
+ getLabels(): Array<string>;
1160
+ get hasCustomIntervals(): boolean;
1161
+ get intervals(): any;
1162
+ getData(): any;
1155
1163
  }
1156
1164
 
1157
1165
  export class NumberModel extends VisualizerBase {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Analytics library v1.8.73
2
+ * surveyjs - SurveyJS Analytics library v1.8.77
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.73
2
+ * surveyjs - SurveyJS Analytics library v1.8.77
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.73
2
+ * surveyjs - SurveyJS Analytics library v1.8.77
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.73
2
+ * surveyjs - SurveyJS Analytics library v1.8.77
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
  */