survey-analytics 2.5.20 → 2.5.22

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 CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Dashboard library v2.5.20
2
+ * surveyjs - SurveyJS Dashboard library v2.5.22
3
3
  * Copyright (c) 2015-2026 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
package/fesm/shared2.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Dashboard library v2.5.20
2
+ * surveyjs - SurveyJS Dashboard library v2.5.22
3
3
  * Copyright (c) 2015-2026 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -226,8 +226,6 @@ class VisualizationManager {
226
226
  }
227
227
  /**
228
228
  * Unregisters a visualizer for a specified question type.
229
- *
230
- * [View Demo](https://surveyjs.io/dashboard/examples/visualize-answers-from-text-entry-fields-with-charts/ (linkStyle))
231
229
  * @param questionType A question [type](https://surveyjs.io/form-library/documentation/api-reference/question#getType).
232
230
  * @param constructor A function that returns a visualizer constructor to unregister.
233
231
  */