survey-analytics 2.5.16 → 2.5.18
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/fesm/shared.mjs +1 -29
- package/fesm/shared.mjs.map +1 -1
- package/fesm/shared2.mjs +1 -1
- package/fesm/survey.analytics.core.mjs +1 -1
- package/fesm/survey.analytics.mjs +1 -1
- package/fesm/survey.analytics.mongo.mjs +1 -1
- package/fesm/survey.analytics.tabulator.mjs +80 -3
- package/fesm/survey.analytics.tabulator.mjs.map +1 -1
- package/package.json +2 -2
- package/survey-analytics-tabulator.types/analytics-localization/arabic.d.ts +0 -1
- package/survey-analytics-tabulator.types/analytics-localization/dutch.d.ts +0 -1
- package/survey-analytics-tabulator.types/analytics-localization/farsi.d.ts +0 -1
- package/survey-analytics-tabulator.types/analytics-localization/finnish.d.ts +0 -1
- package/survey-analytics-tabulator.types/analytics-localization/french.d.ts +0 -1
- package/survey-analytics-tabulator.types/analytics-localization/german.d.ts +0 -1
- package/survey-analytics-tabulator.types/analytics-localization/italian.d.ts +0 -1
- package/survey-analytics-tabulator.types/analytics-localization/japanese.d.ts +0 -1
- package/survey-analytics-tabulator.types/analytics-localization/norwegian.d.ts +0 -1
- package/survey-analytics-tabulator.types/analytics-localization/polish.d.ts +0 -1
- package/survey-analytics-tabulator.types/analytics-localization/portuguese.d.ts +0 -1
- package/survey-analytics-tabulator.types/analytics-localization/russian.d.ts +0 -1
- package/survey-analytics-tabulator.types/analytics-localization/spanish.d.ts +0 -1
- package/survey-analytics-tabulator.types/analytics-localization/swedish.d.ts +0 -1
- package/survey-analytics-tabulator.types/tables/columnbuilder.d.ts +1 -0
- package/survey-analytics-tabulator.types/tables/columns.d.ts +9 -0
- package/survey-analytics-tabulator.types/tables/config.d.ts +2 -1
- package/survey-analytics-tabulator.types/tables/table.d.ts +20 -0
- package/survey-analytics.types/analytics-localization/arabic.d.ts +0 -1
- package/survey-analytics.types/analytics-localization/dutch.d.ts +0 -1
- package/survey-analytics.types/analytics-localization/farsi.d.ts +0 -1
- package/survey-analytics.types/analytics-localization/finnish.d.ts +0 -1
- package/survey-analytics.types/analytics-localization/french.d.ts +0 -1
- package/survey-analytics.types/analytics-localization/german.d.ts +0 -1
- package/survey-analytics.types/analytics-localization/italian.d.ts +0 -1
- package/survey-analytics.types/analytics-localization/japanese.d.ts +0 -1
- package/survey-analytics.types/analytics-localization/norwegian.d.ts +0 -1
- package/survey-analytics.types/analytics-localization/polish.d.ts +0 -1
- package/survey-analytics.types/analytics-localization/portuguese.d.ts +0 -1
- package/survey-analytics.types/analytics-localization/russian.d.ts +0 -1
- package/survey-analytics.types/analytics-localization/spanish.d.ts +0 -1
- package/survey-analytics.types/analytics-localization/swedish.d.ts +0 -1
- package/survey.analytics.core.css +1 -1
- package/survey.analytics.core.js +1 -29
- package/survey.analytics.core.js.map +1 -1
- package/survey.analytics.core.min.css +1 -1
- package/survey.analytics.core.min.js +1 -1
- package/survey.analytics.core.min.js.LICENSE.txt +1 -1
- package/survey.analytics.css +1 -1
- package/survey.analytics.js +1 -29
- package/survey.analytics.js.map +1 -1
- package/survey.analytics.min.css +1 -1
- package/survey.analytics.min.js +1 -1
- package/survey.analytics.min.js.LICENSE.txt +1 -1
- package/survey.analytics.mongo.js +1 -1
- package/survey.analytics.mongo.min.js.LICENSE.txt +1 -1
- package/survey.analytics.tabulator.css +1 -1
- package/survey.analytics.tabulator.js +89 -33
- package/survey.analytics.tabulator.js.map +1 -1
- package/survey.analytics.tabulator.min.css +1 -1
- package/survey.analytics.tabulator.min.js +1 -1
- package/survey.analytics.tabulator.min.js.LICENSE.txt +1 -1
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.5.
|
|
2
|
+
"version": "2.5.18",
|
|
3
3
|
"name": "survey-analytics",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"start": "webpack-dev-server --env buildType=dev",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"@types/mongodb": "^4.0.6",
|
|
94
94
|
"@types/plotly.js-dist-min": "^2.3.0",
|
|
95
95
|
"@types/tabulator-tables": "^6.2.3",
|
|
96
|
-
"survey-core": "2.5.
|
|
96
|
+
"survey-core": "2.5.18"
|
|
97
97
|
},
|
|
98
98
|
"husky": {
|
|
99
99
|
"hooks": {
|
|
@@ -80,7 +80,6 @@ export declare var arabicStrings: {
|
|
|
80
80
|
axisYSelectorTitle: string;
|
|
81
81
|
axisXAlternativeSelectorTitle: string;
|
|
82
82
|
axisYAlternativeSelectorTitle: string;
|
|
83
|
-
notSelected: string;
|
|
84
83
|
intervalMode_default: string;
|
|
85
84
|
intervalMode_decades: string;
|
|
86
85
|
intervalMode_years: string;
|
|
@@ -80,7 +80,6 @@ export declare var dutchStrings: {
|
|
|
80
80
|
axisYSelectorTitle: string;
|
|
81
81
|
axisXAlternativeSelectorTitle: string;
|
|
82
82
|
axisYAlternativeSelectorTitle: string;
|
|
83
|
-
notSelected: string;
|
|
84
83
|
intervalMode_default: string;
|
|
85
84
|
intervalMode_decades: string;
|
|
86
85
|
intervalMode_years: string;
|
|
@@ -80,7 +80,6 @@ export declare var farsiStrings: {
|
|
|
80
80
|
axisYSelectorTitle: string;
|
|
81
81
|
axisXAlternativeSelectorTitle: string;
|
|
82
82
|
axisYAlternativeSelectorTitle: string;
|
|
83
|
-
notSelected: string;
|
|
84
83
|
intervalMode_default: string;
|
|
85
84
|
intervalMode_decades: string;
|
|
86
85
|
intervalMode_years: string;
|
|
@@ -80,7 +80,6 @@ export declare var finnishStrings: {
|
|
|
80
80
|
axisYSelectorTitle: string;
|
|
81
81
|
axisXAlternativeSelectorTitle: string;
|
|
82
82
|
axisYAlternativeSelectorTitle: string;
|
|
83
|
-
notSelected: string;
|
|
84
83
|
intervalMode_default: string;
|
|
85
84
|
intervalMode_decades: string;
|
|
86
85
|
intervalMode_years: string;
|
|
@@ -80,7 +80,6 @@ export declare var frenchStrings: {
|
|
|
80
80
|
axisYSelectorTitle: string;
|
|
81
81
|
axisXAlternativeSelectorTitle: string;
|
|
82
82
|
axisYAlternativeSelectorTitle: string;
|
|
83
|
-
notSelected: string;
|
|
84
83
|
intervalMode_default: string;
|
|
85
84
|
intervalMode_decades: string;
|
|
86
85
|
intervalMode_years: string;
|
|
@@ -80,7 +80,6 @@ export declare var germanStrings: {
|
|
|
80
80
|
axisYSelectorTitle: string;
|
|
81
81
|
axisXAlternativeSelectorTitle: string;
|
|
82
82
|
axisYAlternativeSelectorTitle: string;
|
|
83
|
-
notSelected: string;
|
|
84
83
|
intervalMode_default: string;
|
|
85
84
|
intervalMode_decades: string;
|
|
86
85
|
intervalMode_years: string;
|
|
@@ -80,7 +80,6 @@ export declare var italianStrings: {
|
|
|
80
80
|
axisYSelectorTitle: string;
|
|
81
81
|
axisXAlternativeSelectorTitle: string;
|
|
82
82
|
axisYAlternativeSelectorTitle: string;
|
|
83
|
-
notSelected: string;
|
|
84
83
|
intervalMode_default: string;
|
|
85
84
|
intervalMode_decades: string;
|
|
86
85
|
intervalMode_years: string;
|
|
@@ -80,7 +80,6 @@ export declare var japaneseStrings: {
|
|
|
80
80
|
axisYSelectorTitle: string;
|
|
81
81
|
axisXAlternativeSelectorTitle: string;
|
|
82
82
|
axisYAlternativeSelectorTitle: string;
|
|
83
|
-
notSelected: string;
|
|
84
83
|
intervalMode_default: string;
|
|
85
84
|
intervalMode_decades: string;
|
|
86
85
|
intervalMode_years: string;
|
|
@@ -80,7 +80,6 @@ export declare var norwegianStrings: {
|
|
|
80
80
|
axisYSelectorTitle: string;
|
|
81
81
|
axisXAlternativeSelectorTitle: string;
|
|
82
82
|
axisYAlternativeSelectorTitle: string;
|
|
83
|
-
notSelected: string;
|
|
84
83
|
intervalMode_default: string;
|
|
85
84
|
intervalMode_decades: string;
|
|
86
85
|
intervalMode_years: string;
|
|
@@ -80,7 +80,6 @@ export declare var plStrings: {
|
|
|
80
80
|
axisYSelectorTitle: string;
|
|
81
81
|
axisXAlternativeSelectorTitle: string;
|
|
82
82
|
axisYAlternativeSelectorTitle: string;
|
|
83
|
-
notSelected: string;
|
|
84
83
|
intervalMode_default: string;
|
|
85
84
|
intervalMode_decades: string;
|
|
86
85
|
intervalMode_years: string;
|
|
@@ -80,7 +80,6 @@ export declare var portugueseStrings: {
|
|
|
80
80
|
axisYSelectorTitle: string;
|
|
81
81
|
axisXAlternativeSelectorTitle: string;
|
|
82
82
|
axisYAlternativeSelectorTitle: string;
|
|
83
|
-
notSelected: string;
|
|
84
83
|
intervalMode_default: string;
|
|
85
84
|
intervalMode_decades: string;
|
|
86
85
|
intervalMode_years: string;
|
|
@@ -80,7 +80,6 @@ export declare var russianStrings: {
|
|
|
80
80
|
axisYSelectorTitle: string;
|
|
81
81
|
axisXAlternativeSelectorTitle: string;
|
|
82
82
|
axisYAlternativeSelectorTitle: string;
|
|
83
|
-
notSelected: string;
|
|
84
83
|
intervalMode_default: string;
|
|
85
84
|
intervalMode_decades: string;
|
|
86
85
|
intervalMode_years: string;
|
|
@@ -80,7 +80,6 @@ export declare var spanishStrings: {
|
|
|
80
80
|
axisYSelectorTitle: string;
|
|
81
81
|
axisXAlternativeSelectorTitle: string;
|
|
82
82
|
axisYAlternativeSelectorTitle: string;
|
|
83
|
-
notSelected: string;
|
|
84
83
|
intervalMode_default: string;
|
|
85
84
|
intervalMode_decades: string;
|
|
86
85
|
intervalMode_years: string;
|
|
@@ -80,7 +80,6 @@ export declare var swedishStrings: {
|
|
|
80
80
|
axisYSelectorTitle: string;
|
|
81
81
|
axisXAlternativeSelectorTitle: string;
|
|
82
82
|
axisYAlternativeSelectorTitle: string;
|
|
83
|
-
notSelected: string;
|
|
84
83
|
intervalMode_default: string;
|
|
85
84
|
intervalMode_decades: string;
|
|
86
85
|
intervalMode_years: string;
|
|
@@ -23,6 +23,7 @@ export declare class SelectBaseColumnsBuilder<T extends QuestionSelectBase> exte
|
|
|
23
23
|
}
|
|
24
24
|
export declare class CheckboxColumnsBuilder extends SelectBaseColumnsBuilder<QuestionCheckboxModel> {
|
|
25
25
|
protected createColumn(question: QuestionCheckboxModel, table: Table): BaseColumn<QuestionCheckboxModel>;
|
|
26
|
+
protected buildColumnsCore(question: QuestionCheckboxModel, table: Table): Array<IColumn>;
|
|
26
27
|
}
|
|
27
28
|
export declare class SingleChoiceColumnsBuilder extends SelectBaseColumnsBuilder<QuestionDropdownModel | QuestionRadiogroupModel> {
|
|
28
29
|
protected createColumn(question: QuestionDropdownModel | QuestionRadiogroupModel, table: Table): BaseColumn<QuestionDropdownModel | QuestionRadiogroupModel>;
|
|
@@ -40,6 +40,15 @@ export declare class SelectBaseColumn<T extends QuestionSelectBase> extends Base
|
|
|
40
40
|
export declare class CheckboxColumn extends SelectBaseColumn<QuestionCheckboxModel | QuestionTagboxModel> {
|
|
41
41
|
protected getDisplayValue(data: any, table: Table, options: ITableOptions): string;
|
|
42
42
|
}
|
|
43
|
+
export declare class FlattenedCheckboxColumn extends BaseColumn<QuestionCheckboxModel | QuestionTagboxModel> {
|
|
44
|
+
private choiceValue;
|
|
45
|
+
private choiceText;
|
|
46
|
+
constructor(question: QuestionCheckboxModel | QuestionTagboxModel, choiceValue: any, choiceText: string, table: Table);
|
|
47
|
+
protected getDataType(): ColumnDataType;
|
|
48
|
+
protected getName(): string;
|
|
49
|
+
protected getDisplayName(): string;
|
|
50
|
+
protected getDisplayValue(data: any, table: Table, options: ITableOptions): any;
|
|
51
|
+
}
|
|
43
52
|
export declare class SingleChoiceColumn extends SelectBaseColumn<QuestionDropdownModel | QuestionRadiogroupModel> {
|
|
44
53
|
protected getDisplayValue(data: any, table: Table, options: ITableOptions): string;
|
|
45
54
|
}
|
|
@@ -46,6 +46,26 @@ export interface ITableOptions {
|
|
|
46
46
|
* @see pageSize
|
|
47
47
|
*/
|
|
48
48
|
paginationEnabled?: boolean;
|
|
49
|
+
/**
|
|
50
|
+
* Specifies whether to split responses to multi-select questions (Checkboxes and Multi-Select Dropdown) into separate columns.
|
|
51
|
+
*
|
|
52
|
+
* When enabled, each choice is represented as an individual column. Cell values indicate whether the choice was selected or the selection order, depending on the `multiSelectColumnValueFormat` setting. Empty cells indicate that the choice was not selected.
|
|
53
|
+
*
|
|
54
|
+
* Default value: `false`
|
|
55
|
+
*
|
|
56
|
+
*/
|
|
57
|
+
splitMultiSelectIntoColumns?: boolean;
|
|
58
|
+
/**
|
|
59
|
+
* Specifies how selected values are represented in columns generated from multi-select questions. Applies only when `splitMultiSelectIntoColumns` is `true`.
|
|
60
|
+
*
|
|
61
|
+
* Accepted values:
|
|
62
|
+
*
|
|
63
|
+
* - `"checkmark"` – Displays a checkmark symbol for selected choices.
|
|
64
|
+
* - `"selectionOrder"` – Displays the order in which choices were selected (1, 2, 3, ...).
|
|
65
|
+
*
|
|
66
|
+
* Default value: `"checkmark"`
|
|
67
|
+
*/
|
|
68
|
+
multiSelectColumnValueFormat?: "checkmark" | "selectionOrder";
|
|
49
69
|
}
|
|
50
70
|
export type TabulatorFilter = {
|
|
51
71
|
field: string;
|
|
@@ -80,7 +80,6 @@ export declare var arabicStrings: {
|
|
|
80
80
|
axisYSelectorTitle: string;
|
|
81
81
|
axisXAlternativeSelectorTitle: string;
|
|
82
82
|
axisYAlternativeSelectorTitle: string;
|
|
83
|
-
notSelected: string;
|
|
84
83
|
intervalMode_default: string;
|
|
85
84
|
intervalMode_decades: string;
|
|
86
85
|
intervalMode_years: string;
|
|
@@ -80,7 +80,6 @@ export declare var dutchStrings: {
|
|
|
80
80
|
axisYSelectorTitle: string;
|
|
81
81
|
axisXAlternativeSelectorTitle: string;
|
|
82
82
|
axisYAlternativeSelectorTitle: string;
|
|
83
|
-
notSelected: string;
|
|
84
83
|
intervalMode_default: string;
|
|
85
84
|
intervalMode_decades: string;
|
|
86
85
|
intervalMode_years: string;
|
|
@@ -80,7 +80,6 @@ export declare var farsiStrings: {
|
|
|
80
80
|
axisYSelectorTitle: string;
|
|
81
81
|
axisXAlternativeSelectorTitle: string;
|
|
82
82
|
axisYAlternativeSelectorTitle: string;
|
|
83
|
-
notSelected: string;
|
|
84
83
|
intervalMode_default: string;
|
|
85
84
|
intervalMode_decades: string;
|
|
86
85
|
intervalMode_years: string;
|
|
@@ -80,7 +80,6 @@ export declare var finnishStrings: {
|
|
|
80
80
|
axisYSelectorTitle: string;
|
|
81
81
|
axisXAlternativeSelectorTitle: string;
|
|
82
82
|
axisYAlternativeSelectorTitle: string;
|
|
83
|
-
notSelected: string;
|
|
84
83
|
intervalMode_default: string;
|
|
85
84
|
intervalMode_decades: string;
|
|
86
85
|
intervalMode_years: string;
|
|
@@ -80,7 +80,6 @@ export declare var frenchStrings: {
|
|
|
80
80
|
axisYSelectorTitle: string;
|
|
81
81
|
axisXAlternativeSelectorTitle: string;
|
|
82
82
|
axisYAlternativeSelectorTitle: string;
|
|
83
|
-
notSelected: string;
|
|
84
83
|
intervalMode_default: string;
|
|
85
84
|
intervalMode_decades: string;
|
|
86
85
|
intervalMode_years: string;
|
|
@@ -80,7 +80,6 @@ export declare var germanStrings: {
|
|
|
80
80
|
axisYSelectorTitle: string;
|
|
81
81
|
axisXAlternativeSelectorTitle: string;
|
|
82
82
|
axisYAlternativeSelectorTitle: string;
|
|
83
|
-
notSelected: string;
|
|
84
83
|
intervalMode_default: string;
|
|
85
84
|
intervalMode_decades: string;
|
|
86
85
|
intervalMode_years: string;
|
|
@@ -80,7 +80,6 @@ export declare var italianStrings: {
|
|
|
80
80
|
axisYSelectorTitle: string;
|
|
81
81
|
axisXAlternativeSelectorTitle: string;
|
|
82
82
|
axisYAlternativeSelectorTitle: string;
|
|
83
|
-
notSelected: string;
|
|
84
83
|
intervalMode_default: string;
|
|
85
84
|
intervalMode_decades: string;
|
|
86
85
|
intervalMode_years: string;
|
|
@@ -80,7 +80,6 @@ export declare var japaneseStrings: {
|
|
|
80
80
|
axisYSelectorTitle: string;
|
|
81
81
|
axisXAlternativeSelectorTitle: string;
|
|
82
82
|
axisYAlternativeSelectorTitle: string;
|
|
83
|
-
notSelected: string;
|
|
84
83
|
intervalMode_default: string;
|
|
85
84
|
intervalMode_decades: string;
|
|
86
85
|
intervalMode_years: string;
|
|
@@ -80,7 +80,6 @@ export declare var norwegianStrings: {
|
|
|
80
80
|
axisYSelectorTitle: string;
|
|
81
81
|
axisXAlternativeSelectorTitle: string;
|
|
82
82
|
axisYAlternativeSelectorTitle: string;
|
|
83
|
-
notSelected: string;
|
|
84
83
|
intervalMode_default: string;
|
|
85
84
|
intervalMode_decades: string;
|
|
86
85
|
intervalMode_years: string;
|
|
@@ -80,7 +80,6 @@ export declare var plStrings: {
|
|
|
80
80
|
axisYSelectorTitle: string;
|
|
81
81
|
axisXAlternativeSelectorTitle: string;
|
|
82
82
|
axisYAlternativeSelectorTitle: string;
|
|
83
|
-
notSelected: string;
|
|
84
83
|
intervalMode_default: string;
|
|
85
84
|
intervalMode_decades: string;
|
|
86
85
|
intervalMode_years: string;
|
|
@@ -80,7 +80,6 @@ export declare var portugueseStrings: {
|
|
|
80
80
|
axisYSelectorTitle: string;
|
|
81
81
|
axisXAlternativeSelectorTitle: string;
|
|
82
82
|
axisYAlternativeSelectorTitle: string;
|
|
83
|
-
notSelected: string;
|
|
84
83
|
intervalMode_default: string;
|
|
85
84
|
intervalMode_decades: string;
|
|
86
85
|
intervalMode_years: string;
|
|
@@ -80,7 +80,6 @@ export declare var russianStrings: {
|
|
|
80
80
|
axisYSelectorTitle: string;
|
|
81
81
|
axisXAlternativeSelectorTitle: string;
|
|
82
82
|
axisYAlternativeSelectorTitle: string;
|
|
83
|
-
notSelected: string;
|
|
84
83
|
intervalMode_default: string;
|
|
85
84
|
intervalMode_decades: string;
|
|
86
85
|
intervalMode_years: string;
|
|
@@ -80,7 +80,6 @@ export declare var spanishStrings: {
|
|
|
80
80
|
axisYSelectorTitle: string;
|
|
81
81
|
axisXAlternativeSelectorTitle: string;
|
|
82
82
|
axisYAlternativeSelectorTitle: string;
|
|
83
|
-
notSelected: string;
|
|
84
83
|
intervalMode_default: string;
|
|
85
84
|
intervalMode_decades: string;
|
|
86
85
|
intervalMode_years: string;
|
|
@@ -80,7 +80,6 @@ export declare var swedishStrings: {
|
|
|
80
80
|
axisYSelectorTitle: string;
|
|
81
81
|
axisXAlternativeSelectorTitle: string;
|
|
82
82
|
axisYAlternativeSelectorTitle: string;
|
|
83
|
-
notSelected: string;
|
|
84
83
|
intervalMode_default: string;
|
|
85
84
|
intervalMode_decades: string;
|
|
86
85
|
intervalMode_years: string;
|
package/survey.analytics.core.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* surveyjs - SurveyJS Dashboard library v2.5.
|
|
2
|
+
* surveyjs - SurveyJS Dashboard library v2.5.18
|
|
3
3
|
* Copyright (c) 2015-2026 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
4
|
* License: SEE LICENSE IN LICENSE
|
|
5
5
|
*/
|
|
@@ -7229,8 +7229,6 @@ var arabicStrings = {
|
|
|
7229
7229
|
axisXAlternativeSelectorTitle: "قطاعات:",
|
|
7230
7230
|
// [Auto-translated] "Groups:"
|
|
7231
7231
|
axisYAlternativeSelectorTitle: "المجموعات:",
|
|
7232
|
-
// [Auto-translated] "Not selected"
|
|
7233
|
-
notSelected: "غير محدد",
|
|
7234
7232
|
// [Auto-translated] "Default"
|
|
7235
7233
|
intervalMode_default: "افتراضي",
|
|
7236
7234
|
// [Auto-translated] "Decades"
|
|
@@ -7445,8 +7443,6 @@ var dutchStrings = {
|
|
|
7445
7443
|
axisXAlternativeSelectorTitle: "Segmenten:",
|
|
7446
7444
|
// [Auto-translated] "Groups:"
|
|
7447
7445
|
axisYAlternativeSelectorTitle: "Groepen:",
|
|
7448
|
-
// [Auto-translated] "Not selected"
|
|
7449
|
-
notSelected: "Niet geselecteerd",
|
|
7450
7446
|
// [Auto-translated] "Default"
|
|
7451
7447
|
intervalMode_default: "Verstek",
|
|
7452
7448
|
// [Auto-translated] "Decades"
|
|
@@ -7784,8 +7780,6 @@ var farsiStrings = {
|
|
|
7784
7780
|
axisXAlternativeSelectorTitle: "بخش:",
|
|
7785
7781
|
// [Auto-translated] "Groups:"
|
|
7786
7782
|
axisYAlternativeSelectorTitle: "گروه:",
|
|
7787
|
-
// [Auto-translated] "Not selected"
|
|
7788
|
-
notSelected: "انتخاب نشده است",
|
|
7789
7783
|
// [Auto-translated] "Default"
|
|
7790
7784
|
intervalMode_default: "پیش فرض",
|
|
7791
7785
|
// [Auto-translated] "Decades"
|
|
@@ -8000,8 +7994,6 @@ var finnishStrings = {
|
|
|
8000
7994
|
axisXAlternativeSelectorTitle: "Segmentit:",
|
|
8001
7995
|
// [Auto-translated] "Groups:"
|
|
8002
7996
|
axisYAlternativeSelectorTitle: "Ryhmät:",
|
|
8003
|
-
// [Auto-translated] "Not selected"
|
|
8004
|
-
notSelected: "Ei valittu",
|
|
8005
7997
|
// [Auto-translated] "Default"
|
|
8006
7998
|
intervalMode_default: "Laiminlyönti",
|
|
8007
7999
|
// [Auto-translated] "Decades"
|
|
@@ -8216,8 +8208,6 @@ var frenchStrings = {
|
|
|
8216
8208
|
axisXAlternativeSelectorTitle: "Segments:",
|
|
8217
8209
|
// [Auto-translated] "Groups:"
|
|
8218
8210
|
axisYAlternativeSelectorTitle: "Groupes:",
|
|
8219
|
-
// [Auto-translated] "Not selected"
|
|
8220
|
-
notSelected: "Non sélectionné",
|
|
8221
8211
|
// [Auto-translated] "Default"
|
|
8222
8212
|
intervalMode_default: "Par défaut",
|
|
8223
8213
|
// [Auto-translated] "Decades"
|
|
@@ -8432,8 +8422,6 @@ var germanStrings = {
|
|
|
8432
8422
|
axisXAlternativeSelectorTitle: "Segmente:",
|
|
8433
8423
|
// [Auto-translated] "Groups:"
|
|
8434
8424
|
axisYAlternativeSelectorTitle: "Gruppen:",
|
|
8435
|
-
// [Auto-translated] "Not selected"
|
|
8436
|
-
notSelected: "Nicht ausgewählt",
|
|
8437
8425
|
// [Auto-translated] "Default"
|
|
8438
8426
|
intervalMode_default: "Vorgabe",
|
|
8439
8427
|
// [Auto-translated] "Decades"
|
|
@@ -8648,8 +8636,6 @@ var italianStrings = {
|
|
|
8648
8636
|
axisXAlternativeSelectorTitle: "Segmenti:",
|
|
8649
8637
|
// [Auto-translated] "Groups:"
|
|
8650
8638
|
axisYAlternativeSelectorTitle: "Gruppi:",
|
|
8651
|
-
// [Auto-translated] "Not selected"
|
|
8652
|
-
notSelected: "Non selezionato",
|
|
8653
8639
|
// [Auto-translated] "Default"
|
|
8654
8640
|
intervalMode_default: "Default",
|
|
8655
8641
|
// [Auto-translated] "Decades"
|
|
@@ -8864,8 +8850,6 @@ var japaneseStrings = {
|
|
|
8864
8850
|
axisXAlternativeSelectorTitle: "セグメント:",
|
|
8865
8851
|
// [Auto-translated] "Groups:"
|
|
8866
8852
|
axisYAlternativeSelectorTitle: "グループ:",
|
|
8867
|
-
// [Auto-translated] "Not selected"
|
|
8868
|
-
notSelected: "選択されていない",
|
|
8869
8853
|
// [Auto-translated] "Default"
|
|
8870
8854
|
intervalMode_default: "デフォルト",
|
|
8871
8855
|
// [Auto-translated] "Decades"
|
|
@@ -9080,8 +9064,6 @@ var norwegianStrings = {
|
|
|
9080
9064
|
axisXAlternativeSelectorTitle: "Segmenter:",
|
|
9081
9065
|
// [Auto-translated] "Groups:"
|
|
9082
9066
|
axisYAlternativeSelectorTitle: "Grupper:",
|
|
9083
|
-
// [Auto-translated] "Not selected"
|
|
9084
|
-
notSelected: "Ikke valgt",
|
|
9085
9067
|
// [Auto-translated] "Default"
|
|
9086
9068
|
intervalMode_default: "Standard",
|
|
9087
9069
|
// [Auto-translated] "Decades"
|
|
@@ -9296,8 +9278,6 @@ var plStrings = {
|
|
|
9296
9278
|
axisXAlternativeSelectorTitle: "Segmenty:",
|
|
9297
9279
|
// [Auto-translated] "Groups:"
|
|
9298
9280
|
axisYAlternativeSelectorTitle: "Grupy:",
|
|
9299
|
-
// [Auto-translated] "Not selected"
|
|
9300
|
-
notSelected: "Nie wybrano",
|
|
9301
9281
|
// [Auto-translated] "Default"
|
|
9302
9282
|
intervalMode_default: "Domyślny",
|
|
9303
9283
|
// [Auto-translated] "Decades"
|
|
@@ -9512,8 +9492,6 @@ var portugueseStrings = {
|
|
|
9512
9492
|
axisXAlternativeSelectorTitle: "Segmentos:",
|
|
9513
9493
|
// [Auto-translated] "Groups:"
|
|
9514
9494
|
axisYAlternativeSelectorTitle: "Grupos:",
|
|
9515
|
-
// [Auto-translated] "Not selected"
|
|
9516
|
-
notSelected: "Não selecionado",
|
|
9517
9495
|
// [Auto-translated] "Default"
|
|
9518
9496
|
intervalMode_default: "Inadimplência",
|
|
9519
9497
|
// [Auto-translated] "Decades"
|
|
@@ -9728,8 +9706,6 @@ var russianStrings = {
|
|
|
9728
9706
|
axisXAlternativeSelectorTitle: "Сегментов:",
|
|
9729
9707
|
// [Auto-translated] "Groups:"
|
|
9730
9708
|
axisYAlternativeSelectorTitle: "Группы:",
|
|
9731
|
-
// [Auto-translated] "Not selected"
|
|
9732
|
-
notSelected: "Не выбрано",
|
|
9733
9709
|
// [Auto-translated] "Default"
|
|
9734
9710
|
intervalMode_default: "По умолчанию",
|
|
9735
9711
|
// [Auto-translated] "Decades"
|
|
@@ -9944,8 +9920,6 @@ var spanishStrings = {
|
|
|
9944
9920
|
axisXAlternativeSelectorTitle: "Segmentos:",
|
|
9945
9921
|
// [Auto-translated] "Groups:"
|
|
9946
9922
|
axisYAlternativeSelectorTitle: "Grupos:",
|
|
9947
|
-
// [Auto-translated] "Not selected"
|
|
9948
|
-
notSelected: "No seleccionado",
|
|
9949
9923
|
// [Auto-translated] "Default"
|
|
9950
9924
|
intervalMode_default: "Predeterminado",
|
|
9951
9925
|
// [Auto-translated] "Decades"
|
|
@@ -10160,8 +10134,6 @@ var swedishStrings = {
|
|
|
10160
10134
|
axisXAlternativeSelectorTitle: "Segment:",
|
|
10161
10135
|
// [Auto-translated] "Groups:"
|
|
10162
10136
|
axisYAlternativeSelectorTitle: "Grupper:",
|
|
10163
|
-
// [Auto-translated] "Not selected"
|
|
10164
|
-
notSelected: "Inte valt",
|
|
10165
10137
|
// [Auto-translated] "Default"
|
|
10166
10138
|
intervalMode_default: "Standard",
|
|
10167
10139
|
// [Auto-translated] "Decades"
|