survey-analytics
Advanced tools
Comparing version 1.9.93 to 1.9.94
@@ -23,3 +23,3 @@ { | ||
}, | ||
"version": "1.9.93", | ||
"version": "1.9.94", | ||
"name": "survey-analytics", | ||
@@ -62,3 +62,3 @@ "description": "SurveyJS analytics Library.", | ||
"plotly.js-dist-min": "^2.11.1", | ||
"survey-core": "1.9.93", | ||
"survey-core": "1.9.94", | ||
"tabulator-tables": "4.8.4", | ||
@@ -65,0 +65,0 @@ "wordcloud": "^1.2.2" |
@@ -26,5 +26,34 @@ /** | ||
isPublic: boolean; | ||
/** | ||
* Indicates the selected chart type. | ||
* | ||
* Possible values: | ||
* | ||
* - `"bar"` | ||
* - `"vbar"` | ||
* - `"stackedbar"` | ||
* - `"pie"` | ||
* - `"doughnut"` | ||
* - `"scatter"` | ||
* - `"gauge"` | ||
* - `"bullet"` | ||
*/ | ||
chartType?: string; | ||
/** | ||
* Indicates the answer order in bar and scatter charts. | ||
* | ||
* Possible values: | ||
* | ||
* - `"default"` - Answers retain the initial sort order. | ||
* - `"asc"` - Answers are sorted by ascending answer count. | ||
* - `"desc"` - Answers are sorted by descending answer count. | ||
*/ | ||
answersOrder?: string; | ||
/** | ||
* Indicates whether answers with zero count are hidden in bar and scatter charts. | ||
*/ | ||
hideEmptyAnswers?: boolean; | ||
/** | ||
* Indicates whether the visualization item displays top 5, 10, or 20 answers by answer count. This property equals -1 if the Top N Answers feature is disabled. | ||
*/ | ||
topN?: number; | ||
@@ -31,0 +60,0 @@ } |
@@ -138,2 +138,3 @@ import { Event, SurveyModel } from "survey-core"; | ||
* Specifies how to sort answers in bar and scatter charts. | ||
* | ||
* Accepted values: | ||
@@ -378,6 +379,6 @@ * | ||
setFilter(questionName: string, selectedValue: any): void; | ||
get state(): IState; | ||
/** | ||
* Sets vizualization panel state. | ||
* The state of `VisualizationPanel`. Includes information about the visualized elements and current locale. | ||
*/ | ||
get state(): IState; | ||
set state(newState: IState); | ||
@@ -384,0 +385,0 @@ get permissions(): IPermission[]; |
/*! | ||
* surveyjs - SurveyJS Dashboard library v1.9.93 | ||
* surveyjs - SurveyJS Dashboard library v1.9.94 | ||
* Copyright (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/ | ||
@@ -4,0 +4,0 @@ * License: MIT (http://www.opensource.org/licenses/mit-license.php) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16148445
31641
+ Addedsurvey-core@1.9.94(transitive)
- Removedsurvey-core@1.9.93(transitive)
Updatedsurvey-core@1.9.94