survey-analytics 1.9.139 → 1.10.2
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 +2 -2
- package/survey-analytics-datatables.types/analytics-localization/english.d.ts +1 -0
- package/survey-analytics-datatables.types/analytics-localization/japanese.d.ts +66 -0
- package/survey-analytics-datatables.types/analytics-localization/russian.d.ts +11 -10
- package/survey-analytics-datatables.types/entries/datatables.d.ts +1 -0
- package/survey-analytics-datatables.types/localizationManager.d.ts +1 -0
- package/survey-analytics-tabulator.types/analytics-localization/english.d.ts +1 -0
- package/survey-analytics-tabulator.types/analytics-localization/japanese.d.ts +66 -0
- package/survey-analytics-tabulator.types/analytics-localization/russian.d.ts +11 -10
- package/survey-analytics-tabulator.types/entries/tabulator.d.ts +1 -0
- package/survey-analytics-tabulator.types/localizationManager.d.ts +1 -0
- package/survey-analytics.types/analytics-localization/english.d.ts +1 -0
- package/survey-analytics.types/analytics-localization/japanese.d.ts +66 -0
- package/survey-analytics.types/analytics-localization/russian.d.ts +11 -10
- package/survey-analytics.types/entries/summary.d.ts +1 -0
- package/survey-analytics.types/localizationManager.d.ts +1 -0
- package/survey-analytics.types/visualizationManager.d.ts +6 -2
- package/survey.analytics.css +1 -1
- package/survey.analytics.datatables.css +1 -1
- package/survey.analytics.datatables.js +143 -34
- package/survey.analytics.datatables.min.css +1 -1
- package/survey.analytics.datatables.min.js +2 -2
- package/survey.analytics.js +211 -84
- package/survey.analytics.min.css +1 -1
- package/survey.analytics.min.js +3 -3
- package/survey.analytics.tabulator.css +1 -1
- package/survey.analytics.tabulator.js +145 -36
- package/survey.analytics.tabulator.min.css +1 -1
- package/survey.analytics.tabulator.min.js +2 -2
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.
|
|
23
|
+
"version": "1.10.2",
|
|
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.28.0",
|
|
61
|
-
"survey-core": "1.
|
|
61
|
+
"survey-core": "1.10.2",
|
|
62
62
|
"tabulator-tables": "4.8.4",
|
|
63
63
|
"wordcloud": "^1.2.2"
|
|
64
64
|
},
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
export declare var japaneseStrings: {
|
|
2
|
+
groupButton: string;
|
|
3
|
+
ungroupButton: string;
|
|
4
|
+
selectButton: string;
|
|
5
|
+
hideColumn: string;
|
|
6
|
+
showColumn: string;
|
|
7
|
+
makePrivateColumn: string;
|
|
8
|
+
makePublicColumn: string;
|
|
9
|
+
moveToDetail: string;
|
|
10
|
+
showAsColumn: string;
|
|
11
|
+
filterPlaceholder: string;
|
|
12
|
+
removeRows: string;
|
|
13
|
+
showLabel: string;
|
|
14
|
+
entriesLabel: string;
|
|
15
|
+
visualizer_text: string;
|
|
16
|
+
visualizer_wordcloud: string;
|
|
17
|
+
visualizer_histogram: string;
|
|
18
|
+
visualizer_number: string;
|
|
19
|
+
visualizer_choices: string;
|
|
20
|
+
visualizer_selectBase: string;
|
|
21
|
+
chartType_bar: string;
|
|
22
|
+
chartType_vbar: string;
|
|
23
|
+
chartType_stackedbar: string;
|
|
24
|
+
chartType_doughnut: string;
|
|
25
|
+
chartType_pie: string;
|
|
26
|
+
chartType_scatter: string;
|
|
27
|
+
chartType_gauge: string;
|
|
28
|
+
chartType_bullet: string;
|
|
29
|
+
hideButton: string;
|
|
30
|
+
makePrivateButton: string;
|
|
31
|
+
makePublicButton: string;
|
|
32
|
+
showButton: string;
|
|
33
|
+
filter: string;
|
|
34
|
+
resetFilter: string;
|
|
35
|
+
changeLocale: string;
|
|
36
|
+
clearButton: string;
|
|
37
|
+
addElement: string;
|
|
38
|
+
defaultOrder: string;
|
|
39
|
+
ascOrder: string;
|
|
40
|
+
descOrder: string;
|
|
41
|
+
showMinorColumns: string;
|
|
42
|
+
otherCommentTitle: string;
|
|
43
|
+
showPercentages: string;
|
|
44
|
+
hidePercentages: string;
|
|
45
|
+
pdfDownloadCaption: string;
|
|
46
|
+
xlsxDownloadCaption: string;
|
|
47
|
+
csvDownloadCaption: string;
|
|
48
|
+
saveDiagramAsPNG: string;
|
|
49
|
+
hideEmptyAnswers: string;
|
|
50
|
+
showEmptyAnswers: string;
|
|
51
|
+
"topNValueText-1": string;
|
|
52
|
+
topNValueText5: string;
|
|
53
|
+
topNValueText10: string;
|
|
54
|
+
topNValueText20: string;
|
|
55
|
+
hideMissingAnswers: string;
|
|
56
|
+
showMissingAnswers: string;
|
|
57
|
+
missingAnswersLabel: string;
|
|
58
|
+
noVisualizerForQuestion: string;
|
|
59
|
+
noResults: string;
|
|
60
|
+
showPerValues: string;
|
|
61
|
+
showPerColumns: string;
|
|
62
|
+
answer: string;
|
|
63
|
+
correctAnswer: string;
|
|
64
|
+
percent: string;
|
|
65
|
+
responses: string;
|
|
66
|
+
};
|
|
@@ -7,16 +7,20 @@ export declare var russianStrings: {
|
|
|
7
7
|
makePrivateColumn: string;
|
|
8
8
|
makePublicColumn: string;
|
|
9
9
|
moveToDetail: string;
|
|
10
|
-
filter: string;
|
|
11
10
|
showAsColumn: string;
|
|
11
|
+
filterPlaceholder: string;
|
|
12
|
+
removeRows: string;
|
|
13
|
+
showLabel: string;
|
|
14
|
+
entriesLabel: string;
|
|
12
15
|
visualizer_text: string;
|
|
13
16
|
visualizer_wordcloud: string;
|
|
14
17
|
visualizer_histogram: string;
|
|
15
18
|
visualizer_number: string;
|
|
16
19
|
visualizer_choices: string;
|
|
17
20
|
visualizer_selectBase: string;
|
|
18
|
-
|
|
21
|
+
visualizer_matrix: string;
|
|
19
22
|
chartType_bar: string;
|
|
23
|
+
chartType_vbar: string;
|
|
20
24
|
chartType_stackedbar: string;
|
|
21
25
|
chartType_doughnut: string;
|
|
22
26
|
chartType_pie: string;
|
|
@@ -24,7 +28,10 @@ export declare var russianStrings: {
|
|
|
24
28
|
chartType_gauge: string;
|
|
25
29
|
chartType_bullet: string;
|
|
26
30
|
hideButton: string;
|
|
31
|
+
makePrivateButton: string;
|
|
32
|
+
makePublicButton: string;
|
|
27
33
|
showButton: string;
|
|
34
|
+
filter: string;
|
|
28
35
|
resetFilter: string;
|
|
29
36
|
changeLocale: string;
|
|
30
37
|
clearButton: string;
|
|
@@ -34,14 +41,6 @@ export declare var russianStrings: {
|
|
|
34
41
|
descOrder: string;
|
|
35
42
|
showMinorColumns: string;
|
|
36
43
|
otherCommentTitle: string;
|
|
37
|
-
noVisualizerForQuestion: string;
|
|
38
|
-
noResults: string;
|
|
39
|
-
filterPlaceholder: string;
|
|
40
|
-
removeRows: string;
|
|
41
|
-
showLabel: string;
|
|
42
|
-
entriesLabel: string;
|
|
43
|
-
makePrivateButton: string;
|
|
44
|
-
makePublicButton: string;
|
|
45
44
|
showPercentages: string;
|
|
46
45
|
hidePercentages: string;
|
|
47
46
|
pdfDownloadCaption: string;
|
|
@@ -57,6 +56,8 @@ export declare var russianStrings: {
|
|
|
57
56
|
hideMissingAnswers: string;
|
|
58
57
|
showMissingAnswers: string;
|
|
59
58
|
missingAnswersLabel: string;
|
|
59
|
+
noVisualizerForQuestion: string;
|
|
60
|
+
noResults: string;
|
|
60
61
|
showPerValues: string;
|
|
61
62
|
showPerColumns: string;
|
|
62
63
|
answer: string;
|
|
@@ -7,6 +7,7 @@ import "../analytics-localization/portuguese";
|
|
|
7
7
|
import "../analytics-localization/russian";
|
|
8
8
|
import "../analytics-localization/dutch";
|
|
9
9
|
import "../analytics-localization/arabic";
|
|
10
|
+
import "../analytics-localization/japanese";
|
|
10
11
|
import "../tables/extensions/rowextensions";
|
|
11
12
|
import "../tables/extensions/headerextensions";
|
|
12
13
|
import "../tables/extensions/columnextensions";
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
export declare var japaneseStrings: {
|
|
2
|
+
groupButton: string;
|
|
3
|
+
ungroupButton: string;
|
|
4
|
+
selectButton: string;
|
|
5
|
+
hideColumn: string;
|
|
6
|
+
showColumn: string;
|
|
7
|
+
makePrivateColumn: string;
|
|
8
|
+
makePublicColumn: string;
|
|
9
|
+
moveToDetail: string;
|
|
10
|
+
showAsColumn: string;
|
|
11
|
+
filterPlaceholder: string;
|
|
12
|
+
removeRows: string;
|
|
13
|
+
showLabel: string;
|
|
14
|
+
entriesLabel: string;
|
|
15
|
+
visualizer_text: string;
|
|
16
|
+
visualizer_wordcloud: string;
|
|
17
|
+
visualizer_histogram: string;
|
|
18
|
+
visualizer_number: string;
|
|
19
|
+
visualizer_choices: string;
|
|
20
|
+
visualizer_selectBase: string;
|
|
21
|
+
chartType_bar: string;
|
|
22
|
+
chartType_vbar: string;
|
|
23
|
+
chartType_stackedbar: string;
|
|
24
|
+
chartType_doughnut: string;
|
|
25
|
+
chartType_pie: string;
|
|
26
|
+
chartType_scatter: string;
|
|
27
|
+
chartType_gauge: string;
|
|
28
|
+
chartType_bullet: string;
|
|
29
|
+
hideButton: string;
|
|
30
|
+
makePrivateButton: string;
|
|
31
|
+
makePublicButton: string;
|
|
32
|
+
showButton: string;
|
|
33
|
+
filter: string;
|
|
34
|
+
resetFilter: string;
|
|
35
|
+
changeLocale: string;
|
|
36
|
+
clearButton: string;
|
|
37
|
+
addElement: string;
|
|
38
|
+
defaultOrder: string;
|
|
39
|
+
ascOrder: string;
|
|
40
|
+
descOrder: string;
|
|
41
|
+
showMinorColumns: string;
|
|
42
|
+
otherCommentTitle: string;
|
|
43
|
+
showPercentages: string;
|
|
44
|
+
hidePercentages: string;
|
|
45
|
+
pdfDownloadCaption: string;
|
|
46
|
+
xlsxDownloadCaption: string;
|
|
47
|
+
csvDownloadCaption: string;
|
|
48
|
+
saveDiagramAsPNG: string;
|
|
49
|
+
hideEmptyAnswers: string;
|
|
50
|
+
showEmptyAnswers: string;
|
|
51
|
+
"topNValueText-1": string;
|
|
52
|
+
topNValueText5: string;
|
|
53
|
+
topNValueText10: string;
|
|
54
|
+
topNValueText20: string;
|
|
55
|
+
hideMissingAnswers: string;
|
|
56
|
+
showMissingAnswers: string;
|
|
57
|
+
missingAnswersLabel: string;
|
|
58
|
+
noVisualizerForQuestion: string;
|
|
59
|
+
noResults: string;
|
|
60
|
+
showPerValues: string;
|
|
61
|
+
showPerColumns: string;
|
|
62
|
+
answer: string;
|
|
63
|
+
correctAnswer: string;
|
|
64
|
+
percent: string;
|
|
65
|
+
responses: string;
|
|
66
|
+
};
|
|
@@ -7,16 +7,20 @@ export declare var russianStrings: {
|
|
|
7
7
|
makePrivateColumn: string;
|
|
8
8
|
makePublicColumn: string;
|
|
9
9
|
moveToDetail: string;
|
|
10
|
-
filter: string;
|
|
11
10
|
showAsColumn: string;
|
|
11
|
+
filterPlaceholder: string;
|
|
12
|
+
removeRows: string;
|
|
13
|
+
showLabel: string;
|
|
14
|
+
entriesLabel: string;
|
|
12
15
|
visualizer_text: string;
|
|
13
16
|
visualizer_wordcloud: string;
|
|
14
17
|
visualizer_histogram: string;
|
|
15
18
|
visualizer_number: string;
|
|
16
19
|
visualizer_choices: string;
|
|
17
20
|
visualizer_selectBase: string;
|
|
18
|
-
|
|
21
|
+
visualizer_matrix: string;
|
|
19
22
|
chartType_bar: string;
|
|
23
|
+
chartType_vbar: string;
|
|
20
24
|
chartType_stackedbar: string;
|
|
21
25
|
chartType_doughnut: string;
|
|
22
26
|
chartType_pie: string;
|
|
@@ -24,7 +28,10 @@ export declare var russianStrings: {
|
|
|
24
28
|
chartType_gauge: string;
|
|
25
29
|
chartType_bullet: string;
|
|
26
30
|
hideButton: string;
|
|
31
|
+
makePrivateButton: string;
|
|
32
|
+
makePublicButton: string;
|
|
27
33
|
showButton: string;
|
|
34
|
+
filter: string;
|
|
28
35
|
resetFilter: string;
|
|
29
36
|
changeLocale: string;
|
|
30
37
|
clearButton: string;
|
|
@@ -34,14 +41,6 @@ export declare var russianStrings: {
|
|
|
34
41
|
descOrder: string;
|
|
35
42
|
showMinorColumns: string;
|
|
36
43
|
otherCommentTitle: string;
|
|
37
|
-
noVisualizerForQuestion: string;
|
|
38
|
-
noResults: string;
|
|
39
|
-
filterPlaceholder: string;
|
|
40
|
-
removeRows: string;
|
|
41
|
-
showLabel: string;
|
|
42
|
-
entriesLabel: string;
|
|
43
|
-
makePrivateButton: string;
|
|
44
|
-
makePublicButton: string;
|
|
45
44
|
showPercentages: string;
|
|
46
45
|
hidePercentages: string;
|
|
47
46
|
pdfDownloadCaption: string;
|
|
@@ -57,6 +56,8 @@ export declare var russianStrings: {
|
|
|
57
56
|
hideMissingAnswers: string;
|
|
58
57
|
showMissingAnswers: string;
|
|
59
58
|
missingAnswersLabel: string;
|
|
59
|
+
noVisualizerForQuestion: string;
|
|
60
|
+
noResults: string;
|
|
60
61
|
showPerValues: string;
|
|
61
62
|
showPerColumns: string;
|
|
62
63
|
answer: string;
|
|
@@ -7,6 +7,7 @@ import "../analytics-localization/portuguese";
|
|
|
7
7
|
import "../analytics-localization/russian";
|
|
8
8
|
import "../analytics-localization/dutch";
|
|
9
9
|
import "../analytics-localization/arabic";
|
|
10
|
+
import "../analytics-localization/japanese";
|
|
10
11
|
import "../tables/extensions/rowextensions";
|
|
11
12
|
import "../tables/extensions/headerextensions";
|
|
12
13
|
import "../tables/extensions/columnextensions";
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
export declare var japaneseStrings: {
|
|
2
|
+
groupButton: string;
|
|
3
|
+
ungroupButton: string;
|
|
4
|
+
selectButton: string;
|
|
5
|
+
hideColumn: string;
|
|
6
|
+
showColumn: string;
|
|
7
|
+
makePrivateColumn: string;
|
|
8
|
+
makePublicColumn: string;
|
|
9
|
+
moveToDetail: string;
|
|
10
|
+
showAsColumn: string;
|
|
11
|
+
filterPlaceholder: string;
|
|
12
|
+
removeRows: string;
|
|
13
|
+
showLabel: string;
|
|
14
|
+
entriesLabel: string;
|
|
15
|
+
visualizer_text: string;
|
|
16
|
+
visualizer_wordcloud: string;
|
|
17
|
+
visualizer_histogram: string;
|
|
18
|
+
visualizer_number: string;
|
|
19
|
+
visualizer_choices: string;
|
|
20
|
+
visualizer_selectBase: string;
|
|
21
|
+
chartType_bar: string;
|
|
22
|
+
chartType_vbar: string;
|
|
23
|
+
chartType_stackedbar: string;
|
|
24
|
+
chartType_doughnut: string;
|
|
25
|
+
chartType_pie: string;
|
|
26
|
+
chartType_scatter: string;
|
|
27
|
+
chartType_gauge: string;
|
|
28
|
+
chartType_bullet: string;
|
|
29
|
+
hideButton: string;
|
|
30
|
+
makePrivateButton: string;
|
|
31
|
+
makePublicButton: string;
|
|
32
|
+
showButton: string;
|
|
33
|
+
filter: string;
|
|
34
|
+
resetFilter: string;
|
|
35
|
+
changeLocale: string;
|
|
36
|
+
clearButton: string;
|
|
37
|
+
addElement: string;
|
|
38
|
+
defaultOrder: string;
|
|
39
|
+
ascOrder: string;
|
|
40
|
+
descOrder: string;
|
|
41
|
+
showMinorColumns: string;
|
|
42
|
+
otherCommentTitle: string;
|
|
43
|
+
showPercentages: string;
|
|
44
|
+
hidePercentages: string;
|
|
45
|
+
pdfDownloadCaption: string;
|
|
46
|
+
xlsxDownloadCaption: string;
|
|
47
|
+
csvDownloadCaption: string;
|
|
48
|
+
saveDiagramAsPNG: string;
|
|
49
|
+
hideEmptyAnswers: string;
|
|
50
|
+
showEmptyAnswers: string;
|
|
51
|
+
"topNValueText-1": string;
|
|
52
|
+
topNValueText5: string;
|
|
53
|
+
topNValueText10: string;
|
|
54
|
+
topNValueText20: string;
|
|
55
|
+
hideMissingAnswers: string;
|
|
56
|
+
showMissingAnswers: string;
|
|
57
|
+
missingAnswersLabel: string;
|
|
58
|
+
noVisualizerForQuestion: string;
|
|
59
|
+
noResults: string;
|
|
60
|
+
showPerValues: string;
|
|
61
|
+
showPerColumns: string;
|
|
62
|
+
answer: string;
|
|
63
|
+
correctAnswer: string;
|
|
64
|
+
percent: string;
|
|
65
|
+
responses: string;
|
|
66
|
+
};
|
|
@@ -7,16 +7,20 @@ export declare var russianStrings: {
|
|
|
7
7
|
makePrivateColumn: string;
|
|
8
8
|
makePublicColumn: string;
|
|
9
9
|
moveToDetail: string;
|
|
10
|
-
filter: string;
|
|
11
10
|
showAsColumn: string;
|
|
11
|
+
filterPlaceholder: string;
|
|
12
|
+
removeRows: string;
|
|
13
|
+
showLabel: string;
|
|
14
|
+
entriesLabel: string;
|
|
12
15
|
visualizer_text: string;
|
|
13
16
|
visualizer_wordcloud: string;
|
|
14
17
|
visualizer_histogram: string;
|
|
15
18
|
visualizer_number: string;
|
|
16
19
|
visualizer_choices: string;
|
|
17
20
|
visualizer_selectBase: string;
|
|
18
|
-
|
|
21
|
+
visualizer_matrix: string;
|
|
19
22
|
chartType_bar: string;
|
|
23
|
+
chartType_vbar: string;
|
|
20
24
|
chartType_stackedbar: string;
|
|
21
25
|
chartType_doughnut: string;
|
|
22
26
|
chartType_pie: string;
|
|
@@ -24,7 +28,10 @@ export declare var russianStrings: {
|
|
|
24
28
|
chartType_gauge: string;
|
|
25
29
|
chartType_bullet: string;
|
|
26
30
|
hideButton: string;
|
|
31
|
+
makePrivateButton: string;
|
|
32
|
+
makePublicButton: string;
|
|
27
33
|
showButton: string;
|
|
34
|
+
filter: string;
|
|
28
35
|
resetFilter: string;
|
|
29
36
|
changeLocale: string;
|
|
30
37
|
clearButton: string;
|
|
@@ -34,14 +41,6 @@ export declare var russianStrings: {
|
|
|
34
41
|
descOrder: string;
|
|
35
42
|
showMinorColumns: string;
|
|
36
43
|
otherCommentTitle: string;
|
|
37
|
-
noVisualizerForQuestion: string;
|
|
38
|
-
noResults: string;
|
|
39
|
-
filterPlaceholder: string;
|
|
40
|
-
removeRows: string;
|
|
41
|
-
showLabel: string;
|
|
42
|
-
entriesLabel: string;
|
|
43
|
-
makePrivateButton: string;
|
|
44
|
-
makePublicButton: string;
|
|
45
44
|
showPercentages: string;
|
|
46
45
|
hidePercentages: string;
|
|
47
46
|
pdfDownloadCaption: string;
|
|
@@ -57,6 +56,8 @@ export declare var russianStrings: {
|
|
|
57
56
|
hideMissingAnswers: string;
|
|
58
57
|
showMissingAnswers: string;
|
|
59
58
|
missingAnswersLabel: string;
|
|
59
|
+
noVisualizerForQuestion: string;
|
|
60
|
+
noResults: string;
|
|
60
61
|
showPerValues: string;
|
|
61
62
|
showPerColumns: string;
|
|
62
63
|
answer: string;
|
|
@@ -9,6 +9,7 @@ import "../analytics-localization/dutch";
|
|
|
9
9
|
import "../analytics-localization/spanish";
|
|
10
10
|
import "../analytics-localization/italian";
|
|
11
11
|
import "../analytics-localization/arabic";
|
|
12
|
+
import "../analytics-localization/japanese";
|
|
12
13
|
export * from "../dataProvider";
|
|
13
14
|
export * from "../visualizerFactory";
|
|
14
15
|
export * from "../number";
|
|
@@ -10,7 +10,10 @@ declare type VisualizerConstructor = new (question: Question, data: Array<{
|
|
|
10
10
|
export declare class VisualizationManager {
|
|
11
11
|
static alternativesVisualizer: any;
|
|
12
12
|
static vizualizers: {
|
|
13
|
-
[index: string]: Array<
|
|
13
|
+
[index: string]: Array<{
|
|
14
|
+
ctor: VisualizerConstructor;
|
|
15
|
+
index: number;
|
|
16
|
+
}>;
|
|
14
17
|
};
|
|
15
18
|
/**
|
|
16
19
|
* Registers a visualizer for a specified question type.
|
|
@@ -18,8 +21,9 @@ export declare class VisualizationManager {
|
|
|
18
21
|
* [View Demo](https://surveyjs.io/dashboard/examples/visualize-answers-from-text-entry-fields-with-charts/ (linkStyle))
|
|
19
22
|
* @param questionType A question [type](https://surveyjs.io/form-library/documentation/api-reference/question#getType).
|
|
20
23
|
* @param constructor A function that returns a visualizer constructor to register.
|
|
24
|
+
* @param index A zero-based index that specifies the visualizer's position in the visualizer list for the specified question type. Pass `0` to insert the visualizer at the beginning of the list and use it by default. If `index` is not specified, the visualizer is added to the end of the list.
|
|
21
25
|
*/
|
|
22
|
-
static registerVisualizer(questionType: string, constructor: VisualizerConstructor): void;
|
|
26
|
+
static registerVisualizer(questionType: string, constructor: VisualizerConstructor, index?: number): void;
|
|
23
27
|
/**
|
|
24
28
|
* Unregisters a visualizer for a specified question type.
|
|
25
29
|
*
|
package/survey.analytics.css
CHANGED